Archive for April, 2010

Apr 27

The named_scope method, which was introduced since Rails 2.1, allows us to do finds in a more elegant and comfortable than it was in use also make the code that we make more DRY.

Apr 14

While Rails itself already provides a lot of libraries that facilitate us to develop great web applications, but often we still need other Ruby libraries. Lucky for us because Ruby has rubygems that has become the standard format for library distribution.