aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/timestamp.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Avoid making extra 5 arrays in each `save`Ryuta Kamizono2019-06-011-16/+26
* Should not pass extra args to `_update_record`Ryuta Kamizono2019-02-211-3/+9
* Remove ability to specify a timestamp name for `#cache_key`Rafael Mendonça França2019-01-171-4/+3
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-1/+1
* Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-181-8/+14
* Add `touch_all` method to `ActiveRecord::Relation`fatkodima2018-04-131-10/+10
* Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-041-1/+1
* [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29495 from eugeneius/_write_attributeMatthew Draper2017-07-091-2/+2
|\
| * Improve the performance of writing attributesEugene Kenny2017-06-181-2/+2
* | Merge pull request #29076 from kamipo/use_timestamp_attributes_for_update_in_...Rafael França2017-06-281-1/+1
|\ \ | |/ |/|
| * Use `timestamp_attributes_for_update_in_model` rather than `timestamp_attribu...Ryuta Kamizono2017-05-141-1/+1
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
|/
* Push `current_time_from_proper_timezone` and timestamp attributes methods up ...Ryuta Kamizono2017-01-031-20/+35
* Change `timestamp_attributes_for_{create,update}` from symbol to stringRyuta Kamizono2017-01-011-6/+5
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* [ci skip] Add note about tsrange and timezone awareness to docspalkan2016-01-221-1/+5
* 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