Recent Posts

Using Stylus Mixins To Stay DRY!

1 minute read

I’ve been a long time Stylus user since i’ve started playing with Node.js . Until recently i started to understand the real power of Stylus with Mixins. Basi...

Rails 4 Heroku Deployment

1 minute read

Deploying Rails 4 to Heroku can be tricky and have some nuances that you have to take care of. I’ve struggled around to find solutions to little stuff and lo...

Rails 4 Cron Jobs With Whenever

1 minute read

Cron jobs are really useful for recurring background jobs ( mailing, indexing etc.) . In Ruby / Rails world there are plenty of options for background procce...

Rails vs Sails : A Quick And Dirty Benchmark

2 minute read

As a developer who’s mostly involved in Ruby and JS ( Node ) development i’m pretty interested in what’s new / hot in those. I love Ruby and i really like us...

Using Shoulda With Rails 4 And Test Unit

less than 1 minute read

If you are upgrading from a previous Rails version or want to use Shoulda with Rails 4 and Test Unit the possibility that your Shoulda matchers won’t work wi...