aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
Commit message (Expand)AuthorAgeFilesLines
* call `sync_with_transaction_state` inside `persisted?` then check ivarsAaron Patterson2015-03-021-1/+2
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-3/+0
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-281-3/+0
* | Merge pull request #17139 from mfazekas/fix_becomes_changed_attributesRafael Mendonça França2015-02-201-1/+2
|\ \
| * | Always reset changed attributes in becomesMiklos Fazekas2015-02-041-1/+2
* | | Add `time` option to `#touch`Hyonjee Joo2015-02-181-6/+8
|/ /
* | add destroyed records to the currend transactionAaron Patterson2015-02-011-0/+1
* | Use 'public_send' over the 'send' method for object's properties.Santosh Wadghule2015-01-231-2/+2
* | Run SQL only if attribute changed for update_attribute methodPrathamesh Sonpatki2015-01-181-1/+1
* | Go through normal where logic in destroySean Griffin2015-01-141-9/+1
* | Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-14/+14
* | Add doc for `:touch` option of AR::Base#saveclaudiob2014-12-301-0/+8
* | Provide :touch option to save() to accommodate saving without updating timest...Dan Olson2014-12-271-6/+6
* | Correct grammar to fix #18182 [ci skip]Zachary Scott2014-12-241-1/+1
* | document that `.delete` does work on `#readonly?` records. Closes #11860Yves Senn2014-12-031-0/+2
* | Fix a bug where AR::RecordNotSaved loses error messagesYuki Nishijima2014-11-271-1/+1
* | Add #record attribute to RecordNotFound and RecordDestroyed exceptions.Recursive Madman2014-11-261-2/+2
* | Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* | Revert "Improve performance of AR object instantiation"Sean Griffin2014-11-141-25/+3
* | Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raisedFranky W2014-11-061-2/+2
* | Improve performance of AR object instantiationSean Griffin2014-11-051-3/+25
|/
* Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-1/+1
* update error message to reflect that the record could have been destroyedlsylvester2014-08-111-1/+2
* Rephrase how we explain RecordInvalid exception in the context ofZachary Scott2014-08-071-3/+5
* [ci skip] Updated create! documentation description and added +attributes+ fo...Tom Kadwill2014-08-071-2/+5
* Moved #create! method from Validations to Persistence moduleBogdan Gusiev2014-08-051-0/+12
* After find-via-reload, the record is not newMatthew Draper2014-07-051-0/+1
* Remove unneeded `@column_types` instance variableSean Griffin2014-06-221-2/+0
* `reload` should fully reload attributesSean Griffin2014-06-221-1/+1
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-5/+1
* Remove unused column types overrideSean Griffin2014-06-131-8/+2
* Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-4/+8
* No need to decorate columns twiceSean Griffin2014-06-101-1/+0
* Remove duplicated `@raw_attributes.keys`Sean Griffin2014-06-071-2/+2
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-1/+1
* New records should remain new after yaml serializationSean Griffin2014-06-011-1/+5
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-5/+5
* docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]Yves Senn2014-05-201-4/+4
* Merge pull request #11650 from prathamesh-sonpatki/renameRafael Mendonça França2014-04-041-4/+4
|\
| * [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-4/+4
* | Merge pull request #14390 from huoxito/true-touchRafael Mendonça França2014-03-251-0/+2
|\ \
| * | Still touch associations when theres no timestampWashington Luiz2014-03-141-0/+2
* | | Improve touch docs with extra attributes passed in [ci skip]Carlos Antonio da Silva2014-03-201-5/+7
* | | ActiveRecord#touch should accept multiple attributes #14423Thiago Pinto2014-03-191-2/+3
* | | Update callbacks executed on AR::Base#touch [skip ci]Washington Luiz2014-03-141-2/+2
|/ /
* | Enhance docs for update_attribute [ci-skip]Mohamed Wael Khobalatte2014-03-121-0/+2
* | Replace "data store" with database [ci skip]Robin Dupret2014-02-271-1/+1
|/
* Correctly send the string given to lock! and reload(:lock) to the lock scope ...Mauricio Linhares2014-01-291-1/+1
* fix bug in becomes! when changing from base to subclass. Closes #13272.Yves Senn2014-01-131-1/+5
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-2/+2