| Commit message (Expand) | Author | Age | Files | Lines |
* | Should not pass extra args to `_update_record` | Ryuta Kamizono | 2019-02-21 | 1 | -3/+9 |
* | Remove ability to specify a timestamp name for `#cache_key` | Rafael Mendonça França | 2019-01-17 | 1 | -4/+3 |
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 1 | -1/+1 |
* | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 1 | -8/+14 |
* | Add `touch_all` method to `ActiveRecord::Relation` | fatkodima | 2018-04-13 | 1 | -10/+10 |
* | Class methods in the `class_methods` blocks are wrongly appeared in the doc | Ryuta Kamizono | 2018-04-04 | 1 | -1/+1 |
* | [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Merge pull request #29495 from eugeneius/_write_attribute | Matthew Draper | 2017-07-09 | 1 | -2/+2 |
|\ |
|
| * | Improve the performance of writing attributes | Eugene Kenny | 2017-06-18 | 1 | -2/+2 |
* | | Merge pull request #29076 from kamipo/use_timestamp_attributes_for_update_in_... | Rafael França | 2017-06-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use `timestamp_attributes_for_update_in_model` rather than `timestamp_attribu... | Ryuta Kamizono | 2017-05-14 | 1 | -1/+1 |
* | | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 1 | -2/+1 |
|/ |
|
* | Push `current_time_from_proper_timezone` and timestamp attributes methods up ... | Ryuta Kamizono | 2017-01-03 | 1 | -20/+35 |
* | Change `timestamp_attributes_for_{create,update}` from symbol to string | Ryuta Kamizono | 2017-01-01 | 1 | -6/+5 |
* | Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call... | Sean Griffin | 2016-11-01 | 1 | -2/+2 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | [ci skip] Add note about tsrange and timezone awareness to docs | palkan | 2016-01-22 | 1 | -1/+5 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -2/+2 |
* | Fix docs of AR::Timestamp to match #15726 | claudiob | 2015-09-08 | 1 | -5/+12 |
* | Fix warning: `*' interpreted as argument prefix | Ryuta Kamizono | 2014-12-28 | 1 | -1/+1 |
* | Provide :touch option to save() to accommodate saving without updating timest... | Dan Olson | 2014-12-27 | 1 | -3/+3 |
* | Implement `_was` and `changes` for in-place mutations of AR attributes | Sean Griffin | 2014-08-16 | 1 | -1/+1 |
* | Use the method for determining attribute methods rather than duplicating | Sean Griffin | 2014-08-15 | 1 | -2/+3 |
* | Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not... | Yves Senn | 2014-08-14 | 1 | -1/+1 |
|\ |
|
| * | Do not try to write timestamps if they are missing #8813 | Potapov Sergey | 2014-02-16 | 1 | -1/+1 |
* | | remove blank lines in the start of the ActiveRecord files | Ponomarev Nikolay | 2014-07-29 | 1 | -1/+0 |
* | | Refactor determination of max updated timestamp | Sean Griffin | 2014-06-09 | 1 | -3/+5 |
* | | [Active Record] Renamed private methods create_record and update_record | Prathamesh Sonpatki | 2014-02-20 | 1 | -2/+2 |
|/ |
|
* | Move changed_attributes into dirty.rb | Keenan Brock | 2014-01-22 | 1 | -1/+1 |
* | put core at the beginning so other classes can modify the behavior | Keenan Brock | 2014-01-22 | 1 | -1/+1 |
* | Refactor logic to grab the max time of the list of timestamp names in #cache_key | Carlos Antonio da Silva | 2013-11-04 | 1 | -2/+2 |
* | correct documentation about active_record behavior | Steven Yang | 2013-06-15 | 1 | -2/+2 |
* | cache_key consults updated_on timestamp if present | Brendon Murphy | 2013-02-26 | 1 | -0/+6 |
* | Rename update_attributes method to update, keep update_attributes as an alias | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 1 | -2/+2 |
* | Remove not used load hooks for active_record_config | Carlos Antonio da Silva | 2012-11-09 | 1 | -3/+0 |
* | Remove ActiveRecord::Model | Jon Leighton | 2012-10-26 | 1 | -3/+2 |
* | Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing." | Jeremy Kemper | 2012-10-20 | 1 | -1/+1 |
* | Get rid of the ActiveRecord::Model::DeprecationProxy thing. | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | Rename the partial_updates config to partial_writes | Jon Leighton | 2012-10-19 | 1 | -1/+1 |
* | Call super to nullify the reference to the original errors object in the dup'... | Christian Seiler | 2012-10-16 | 1 | -0/+1 |
* | fix :nodoc:s in AR::Timestamp [ci skip] | Francesco Rodriguez | 2012-09-19 | 1 | -7/+7 |
* | load active_support/core_ext/class/attribute in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Simplify AR configuration code. | Jon Leighton | 2012-06-15 | 1 | -2/+6 |
* | Support configuration on ActiveRecord::Model. | Jon Leighton | 2011-12-28 | 1 | -1/+1 |
* | Allow instances to disable record_timestamps | Pratik Naik | 2011-10-26 | 1 | -1/+1 |
* | Raise error when using write_attribute with a non-existent attribute. | Jon Leighton | 2011-09-13 | 1 | -1/+3 |
* | Fix test failures on 1.8.7, since Object#initialize_dup is not defined there ... | Jon Leighton | 2011-08-29 | 1 | -1/+0 |
* | Move clear_timestamp_attributes into Timestamp module | Jon Leighton | 2011-08-29 | 1 | -1/+13 |
* | Updates to ActiveRecord::Timestamp documentation. | Brian Morearty | 2011-02-05 | 1 | -6/+8 |
* | Implement and test private method all_timestamp_attributes_in_model | Franck Verrot | 2011-02-02 | 1 | -0/+4 |