Dive into all the content we have shared over the years.
Working on a payment system we had to sort some difficulties when making recurring payments using active merchant. Why? Because we needed to…
Well i guess many of you might have checked the last edition of the Rails Magazine. If not, you may should. In particular one of the…
I’d like to share with the community my emacs init file and a set of plugins to give a nicer experience on Ruby on Rails development, which…
Scheduling tasks is something we all need to know to do, for it’s quite common in applications. Fetching feeds, indexing some data…
I know there are several discussions on the usage of method_missing in Ruby. In this post i’ll present a pretty simple, yet useful solution…
Time has come for us to make a sortable list, and let’s face it, drag&drop are the prettiest ones. So, let me explain how to proceed…
At WyeWorks headquarters, every once in a while, we come across some project that needs a media edition/transcoding solution to build into…
While developing an application with Sebastián that allow users to upload videos with some file name restrictions, meaning that it must…
Delegation is a feature Rails introduced in it’s 2.2 version, and in my opinion are quite useful and somehow something we don’t see too much…