Extending build-in ruby classes in Rails 01 Feb 2023 Ruby Ruby on Rails Extending build-in ruby classes in Rails It's a useful skill to extend build-in ruby classes in Rails. And it turns out to be fairly straightforward. We're going
Sidekiq Server Side Middleware 30 Oct 2022 Ruby Ruby on Rails Sidekiq Sidekiq Server Side Middleware Our team recently has converted all our background jobs from delayed job to Sidekiq. There are many things that we have learned along the way.
Sidekiq WebUI Access Control 28 Oct 2022 Ruby on Rails Sidekiq Sidekiq WebUI Access Control Sidekiq built-in webui is simple and useful. We would like to take the advantage of that instead of reinventing the wheel. Sidekiq recommends for a
Use Concerns in Rails 08 Mar 2017 Ruby on Rails Use Concerns in Rails When it comes that you need to reuse some functions across different models in Rails, Concern [http://api.rubyonrails.org/classes/ActiveSupport/Concern.html] comes
A Quick Tip for Delayed Job in Rails 19 Aug 2016 Ruby on Rails A Quick Tip for Delayed Job in Rails I've been pondering on this delayed job in the Rails app. User specify a time that they'd like the job to