Posts Tagged ‘activerecord’
The Road to Rails 3: make your Rails 2.3 project more Rails 3 oriented
The goal of this article is to feature a list of tips and changes you can already introduce in your Rails 2 application to anticipate the migration and make your code more compatible with Rails 3.
Understanding Ruby and Rails: extract_options! from Arrays
extract_options! extracts the options from the given set of arguments splitting the list of arguments from the options.
Testing Rails: How to test Rails ActiveRecord Named Scopes
How to effectively test ActiveRecord named scopes in Rails without querying the database.
Validating the format of an URL with Rails
A super simple Rails validator for URL based on Ruby URI library.
Recent Comments