aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-8/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+8
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-0/+4
* nodoc the first_or_create methods and document alternativesJon Leighton2012-10-191-3/+11
* Add Relation#find_or_create_by and friendsJon Leighton2012-10-191-2/+32
* Fix bug with presence validation of associations.Scott Willson2012-10-161-0/+5
* Merge pull request #7371 from csmuc/fix_dup_validation_errorsSantiago Pastorino2012-10-161-0/+5
|\
| * Call super to nullify the reference to the original errors object in the dup'...Christian Seiler2012-10-161-0/+5
* | Move changelog entry from #7439 to the top [ci skip]Carlos Antonio da Silva2012-10-151-6/+6
* | ActiveRecord: sum expression returns string '0' for no records, fixedTim Macfarlane2012-10-151-0/+5
* | #7914 Add change of previous commit to CHANGELOG.mdArturo Pie2012-10-131-0/+4
* | learn ActiveRecord::QueryMethods#order work with hash argumentsTima Maslyuchenko2012-10-121-0/+10
|/
* Add CHANGELOG entry for "Fixtures" -> "FixtureSet"Alexey Muranov2012-10-071-1/+13
* PostgreSQL, quote table names when fetching the primary key. Closes #5920Yves Senn2012-10-051-0/+5
* Fix CHANGELOG entry [ci skip]Rafael Mendonça França2012-10-041-4/+4
* Count returns 0 without querying if parent is not savedFrancesco Rodriguez2012-10-031-0/+17
* Fix reset_counters() crashing on has_many :through associations.lulalala2012-10-021-0/+5
* Add missing CHANGELOG entry removed by mistake at 7f3b475 [ci skip]Rafael Mendonça França2012-09-281-11/+20
* Support for partial inserts.Jon Leighton2012-09-281-0/+13
* Add #update_columns entry to AR Changelog.Sebastian Martinez2012-09-281-0/+11
* Add CHANGELOG entry and update the guideJohn Foley2012-09-231-0/+4
* Revert "Fix find_in_batches with customized primary_key"Santiago Pastorino2012-09-211-15/+0
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+35
* remove unnecessary entry and make minor edits to AR/CHANGELOG [ci skip]Francesco Rodriguez2012-09-201-7/+2
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-0/+5
* Update changelogs to add entries about strong_parameters integrationGuillermo Iguaran2012-09-191-0/+14
* Improve the CHANGELOG entry for #6971Rafael Mendonça França2012-09-191-1/+14
* fix querying with an empty hashDamien Mathieu2012-09-191-0/+2
* ActiveRecord -> Active RecordXavier Noria2012-09-181-1/+1
* Use the CHANGELOG convention [ci skip]Rafael Mendonça França2012-09-171-3/+5
* Merge pull request #7661 from ernie/build-join-records-on-unsaved-hmtRafael Mendonça França2012-09-171-0/+5
|\
| * Fix collection= on hm:t join models when unsavedErnie Miller2012-09-171-0/+5
* | improve AR/CHANGELOG [ci skip]Francesco Rodriguez2012-09-161-44/+68
* | Merge pull request #7547 from danmcclain/pg-arraysRafael Mendonça França2012-09-161-0/+31
|\ \ | |/ |/|
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+31
* | Don't explain except normal CRUD sql.kennyj2012-09-171-0/+5
* | Fix find_in_batches with customized primary_keyToshiyuki Kawanishi2012-09-161-0/+15
|/
* refactor store_accessorMatt Jones2012-09-131-1/+7
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-0/+12
* Use native mysqldump command for 'rake db:structure:dump'.kennyj2012-09-121-0/+5
* Raise MissingAttributeError on query methodsErnie Miller2012-09-081-0/+6
* improve AR CHANGELOG [ci skip]Francesco Rodriguez2012-09-081-8/+9
* Improve latest AR and AP changelog entriesCarlos Antonio da Silva2012-09-081-1/+4
* Dump schema using new style hashKonstantin Shabanov2012-09-081-0/+2
* Add changelog entry for #7545: map interval with precision to stringCarlos Antonio da Silva2012-09-071-0/+2
* Remove 3.2.x entries from Active Record changelog [ci skip]Carlos Antonio da Silva2012-09-071-100/+0
* Add Changelog entry for #4976: fix eager load associations without pks [ci skip]Carlos Antonio da Silva2012-09-071-0/+2
* Update Active Record CHANGELOG for #7419Prem Sichanugrist2012-09-061-0/+6
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-0/+5
* Add CHANGELOG entry for #7532 [ci skip]Rafael Mendonça França2012-09-051-0/+10