aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/primary_key.rb
Commit message (Expand)AuthorAgeFilesLines
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-3/+4
* Revert "Makes AR use AMo to_key implementation"Santiago Pastorino2010-08-151-0/+6
* Makes AR use AMo to_key implementationSantiago Pastorino2010-08-131-6/+0
* 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