Rails 6 adds support for disabling database advisory locks
Rails 6 adds support for database configuration to disable advisory locksFind timezone from latitude & longitude in ruby using timezone gem
Find timezone from latitude & longitude in ruby using timezone gemRails 6 upgrades to rails notes command and introduction of Rails::Command::NotesCommand
Rails 6 introduces several upgrades to rails notes command and adds Rails::Command::NotesCommand to be used by rake notes under the hood.Ruby 2.7 adds warning for Proc.new and proc without block and error for lambda without block
In Ruby 2.7 Proc.new and proc with no block in a method called with a block is warned now and lambda with no block in a method called with a block will give errors.Ruby 2.7 adds FrozenError#receiver
Ruby 2.7 has added `FrozenError#receiver` to return the frozen object on which modification was attemptedRails 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.Running scheduled jobs in multiple timezones using clockwork
Scheduling background jobs in multiple timezones with clockworkRuby 2.7 adds Time#ceil and Time#floor methods
Ruby 2.7 adds Time#ceil and Time#floor methods to round up and down the decimal part of Time (nanosecond) to the specified digitRails 6 adds Array#extract!
Rails 6 adds Array#extract! to remove and return the elements for which the block returns a true value.