aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog example for count method with block [ci skip]Carlos Antonio da Silva2012-05-311-1/+1
* Yield only one argument instead of splatting.Carlos Antonio da Silva2012-05-281-0/+7
* Add support for CollectionAssociation#delete by Fixnum or StringFrancesco Rodriguez2012-05-281-0/+13
* fix typo [ci skip]Jon Leighton2012-05-181-1/+1
* add changelogs about deprecated stuff [ci skip]Jon Leighton2012-05-181-1/+55
* Don't destroy readonly modelsJohannes Barre2012-05-171-0/+5
* Relation#from to accept other Relation objectsRadoslav Stankov2012-05-171-0/+7
* Fix misprint in AR changelogAlexey Vakhov2012-05-161-1/+1
* corrected some misspellingAngelo capilleri2012-05-151-3/+3
* Copy edit [ci skip]Rafael Mendonça França2012-05-131-0/+1
* Custom coders support for ActiveRecord::Store. JSON, YAML, Marshal can be use...Andrey Voronkov2012-05-091-0/+6
* Changelog entry regarding mysql(2) STRICT_ALL_TABLESMichael Pearson2012-05-051-0/+6
* Adding note about `first` and `take` to the changelogMarcelo Silveira2012-05-021-0/+6
* changelog fixes. Closes #3911Vijay Dev2012-05-011-13/+0
* Update Rails 3.2.3 release date in changelogs as March 30, 2012Michael de Silva2012-04-161-1/+1
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+22
* Add bang versions of relation query methods.Jon Leighton2012-04-121-0/+7
* Add Relation#find_by and Relation#find_by!Jon Leighton2012-03-301-0/+10
* CHANGELOG entry for AR#sliceGuillermo Iguaran2012-03-291-0/+5
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-0/+31
* Expand changelog and upgrading rails guide with IdentityMap infoCarlos Antonio da Silva2012-03-131-1/+10
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-0/+2
* 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-0/+11
* fix incorrect changelog headings [ci skip].Vijay Dev2012-03-091-12/+13
* changelog updates for Rails 4 [ci skip]Vijay Dev2012-03-091-0/+12
* Update CHANGELOG to fix wrong extension.kennyj2012-03-081-1/+1
* Merge pull request #5162 from kennyj/schema_cache_dumpAaron Patterson2012-03-071-0/+23
|\
| * Add entry for schema cache dump to CHANGELOG.md.kennyj2012-03-011-0/+23
* | Add release dates to documentationclaudiob2012-03-011-2/+2
|/
* Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-251-3/+85
* Update activerecord/CHANGELOG.mdJosef Šimánek2012-02-181-1/+1
* Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-091-0/+13
* 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