Featured Ruby on Rails News
-
Tutorial: a simple act_as plugin for ruby on rails
Acts_as_commentable, acts_as_flaggable, acts_as… it seems that this kind of plug-ins is popping out ... -
We took the red pill
Going through innovation is always the toughest path. When I think about Ruby On Rails “way of doing ...
Latest Ruby on Rails News

CD-o-matic with Ruby
With just a bunch of ruby lines I created a small utility that fills a folder with songs picked randomly from a choosen repository until the maximum specified size is reached.
This ...

PayPal Express Checkout and Ruby on Rails
While working on the payment system solution for Whodoes we had to face the big challenge every online shop has to:
How can I connect and dialogate with my favourite payment gateway ...

Howto raise and rescue Exceptions in Ruby on Rails
Hello ! This week we talk about exceptions. An Exception is an event that could be thrown in particular circumstances and that goes up all the application stack until someone rescue ...

Tutorial: a simple act_as plugin for ruby on rails
Acts_as_commentable, acts_as_flaggable, acts_as… it seems that this kind of plug-ins is popping out from everywhere, so in this tutorial I’ll try to explain how to get your personal ...

Smart subversion script for Rails projects
Using subversion is useful but sometimes very frustrating. You have to manually specify which files you want to ignore, and do this for each pc where the application is checkouted.
Luckily ...

Ruby on Rails is gaining momentum
Since its first release by David Heinemeier Hansson in middle 2004, Ruby on Rails has enjoyed strong positive trend both in the open source and web development community. This trend ...

We took the red pill
Going through innovation is always the toughest path. When I think about Ruby On Rails “way of doing things” I always think about innovation.
The old way of coding MVC applications ...