aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/persistence_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-40/+0
* Revert "Remove update_attribute."Rafael Mendonça França2012-08-251-0/+40
* Remove the deprecation of update_column.Rafael Mendonça França2012-07-301-38/+17
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-3/+3
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-1/+1
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-17/+38
* Use update_columns to implemente the update_columnRafael Mendonça França2012-07-241-2/+36
* New #update_columns method.Sebastian Martinez2012-07-241-0/+57
* Remove update_attribute.Steve Klabnik2012-06-141-62/+1
* + ActiveRecord::Base#destroy!Marc-Andre Lafortune2012-06-061-0/+7
* Remove unused assignments from activerecord testsMark Rushakoff2012-04-291-1/+0
* remove deprecated callsJon Leighton2012-04-271-1/+1
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-1/+1
* remove deprecate #all usageJon Leighton2012-04-261-1/+1
* remove deprecate #update_all usageJon Leighton2012-04-261-7/+1
* Fix delete_all when chained with joins.Rafael Mendonça França2012-04-101-1/+19
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-6/+11
* Bring back the ability to provide :order for update_all.thedarkone2011-07-251-0/+20
* 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
* Ensure assign_attributes and update_attributes do not fail on nil, closes #478.José Valim2011-05-101-0/+4
* some test renaming to avoid collisions, and some annoying issues between dbsJosh Kalderimis2011-04-271-7/+7
* final corrections to the mass-assignment security testsJosh Kalderimis2011-04-271-4/+4
* fix mass-assignment security tests, this was due to a string column limit whi...Josh Kalderimis2011-04-271-6/+6
* AR update_attributes api is updated to reflect the addition of assign_attributesJosh Kalderimis2011-04-261-0/+40
* Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-1/+1
* oracle stores this with microseconds, so convert to seconds before comparingAaron Patterson2011-03-291-1/+1
* Added new #update_column method.Sebastian Martinez2011-03-271-0/+86
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-42/+46
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-46/+42
* removing many unused variablesAaron Patterson2010-11-161-2/+1
* STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...Franck Verrot2010-11-121-0/+9
* Fixing typo [#5485 state:resolved]Thiago Pradi2010-08-281-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Make update_attribute behave as in Rails 2.3 and document the behavior intrin...José Valim2010-08-121-17/+24
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-0/+113
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-7/+0
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-1/+7
* Makes this test don't trust on the speed of executionSantiago Pastorino2010-07-171-4/+5
* moving persistence related tests to a new fileNeeraj Singh2010-07-161-0/+357