Sep 30, 2019
Rails 6 adds db:seed:replant task
Rails 6 adds db:seed:replant task that truncates tables of each database for the current environment and then loads the seed data.
Sep 24, 2019
Ruby 2.7 adds Integer#[] to support range values
Ruby 2.7 has extended `Integer#[]` to support range arguments which makes expressions cleaner and more readable
Sep 23, 2019
What's new in Interactive Ruby Shell (IRB) with Ruby 2.7
List of new and experimental features in the Interactive Ruby Shell(IRB) which are introduced with Ruby 2.7.
Sep 17, 2019
Ruby 2.7 adds Module#const_source_location
Ruby 2.7 has added Module#const_source_location to get the source location of a constant
Sep 16, 2019
How to start with Software Consulting or Freelancing
How to get started with Software Consulting or Software Freelancing. First steps, ongoing work and more.
Sep 12, 2019
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 hashes
Sep 11, 2019
Rails 6 - Custom Serializers for ActiveJob arguments
Rails 6 introduces ability to provide custom serialization of ActiveJob arguments.
Sep 10, 2019
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 hash
Sep 9, 2019
Rails 6 adds support for disabling database advisory locks
Rails 6 adds support for database configuration to disable advisory locks
Sep 4, 2019
Find timezone from latitude & longitude in ruby using timezone gem
Find timezone from latitude & longitude in ruby using timezone gem