Posts Tagged: rails-4
-
Rails 4 Transition: From Dynamic Finders to Explicit Query Methods
Understanding the deprecation of find_by_* and find_or_*_by_* dynamic finders in favor of explicit query methods like find_by and find_or_create_by.
-
Rails 4 Transition: From *_filter to *_action Callbacks
Understanding the Rails 4 rename from before_filter, after_filter, and around_filter to before_action, after_action, and around_action.