aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/primary_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...José Valim2010-05-101-1/+1
* Fix dom_id for ActiveRecord [#4296 state:resolved]José Valim2010-03-301-16/+6
* Add to_key and to_param methods to ActiveModel::Conversion.José Valim2010-02-211-1/+1
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-3/+5
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+14
* Start separating primary key concernsJoshua Peek2009-07-301-0/+44