aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/dirty_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extract #in_time_zone helper method duplication to a moduleCarlos Antonio da Silva2012-11-171-12/+2
* Remove return guardCarlos Antonio da Silva2012-11-171-1/+0
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-15/+29
* Change query pattern case insensitiveYasuo Honda2012-09-291-1/+1
* Support for partial inserts.Jon Leighton2012-09-281-0/+25
* Revert "Remove update_attribute."Rafael Mendonça França2012-08-251-1/+11
* Round usec when writing timestamp attribute.kennyj2012-08-211-0/+15
* Do not consider the numeric attribute as changed if the old value isRafael Mendonça França2012-08-021-1/+14
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-1/+1
* Remove unneded tests.Rafael Mendonça França2012-06-141-11/+1
* Remove update_attribute.Steve Klabnik2012-06-141-1/+1
* Add failing test for 3.2.5 datetime attribute regressionEvan Arnold2012-06-041-0/+11
* remove deprecate #update_all usageJon Leighton2012-04-261-2/+2
* A test case for GH #3544 to ensure that a field named field works fineAkira Matsuda2012-02-141-0/+14
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Added new #update_column method.Sebastian Martinez2011-03-271-1/+1
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-3/+2
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-2/+3
* fixing dup regressionsAaron Patterson2010-11-231-4/+4
* Ensure save always updates timestamps when serialized attributes are presentPratik Naik2010-11-021-0/+14
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Make update_attribute behave as in Rails 2.3 and document the behavior intrin...José Valim2010-08-121-3/+4