Posts Tagged “rails”
-
I18n for data in your models
How to store data in multiple languages
-
Custom templates path for controller
Using ActionController::Base.controller_path or prepend_view_path to specify path for all templates
-
DRY with_options
ActiveSupport's with_options helps you keep classes DRY
-
Using service objects with CRUD interface, the smart way
User CRUD interface with your domain objects with crud_responder gem
-
CRUD interface for service objects
Embrace CRUD interface to all of your domain objects