aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3-2-rel' into 3-2-stableAaron Patterson2012-07-261-1/+1
|\
| * updating release dateAaron Patterson2012-07-261-1/+1
* | Switched update_column recommendation in changelog to update_columnsPhilip Arndt2012-07-261-1/+1
|/
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-0/+11
* Deprecating composed_of in ActiveRecordSteve Klabnik2012-06-181-0/+6
* registers the deprecation of update_attribute in the CHANGELOGXavier Noria2012-06-141-0/+8
* updating changelogsAaron Patterson2012-06-121-1/+3
* updating changelogs with security fixesAaron Patterson2012-06-111-0/+4
* Revert "Perf: Don't load the association for #delete_all."Jon Leighton2012-06-071-0/+12
* Add release date of 3.2.5 on the CHANGELOGRafael Mendonça França2012-06-011-0/+9
* adding security notifications to CHANGELOGsAaron Patterson2012-05-311-0/+3
* updating changelogsAaron Patterson2012-05-311-1/+7
* Perf: Don't load the association for #delete_all.Jon Leighton2012-05-181-0/+3
* Add release data to Rails 3.2.3Rafael Mendonça França2012-04-301-1/+1
* Revert "Revert "Fix #5667. Preloading should ignore scoping.""Benedikt Deicke2012-04-191-0/+6
* Revert "Fix #5667. Preloading should ignore scoping."Jeremy Kemper2012-04-181-6/+0
* Fix #5667. Preloading should ignore scoping.Jon Leighton2012-03-301-0/+6
* Add dynamic find_or_create_by_{attribute}! method.Andrew White2012-03-121-0/+2
* Fix my name in the CHANGELOG to follow the conventionRafael Mendonça França2012-03-091-2/+11
* changelog updates [ci skip]Vijay Dev2012-03-091-0/+14
* CHANGELOG revision for v3.2.1Xavier Noria2012-01-261-2/+6
* registers 2483460 in the CHANGELOGXavier Noria2012-01-261-3/+5
* Fix another race condition.Jon Leighton2012-01-201-0/+5
* Preparing for 3.2.0 releaseDavid Heinemeier Hansson2012-01-201-1/+1
* Merge pull request #4531 from exviva/pessimistic_with_lockAaron Patterson2012-01-191-1/+28
* Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+3
* Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+4
* Allow to run migrations with given scope, with SCOPE=<scope>Piotr Sarnacki2011-12-091-0/+12
* removes the convenience instance version of AR::Base.silence_auto_explainXavier Noria2011-12-031-2/+2
* implements AR::Base(.|#)silence_auto_explainXavier Noria2011-12-021-0/+3
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+11
* Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_whe...David Heinemeier Hansson2011-12-011-1/+0
* Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale?...David Heinemeier Hansson2011-12-011-0/+1
* ActiveRecord::Relation#pluck methodBogdan Gusiev2011-11-301-0/+9
* Automatic closure of connections in threads is deprecated. For exampleAaron Patterson2011-11-291-0/+16
* Deprecate set_locking_column in favour of self.locking_column=Jon Leighton2011-11-291-0/+1
* Deprecate set_primary_key in favour of self.primary_key=Jon Leighton2011-11-291-0/+1
* Deprecate set_sequence_name in favour of self.sequence_name=Jon Leighton2011-11-291-0/+1
* Deprecate set_inheritance_column in favour of self.inheritance_column=Jon Leighton2011-11-291-2/+8
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-0/+16
* Merge pull request #3636 from joshsusser/masterJon Leighton2011-11-291-0/+6
|\
| * changelog & docs for GeneratedFeatureMethodsJosh Susser2011-11-271-0/+6
* | Perf fixJon Leighton2011-11-191-0/+5
* | Add missing CHANGELOG entry for #3678. Closes #3678.Jon Leighton2011-11-191-0/+4
* | Verify that #3690 has been closed by previous changes to the mysqlJon Leighton2011-11-191-0/+4
|/
* Sync CHANGELOGs from 3-1-stableJon Leighton2011-11-141-0/+21
* implements AR::Relation#explainXavier Noria2011-11-051-0/+2
* Merge pull request #3525 from kennyj/fix_3440-1Jon Leighton2011-11-051-0/+4
|\
| * Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)kennyj2011-11-061-0/+4
* | Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL queryJon Leighton2011-11-051-0/+16