aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Added `none` query method to return zero records.Juanjo Bazán2012-01-311-0/+13
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+19
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-2/+13
* Fixed small typo in ActveRecord/CHANGELOG.mdMatt Bridges2012-01-261-1/+1
* syncs 3-2-stable CHANGELOGs in masterXavier Noria2012-01-261-0/+9
* Add release date of Rails 3.2.0 to documentationclaudiob2012-01-261-1/+1
* The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-251-0/+3
* Add ActiveRecord::Base#with_lockOlek Janiszewski2012-01-181-1/+28
* Make it more explicit that the feature is deprecated, not removed.Jon Leighton2012-01-161-2/+4
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-0/+30
* Merge pull request #4387 from Karunakar/releasenotesVijay Dev2012-01-121-2/+2
|\
| * Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3Karunakar (Ruby)2012-01-081-2/+2
* | Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+3
* | dropping support for `schema_info`.Aaron Patterson2012-01-101-0/+3
|/
* connections must be checked in at the end of a threadAaron Patterson2011-12-301-0/+3
* Add some doc for ActiveRecord::ModelJon Leighton2011-12-241-3/+31
* can create hstore records via AR APIAaron Patterson2011-12-201-0/+2
* PostgreSQL hstore types are automatically deserialized from the database.Aaron Patterson2011-12-201-0/+4
* NullStore cache belongs in Active SupportVijay Dev2011-12-201-4/+0
* 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
* | AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-0/+2
|/
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-0/+6564