Oct 7, 2019
Ruby 2.7 deprecates automatic conversion from a hash to keyword arguments
Ruby 2.7 deprecates automatic conversion from a hash to keyword arguments in preparation for real keyword arguments in Ruby 3.0
Oct 3, 2019
Ruby 2.7 adds Enumerator::Lazy#eager
Ruby 2.7 added `eager` method to the Enumerator::Lazy class
Oct 1, 2019
Rails 6 introduces Action Text to provide WYSIWYG support in Rails
Rails 6 introduces Action Text, a framework to provide support for creating, storing, displaying and editing of rich text content in your application.
Oct 1, 2019
Rails 6.1 adds HTTP Feature Policy
Rails 6.1 has added support for configuring the Feature-Policy HTTP header which allows us to control certain Web APIs and browser features like camera, geolocation, etc.
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.