Passing Rails controller params to Sidekiq
Passing Rails controller params to Sidekiq jobs
Read MorePassing Rails controller params to Sidekiq jobs
Read MoreA simple but effective trick for parsing nested hashes and arrays using Ruby
Read MoreA handy trick to parse timestamps to Time objects using plain Ruby way
Read MoreWhenever a new version of Rubocop comes out, there are always some new cops. If our code is not compatible with new cops, then the
Read MoreYou have written a blog post about Ruby or Rails or Hanami or Roda? Great, Congratulations! Now is the time to share it with other
Read MoreRuby 2.7 is released on Christmas 2019. If you don't know what Ruby 2.7 offers, I have you covered.I tried running codetriage
Read MoreRuby 2.7 is released. This post discusses the features that are part of Ruby 2.7 and how you can use them. It also discusses how you can start using Ruby 2.7 in your projects.
Read MoreAfter my last post on how Ruby initializes objects, Sagar shared with me following code. class Abc attr_accessor :a, :b def self.new(a,
Read MoreDeep buried in Rails source code, there is a code snippet: class DeprecationProxy def self.new(*args, &block) object = args.first return object unless
Read MoreI keep forgetting how to install eventmachine on El Capitan Mac OS X. So adding this post to lookup when required. $ gem install eventmachine -v
Read More