aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/timestamp.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-161-5/+14
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-161-0/+22