JRL About

Articles tagged 'rails'

Namespacing in Rails 5

If you've created a large Rails project, you may be encountering an organizational issue. Models, controllers, and other files live in the same folder...


Simple Forms Client Validation in Rails 5

Utilizing validation ensures good data integrity. You should validate on the server (in the model/controller) for security, and on the client to improve...



URLs are UI in Rails 5

I recently came across this cool article showing how to make URLs that don't suck. It cross references some other articles discussing the same topic...