Lots of options for indexes via ActiveRecord
Adds a new index to the table. column_name can be a single Symbol, or an Array of Symbols. The index will be named after t...
sudo_attributes: Override ActiveRecord protecte...
sudo_attributes: Override ActiveRecord protected attributes with ease Posted by beerlington on March 06, 2012 — 0 comments...
to_param (ActiveRecord::Base) - APIdock:
This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here. These s...
find_by_sql (ActiveRecord::Base) - APIdock:
parameter is a full SQL query as a string. It will be called as is, there will be no database agnostic conversions perform...
Metaprogramming Your ActiveRecord Objects at Ru...
I often store Ruby code in the fields of ActiveRecord object, giving me the ability to morph the system's behavior at runt...
