Ruby adds Array#intersection method
Ruby adds Array#intersection as a more readable alias for Array#&Rails 6 adds support for multi environment credentials
Rails 6 has added support for multi environment credentials to manage environment specific credentialsDistance calculation in Ruby using RGeo - Geospatial library for Ruby
Distance/Geospatial calculations in Ruby using RGeo.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.0Rails 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.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.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.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 readableWhat'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.