aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/dirty_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate calling `attr_will_change!` with non-attributesSean Griffin2017-02-111-0/+8
* Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...Sean Griffin2016-11-011-0/+83
* Added ability update locking_column valuebogdanvlviv2016-10-211-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-5/+5
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-21/+21
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-96/+96
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Remove dead code from testsSean Griffin2016-06-091-17/+0
* Ensure that records with unselected fields can be updatedSean Griffin2016-06-021-0/+11
* prevent 'attribute_changed?' from returning nilSen-Zhang2016-04-111-2/+2
* Don't assert fractional seconds can be applied on unsupported adaptersSean Griffin2015-09-241-0/+1
* Remove debug statementsSean Griffin2015-09-241-4/+1
* Add a few debug statements to figure out the build failureSean Griffin2015-09-241-0/+3
* Don't rely on subsecond precision being applied in testsSean Griffin2015-09-231-2/+16
* Don't crash when mutating attributes in a getterSean Griffin2015-06-121-0/+16
* Persist user provided default values, even if unchangedSean Griffin2015-05-281-26/+0
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-1/+1
* Don't calculate in-place changes on attribute assignmentSean Griffin2015-01-181-0/+8
* Don't attempt to save dirty attributes which are not persistableSean Griffin2015-01-101-0/+13
* Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...Rafael Mendonça França2015-01-041-12/+0
* PostgreSQL, Fix change detection caused by wrong data for bytea unescaping.Lars Kanis2014-12-291-1/+8
* Don't calculate all in-place changes to determine if attribute_changed?Sean Griffin2014-12-221-0/+15
* User Model#last to certainly get lastly created dataAkira Matsuda2014-08-281-1/+1
* Correctly detect mutation on serialized columns mapping to binarySean Griffin2014-08-271-0/+16
* Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-0/+21
* Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-151-2/+14
* Detect in-place modifications on StringsSean Griffin2014-06-171-5/+3
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-1/+10
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-4/+2
* Rename `property` to `attribute`Sean Griffin2014-06-071-1/+1
* Keep column defaults in type cast formSean Griffin2014-06-031-0/+28
* Add integration test for #12459George Guimarães2013-12-051-0/+8
* prevent `time_zone_aware_attributes` test leak. follow-up to #12633.Yves Senn2013-10-251-21/+21
* Removed deprecated methods partial_updates and familyNeeraj Singh2013-07-021-14/+0
* also assign nil in dirty nullable_datetime test. #10237Yves Senn2013-04-221-3/+5
* assigning '0.0' to a nullable numeric column does not make it dirtyYves Senn2013-03-051-0/+15
* Fix handling of dirty time zone aware attributesLilibeth De La Cruz2013-01-261-0/+2
* Revert "Round usec when writing timestamp attribute."Andrew White2013-01-221-15/+0
* Add failing test case for #8460Andrew White2013-01-221-0/+14
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-7/+7
* User Rails 4 find_byrobertomiranda2013-01-181-7/+7
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-1/+1
* Use assert_nil instead of assert_equalRafael Mendonça França2012-11-281-2/+2
* Don't call will_change! for datetime nil->"".Alisdair McDiarmid2012-11-251-0/+14
* Fix typo in module name and make #in_time_zone privateCarlos Antonio da Silva2012-11-171-1/+1