aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-0/+12
| |/ |/|
* | Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-0/+10
* | Use attributes instead of table names in migration exampleJosé Valim2012-07-191-1/+1
* | Update changelog for migration generator changeJosé Valim2012-07-181-0/+7
* | fixup changelogJon Leighton2012-07-071-1/+1
* | Limit the number of records in Relation#inspectDamien Mathieu2012-07-061-2/+4
* | Update release notes with AR::Relation#inspect change [ci skip]Carlos Antonio da Silva2012-07-061-3/+3
* | Show the records in Relation#inspectJon Leighton2012-07-061-6/+8
* | Add changelog entry for references statementsAleksey Magusev2012-07-031-0/+13
|/
* Update 4.0 Release Notes with changelogs [ci skip]Carlos Antonio da Silva2012-07-021-3/+3
* Unify the collation API for the database adptersRafael Mendonça França2012-07-011-2/+2
* Update AR and AP changelogs [ci skip]Carlos Antonio da Silva2012-06-301-1/+13
* Remove ActiveRelation#inspectBrian Cardarella2012-06-291-0/+4
* Added an entry about fda24312d3 in the CHANGELOG.kennyj2012-06-291-0/+15
* exists?(false) returns falseEgor Lynko2012-06-251-0/+4
* Allow precision option for postgresql datetimesTony Schneider2012-06-221-0/+12
* Fix changelog typo [ci skip]Carlos Antonio da Silva2012-06-221-1/+1
* Add changelog entry and guide updates for pluck with multiple columnsCarlos Antonio da Silva2012-06-221-0/+9
* It's AR::Reflection not AR::RelationAndrew White2012-06-221-1/+1
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-0/+39
* Refactor and use class_attributeCarlos Antonio da Silva2012-06-181-4/+10
* Remember the stored attributes in a config attribute.Joost Baaij2012-06-181-0/+6
* Improve the CHANGELOG entry [ci skip]Rafael Mendonça França2012-06-181-2/+19
* Add CHANGELOG entry to composed_of removalRafael Mendonça França2012-06-181-0/+6
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-181-0/+6
* Add CHANGELOG entry to the uuid datatype support to PostgreSQL adpterRafael Mendonça França2012-06-141-0/+2
* registers the removal of update_attribute in the CHANGELOGXavier Noria2012-06-141-0/+6
* removes item in the Active Record CHANGELOGXavier Noria2012-06-141-2/+0
* Use . instead of :: for class methods, add CHANGELOG entriesJosé Valim2012-06-101-0/+3
* + ActiveRecord::Base#destroy!Marc-Andre Lafortune2012-06-061-0/+5
* Sync CHANGLOG with the 3-2-stable branchRafael Mendonça França2012-06-011-0/+27
* 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