aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Added documentation about how touch now throws an error when one trieswangjohn2013-02-251-0/+7
* | Merge pull request #9246 from Noemj/update_prepared_statementsAaron Patterson2013-02-241-3/+12
|\ \ | |/ |/|
| * Changed update_record to use prepared statements.Noemj2013-02-111-3/+12
* | Raising an ActiveRecordError when one tries to use .touch(name) on a newwangjohn2013-02-251-0/+2
* | Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-0/+2
* | Refactor to use each_key, remove extra spacesCarlos Antonio da Silva2013-01-281-2/+2
|/
* iterates the RDoc of update_column(s)Xavier Noria2013-01-181-13/+13
* Change docs to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-5/+9
* Unscope update_column(s) query to ignore default scopeCarlos Antonio da Silva2012-12-061-1/+1
* Move instantiation responsibilities from Inheritance to Persistence. Have Inh...Jeremy Kemper2012-11-291-0/+26
* Remove observers and sweepersRafael Mendonça França2012-11-281-1/+1
* Remove return guard and use code convetionsRafael Mendonça França2012-11-201-7/+11
* Remove not needed begin..end from AR#saveCarlos Antonio da Silva2012-11-191-5/+3
* AR::Base.becomes should not change the STI typeThomas Hollstegge2012-11-171-1/+12
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-9/+9
|\
| * Another batch of hash syntax changes to comment, this time around, I tried to...AvnerCohen2012-10-231-9/+9
* | Enable update_column(s) for the primary key attribute.Henrik N2012-10-281-1/+3
|/
* copy edits [ci skip]Vijay Dev2012-10-111-2/+2
* Added clarity to update_column(s)Adam Haymond2012-10-101-2/+2
* Support for partial inserts.Jon Leighton2012-09-281-2/+2
* Update AR::Base.create and AR:Base#update_attributes docs to remove reference...Guillermo Iguaran2012-09-181-11/+0
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-7/+7
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-2/+2
* 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