Customizing Sidekiq Web Interface
I’ve been using Sidekiq for a while now and I really love it but I’ve always found the Web ui to not suit my need perfectly. Read more
I’ve been using Sidekiq for a while now and I really love it but I’ve always found the Web ui to not suit my need perfectly. Read more
I was eager to test out the new features of rails 4 so I decided to use the rails 4 streaming feature to create a live comment stream a la Facebook. Read more
At work we really needed a tool to give us a timezone for a specific sets of coordinates but we couldn’t rely on external services since they can be quite unreliable/slow. Read more
If you are using rails CSRF protection feature, you might have ran into the issue that you need to add a csrf header to all your ajax requests. Read more