aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/timestamp_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-14/+14
* move reload after touchBrian Lopez2010-08-021-1/+1
* reload the owner model after updateBrian Lopez2010-08-021-0/+1
* Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-4/+4
* added failing touch propagation testJakub Kuźma2010-08-021-0/+17
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-0/+10
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-8/+8
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-1/+46
* Added ActiveRecord::Base#touch to update the updated_at/on attributes with th...David Heinemeier Hansson2009-04-161-0/+30