aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-051-0/+4
* Update changelog with time column type casting fixAdam Meehan2012-09-051-0/+4
* CHANGELOGs are now per branchXavier Noria2012-08-281-6836/+1
* Remove CHANGELOG entry for the update_attribute removal.Rafael Mendonça França2012-08-261-6/+0
* changelog #7449Mikhail Dieterle2012-08-261-0/+4
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-0/+3
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-211-0/+6
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-0/+4
* Add CHANGELOG entry for #6986Rafael Mendonça França2012-08-211-0/+5
* Use inversed parent for first and last child of has_many associationbrainopia2012-08-181-0/+4
* Merge pull request #7352 from aripollak/microsecond-timestampRafael Mendonça França2012-08-171-0/+6
|\
| * Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-0/+6
* | Renaming active_record_deprecated_finders to activerecord-deprecated_findersJon Leighton2012-08-171-2/+2
|/
* Remove duplicated changelog entry [ci skip]Carlos Antonio da Silva2012-08-151-6/+0
* Move changelog entry to the top [ci skip]Carlos Antonio da Silva2012-08-151-5/+4
* Merge pull request #7133 from roshats/fix_update_all_with_blank_argumentCarlos Antonio da Silva2012-08-151-0/+4
|\
| * raise ArgumentError if list of attributes to change is empty in update_allRoman Shatsov2012-08-141-0/+4
* | Restore state on create when ActiveRecord::RecordInvalid is raisedDave Yeu2012-08-111-0/+5
* | Sync CHANGELOGs [ci skip]Rafael Mendonça França2012-08-111-3/+83
* | Added changelog entry for table name prefix fix [ci skip]Wojciech Wnętrzak2012-08-111-0/+3
* | Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-16/+5
* | Merge pull request #7140 from seamusabshere/patch-1Rafael Mendonça França2012-08-051-0/+5
|\ \
| * | Update changelogRafael Mendonça França2012-08-051-0/+5
| |/
* | Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-2/+1
* | reinstate changelog that seems to have been accidentally deleted o_OJon Leighton2012-08-031-0/+19
* | Allow Relation#merge to take a proc.Jon Leighton2012-08-031-0/+20
* | Add CollectionProxy#scopeJon Leighton2012-08-011-0/+18
* | Add `Relation#load`Jon Leighton2012-08-011-0/+15
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-0/+11