aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
Commit message (Expand)AuthorAgeFilesLines
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-1/+1
* Use verify_readonly_attribute in the update_columns methodRafael Mendonça França2012-08-251-1/+1
* Revert "Remove private verify readonly attr method"Rafael Mendonça França2012-08-251-1/+5
* Revert "Remove update_attribute."Rafael Mendonça França2012-08-251-4/+18
* Remove private verify readonly attr methodCarlos Antonio da Silva2012-08-191-5/+1
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Remove the deprecation of update_column.Rafael Mendonça França2012-07-301-5/+0
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+1
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-3/+8
* Use update_columns to implemente the update_columnRafael Mendonça França2012-07-241-17/+18
* New #update_columns method.Sebastian Martinez2012-07-241-0/+17
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-1/+0
* Remove update_attribute.Steve Klabnik2012-06-141-18/+3
* + ActiveRecord::Base#destroy!Marc-Andre Lafortune2012-06-061-0/+16
* Don't destroy readonly modelsJohannes Barre2012-05-171-0/+1
* Removed extraneous .present? check for AR::Base#reloadJeremy Friesen2012-04-291-1/+1
* Removed deprecation warning for #find as a result of AR::Base#reloadJeremy Friesen2012-04-291-1/+7
* remove deprecate #update_all usageJon Leighton2012-04-261-2/+2
* clear up duplication between Persistence#destroy and Locking#destroyJon Leighton2012-03-301-13/+17
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-12/+4
* Removed flag attributes.Robin Roestenburg2012-03-061-2/+2
* Refactor and cleanup in some ActiveRecord modulesCarlos Antonio da Silva2012-03-031-3/+8
* copy over columns hash on reloadAaron Patterson2012-02-071-0/+1
* Clarify what persisted? returns.Uģis Ozols2011-12-251-2/+2
* Remove extra 'be'.Uģis Ozols2011-12-251-1/+1
* removes some unnecessary selfsXavier Noria2011-12-201-3/+3
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-221-8/+0
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+47
* `ActiveRecord::Base#becomes` should retain the errors of the original object.James Adam2011-11-161-0/+1
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-1/+1
* Raise error on unknown primary key.Jon Leighton2011-10-051-1/+1
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-1/+1
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-1/+1
* Fixed TypoJohn2011-07-241-1/+1
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-0/+7
* cache column defaults for AR object instantiationAaron Patterson2011-06-271-3/+1
* Do not use default_scope in ActiveRecord::Persistence#touch.Dmitriy Kiriyenko2011-06-071-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-0/+2
|\
| * Add more doc to #update_column.Sebastian Martinez2011-05-201-0/+2
* | rescue record invalid exceptions and return false from the save method. fixes...Aaron Patterson2011-05-241-1/+5
|/
* renamed mass-assignment scopes to roles, updated code, tests, docs and securi...Josh Kalderimis2011-05-081-1/+1
* postgresql supports prepare statement deletesAaron Patterson2011-04-291-1/+9
* Fix #update_attributes api format errorSebastian Martinez2011-04-261-1/+1
* AR update_attributes api is updated to reflect the addition of assign_attributesJosh Kalderimis2011-04-261-4/+9
* Added new #update_column method.Sebastian Martinez2011-03-271-0/+14
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-8/+10
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-10/+8
* pushing id insertion and prefetch primary keys down to Relation#insertAaron Patterson2011-03-221-9/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-3/+6
|\
| * removed some duplication from LH issue 5505 regarding AR touch and optimistic...Josh Kalderimis2011-02-091-5/+1