Nitish Vaishnav
nitish-3
3 points
Tools nitish-3 is Following
Ruby
ruby-lang.org
Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorit...
Rails
rubyonrails.org
Rails is a web-application framework that includes everything needed to create database-backed web applicat...
Resque
github.com/resque/resque
Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily ...
Sidekiq
sidekiq.org
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails bu...
delayed_job
github.com/collectiveidea/d...
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the backgro...