22. INCOMPATIBILITIES IN RAILS
4.0
• Strong parameters
• default using dalli in
ActiveSupport::Cache::MemCacheStore.
• Model.all now returns an ActiveRecord::Relation
24. INCOMPATIBILITIES IN RAILS
4.1
• String#remove(pattern) as String#gsub(pattern,’')
• Added Time.zone.yesterday and
Time.zone.tomorrow.
25. INCOMPATIBILITIES IN RAILS
4.2
• render “foo/bar" => render template: ”foo/bar”
• respond_with and the corresponding class-level
respond_to have been moved to the responders
gem.
• Default Host for rails server
• The *_filter family of methods have been removed
from the documentation. Their usage is discouraged
in favor of the *_action family of methods: