aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/timestamp.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7371 from csmuc/fix_dup_validation_errorsSantiago Pastorino2012-10-171-0/+1
* Allow instances to disable record_timestampsPratik Naik2011-10-261-1/+1
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-1/+3
* Fix test failures on 1.8.7, since Object#initialize_dup is not defined there ...Jon Leighton2011-08-291-1/+0
* Move clear_timestamp_attributes into Timestamp moduleJon Leighton2011-08-291-1/+13
* Updates to ActiveRecord::Timestamp documentation.Brian Morearty2011-02-051-6/+8
* Implement and test private method all_timestamp_attributes_in_modelFranck Verrot2011-02-021-0/+4
* Added timestamp_attributes_for_create_in_modelFranck Verrot2011-02-021-0/+4
* Make sure Model#touch doesn't try to update non existing columnsPratik Naik2010-12-301-1/+1
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-3/+5
* Make should_record_timestamps? serialization aware rather than object#changed?Pratik Naik2010-11-021-1/+1
* Ensure timestamps are not generated when explicitly set to false [#5440 state...José Valim2010-08-241-1/+1
* Make update_attribute behave as in Rails 2.3 and document the behavior intrin...José Valim2010-08-121-20/+19
* Merge remote branch 'docrails/master' into 3-0-stableXavier Noria2010-08-031-1/+2
|\
| * ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-1/+2
* | Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-13/+0
|/
* moving time zone related documentation to timestamp.rb from base.rbNeeraj Singh2010-07-291-0/+12
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-3/+16
* Tidying up a bit, so update_attribute is not called twice on touch.José Valim2010-07-131-15/+9
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-9/+7
* Improve a bit the code in latest commits.José Valim2010-07-081-13/+7
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-081-2/+10
* consolidating updated_at and updated_onNeeraj Singh2010-07-081-9/+16
* Adds title and proper formatting to docs.Rizwan Reza2010-06-161-6/+12
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-26/+22
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-5/+7
* Added :touch option to belongs_to associations that will touch the parent rec...David Heinemeier Hansson2009-04-161-3/+13
* Added ActiveRecord::Base#touch to update the updated_at/on attributes with th...David Heinemeier Hansson2009-04-161-9/+29
* Ensure of Model#create support custom updated_at and updated_on attributes [#...Luis Hurtado2008-12-221-2/+2
* Partial updates play nice with updated_at/on timestampsJeremy Kemper2008-03-311-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-2/+2
* Improve documentation.Pratik Naik2008-03-261-1/+1
* Make the record_timestamps class-inheritable so it can be set per model. Refe...Jeremy Kemper2007-11-261-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-2/+2
* Revert [4706] which added incorrect docs. References #5684.Jeremy Kemper2007-05-191-9/+0
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-18/+17
* Don't create instance writer methods for class attributes. Closes #7401 [Rick]Rick Olson2007-01-281-1/+1
* Add documentation for how to disable timestamps on a per model basis. Closes ...Marcel Molina2006-08-071-0/+9
* r4724@asus: jeremy | 2006-06-28 19:22:46 -0700Jeremy Kemper2006-06-291-33/+17
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-5/+3
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-3/+1
* Closes #3784.Jeremy Kemper2006-02-091-5/+5
* Update AR default timezone docs.Jeremy Kemper2006-02-091-1/+1
* Speed up timestamping a tad #1227 [skaen]David Heinemeier Hansson2005-05-191-8/+10
* Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...David Heinemeier Hansson2005-02-241-3/+13
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-2/+2
* Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a...David Heinemeier Hansson2005-01-241-7/+12
* Fixed the automated timestamping feature when running under Rails' developmen...David Heinemeier Hansson2004-12-181-5/+17
* Updated and added more documentationDavid Heinemeier Hansson2004-12-161-0/+2