Sep 24, 2019
•
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
Sep 23, 2019
•
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.
Sep 17, 2019
•
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
Sep 16, 2019
•
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.
Sep 12, 2019
•
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
Sep 11, 2019
•
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.
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
•
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
Find timezone from latitude & longitude in ruby using timezone gem
Find timezone from latitude & longitude in ruby using timezone gem
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.