Ruby 2.7 adds Module#const_source_location
Ruby 2.7 has added Module#const_source_location to get the source location of a constantHow to start with Software Consulting or Freelancing
How to get started with Software Consulting or Software Freelancing. First steps, ongoing work and more.Rails 6 adds dig method to ActionDispatch::Request::Session
Rails 6 has added dig method to ActionDispatch::Request::Session to easily traverse session object's nested hashesRails 6 - Custom Serializers for ActiveJob arguments
Rails 6 introduces ability to provide custom serialization of ActiveJob arguments.Rails 6 adds Hash#deep_transform_values and 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 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 attempted