Service Objects in Rails
Enough has been written already about service objects in Rails. They help us to keep our controllers skinny, to separate business logic and to test more easily.
We can...
Enough has been written already about service objects in Rails. They help us to keep our controllers skinny, to separate business logic and to test more easily.
We can...
Recently I had to refactor an existing multipart form which allowed users to submit an image and a small description. The newer version must be submitted in AJAX and the...
Here at weLaika we loved Capistrano - and we still love it, because it’s easy and complete. When we started to develop and deploy Rails applications, we appreciated its...
It’s not the best thing I had wished myself, to write an article - and a little piece of software! - focused on managing a problem brought to you by advers hosting companies...
Increasingly I hear “Stop using jQuery, it’s too slow and heavy, use Lo-Dash”. Ok, I’ll use Lo-Dash… I’ve taken a small project, with a little bit of JavaScript, trying...