aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/timestamp.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* Fix docs of AR::Timestamp to match #15726claudiob2015-09-081-5/+12
* Fix warning: `*' interpreted as argument prefixRyuta Kamizono2014-12-281-1/+1
* Provide :touch option to save() to accommodate saving without updating timest...Dan Olson2014-12-271-3/+3
* Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-1/+1
* Use the method for determining attribute methods rather than duplicatingSean Griffin2014-08-151-2/+3
* Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...Yves Senn2014-08-141-1/+1
|\
| * Do not try to write timestamps if they are missing #8813Potapov Sergey2014-02-161-1/+1
* | remove blank lines in the start of the ActiveRecord filesPonomarev Nikolay2014-07-291-1/+0
* | Refactor determination of max updated timestampSean Griffin2014-06-091-3/+5
* | [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-2/+2
|/
* Move changed_attributes into dirty.rbKeenan Brock2014-01-221-1/+1
* put core at the beginning so other classes can modify the behaviorKeenan Brock2014-01-221-1/+1
* Refactor logic to grab the max time of the list of timestamp names in #cache_keyCarlos Antonio da Silva2013-11-041-2/+2
* correct documentation about active_record behaviorSteven Yang2013-06-151-2/+2
* cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-261-0/+6
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
* Remove not used load hooks for active_record_configCarlos Antonio da Silva2012-11-091-3/+0
* Remove ActiveRecord::ModelJon Leighton2012-10-261-3/+2
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-1/+1
* Call super to nullify the reference to the original errors object in the dup'...Christian Seiler2012-10-161-0/+1
* fix :nodoc:s in AR::Timestamp [ci skip]Francesco Rodriguez2012-09-191-7/+7
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+6
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+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