Rails 5.2 adds allow_other_host to redirect_back method
Rails 5.2 sets version in Gemfile & adds .ruby-version
Rails 5.2 fetch_values for HashWithIndifferentAccess
Ruby 2.5 introduces Dir.children and Dir.each_child
Rails 5.1 doesn't load all records on calling Model.all#inspect
Rails 5.2 expiry option for signed & encrypted cookies
Rails 5.1 adds support for limit in batch processing
Rails 5.1 doesn't share thread_mattr_accessor variable
Ruby 2.4 adds Enumerable#uniq & Enumerable::Lazy#uniq
Ruby 2.4 implements Enumerable#sum
Rails 5 Conversion when deep munging params
Rails 5 ensures compatibility with Rack frameworks
Rails 5 Updating records in AR Relation
Rails 5 adds finish option in find_in_batches
Rails 5 introduces country_zones helper method
Rails 5 ArrayInquirer and checking array contents
Rails 5 Renaming transactional fixtures to tests
Rails 5 Attributes from Active Record to Active Model
Rails 5 Configure Active Job backend adapter for jobs
Rails 5 accepts 1 or true for acceptance validation
Rails 5 Sending STDOUT via environment variable
Rails 5 changed Active Job default adapter to Async
Caching result sets and collection in Rails 5
Caching in development environment in Rails 5
Rails 5 wraps all rake commands using rails
How constant lookup and resolution works in Ruby on Rails