Rails
Rails 6 Adds Hash#deep_transform_values
Rails 6 has added Hash#deep_transform_values and Hash#deep_transform_values! to allow performing deep value transformations on a nested hashRails 6 Adds Support for Disabling Advisory
Rails 6 adds support for database configuration to disable advisory locksFind Timezone from Coordinates Using Ruby
Find timezone from latitude & longitude in ruby using timezone gemRails 6 Upgrades to rails notes Command
Rails 6 introduces several upgrades to rails notes command and adds Rails::Command::NotesCommand to be used by rake notes under the hood.Rails 6 Adds touch_all Method to ActiveRecord::Relation
Rails 6 has added touch_all method to ActiveRecord::Relation to update the updated_at timestamp of multiple records at once.Scheduled Jobs in Multiple Timezones
Scheduling background jobs in multiple timezones with clockworkRails 6 Adds Array#extract! Method
Rails 6 adds Array#extract! to remove and return the elements for which the block returns a true value.Rails 6 - I18n key support for submit_tag key
Rails 6 adds I18n style locale key support to submit tagRails 6 adds Relation#extract_associated
Rails 6 adds `ActiveRecord::Relation#extract_associated` for extracting associated records from a relation.Rails 6 Adds Server Handler Option
Rails 6 introduced --using or -u option for specifying the rails server