Using Cuba to Build Lightweight APIs
Nowadays building an API is a really common task. If you’re a Ruby developer chances are really high that you’re already using Rails for an API.
Nowadays building an API is a really common task. If you’re a Ruby developer chances are really high that you’re already using Rails for an API.
As you may already know when you a generate a new resource, model or controller there are bunch of other files that are also being generated for you. Rails h...
ActiveSupport is pretty awesome. It has really awesome stuff hidden in it.StringInquirer is one of them.
Consider you have a Hash like this or you got a method which returns as a result.
Sometimes you want to show a prototype web application that is working on your computer to other people.
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...
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...
Cron jobs are really useful for recurring background jobs ( mailing, indexing etc.) . In Ruby / Rails world there are plenty of options for background procce...