Romil Mehta
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
Prajakta Tambe
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.
Romil Mehta
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
Vipul A M
Vipul A M

I am an active member of Ruby community. I have been consistently contributing to Ruby on Rails for a number of years and now am one of the top 30 contributors to Ruby on Rails. I also help as co-editor for the This week in Rails newsletter. Besides Ruby on Rails I have also contributed to many other notable open source projects including Sinatra, Devise and Rake. I am a seasoned speaker an have spoken at many conferences around the world including Gogaruco in San Francisco, RedDotRubyConf in Singapore, RubyConfIndia in Goa, India MadisonPlusRuby in Madison, Wisconsin, RubyConfBrazil in Suo Paulo, Brazil, and RubyConf Philippines in Manilla, Philippines. I am organizer of Deccan Ruby Conference and used to run RubyIndia Podcast. During my early days of open source as part of "Google summer of code" I contributed to the krypt-project project. Later I helped mentor in the JRuby and currently mentor in the Ruby on Rails organization for Google summer of code. When not working on Ruby, I am mostly working on Reactjs. I have authored the book Building Modern Web Applications with React.js which is published by PACKT. I have produced a number of screencasts on the topic of Learn React.js.

How to start with Software Consulting or Freelancing

How to get started with Software Consulting or Software Freelancing. First steps, ongoing work and more.
Romil Mehta
Romil Mehta

Romil is a Ruby on Rails Developer.

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
Alkesh Ghorpade
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.

Rails 6 - Custom Serializers for ActiveJob arguments

Rails 6 introduces ability to provide custom serialization of ActiveJob arguments.
Narendra Rajput
Narendra Rajput

Narendra is a Ruby on Rails Developer.

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
Alkesh Ghorpade
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.

Rails 6 adds support for disabling database advisory locks

Rails 6 adds support for database configuration to disable advisory locks
Narendra Rajput
Narendra Rajput

Narendra is a Ruby on Rails Developer.

Find timezone from latitude & longitude in ruby using timezone gem

Find timezone from latitude & longitude in ruby using timezone gem
Aditya Narsapurkar
Aditya Narsapurkar

Aditya is a Ruby on Rails and ReactJS Developer.

Rails 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.