rails 11
- Resque: mass manipulation of jobs and workers
- Resque diagnosis via console: info, counts, and workers
- Resque in operations: starting, stopping, and killing workers
- Sidekiq: UI hacks for the dashboard when it has 100,000 items
- Sidekiq: bulk manipulation of jobs and processes
- Sidekiq diagnosis via console: stats, counts, and processes
- Sidekiq in production: starting, stopping, and killing processes
- SaaS bootstrap in Rails: the template I use
- Ruby/Rails console tricks I always forget
- Exposing your local Rails app with ngrok
- Security scan on your Rails app with Brakeman via Docker