authorImg Romil Mehta
authorImg Romil Mehta

Romil is a Ruby on Rails Developer.

Rails 6 adds support for multi environment credentials

Rails 6 has added support for multi environment credentials to manage environment specific credentials
authorImg Alkesh Ghorpade
authorImg Alkesh Ghorpade

I am a seasoned developer with over 9 years of experience in Ruby on Rails and Golang. My passion lies in tackling complex data structures and algorithm problems, always pushing myself to learn and grow. In my downtime, I find solace in the pages of books and the soothing sounds of a guitar. But I'm not just a one-trick pony! I love to stay active and challenge myself in other ways too. Whether it's on the football pitch, cricket field, table tennis table, or badminton court, I'm always up for some fun activities.

Distance calculation in Ruby using RGeo - Geospatial library for Ruby

Distance/Geospatial calculations in Ruby using RGeo.
authorImg Rohit Kumar
authorImg Rohit Kumar

Rohit is a Ruby on Rails Developer.

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
authorImg Narendra Rajput
authorImg Narendra Rajput

Narendra is a Ruby on Rails Developer.

Ruby 2.7 adds Enumerator::Lazy#eager

Ruby 2.7 added `eager` method to the Enumerator::Lazy class
authorImg Puneet Sutar
authorImg Puneet Sutar

Puneet is a React and Ruby on Rails Developer.

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.
authorImg Prateek Choudhary
authorImg Prateek Choudhary

Prateek is a Ruby on Rails Developer.

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.
authorImg Puneet Sutar
authorImg Puneet Sutar

Puneet is a React and Ruby on Rails Developer.

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.
authorImg Romil Mehta
authorImg Romil Mehta

Romil is a Ruby on Rails Developer.

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
authorImg Prajakta Tambe
authorImg Prajakta Tambe

Prajakta is a Ruby on Rails Developer.

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.
authorImg Romil Mehta
authorImg Romil Mehta

Romil is a Ruby on Rails Developer.

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