aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Ensure suppressor runs before validationseileencodes2016-02-241-0/+7
* Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+2
* Remove changelog entry for reverted commiteileencodes2016-02-241-12/+0
* Merge pull request #23794 from matthewd/mutation-safe-to_aMatthew Draper2016-02-211-0/+8
* Add accidentally removed `#` [ci skip]Ryuta Kamizono2016-02-181-6/+6
* Fix indentation for code block in changelogEileen M. Uchitelle2016-02-171-4/+4
* Remove accidentally duplicated change log title [ci skip]Mehmet Emin İNAÇ2016-02-181-3/+0
* Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-161-0/+16
* Merge pull request #23614 from georgemillo/foreign_keyYves Senn2016-02-161-0/+5
|\
| * Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-151-0/+5
* | Merge pull request #23706 from vipulnsward/add-changelog-for-regressionYves Senn2016-02-161-2/+9
|\ \ | |/ |/|
| * Add missing CHANGELOG for regression fix in #18155 which fixes #13387Vipul A M2016-02-161-0/+7
|/
* Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-131-0/+21
|\
| * Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-131-0/+21
* | Add the missing author name [ci skip]Ryuta Kamizono2016-02-131-0/+2
|/
* use rails instead of rakeGaurav Sharma2016-02-121-1/+1
* Merge pull request #18109 from k0kubun/unscoped-joinsSean Griffin2016-02-111-0/+4
|\
| * Allow `joins` to be unscopedTakashi Kokubun2016-01-311-0/+6
* | include activerecord and activesupport CHANGELOG entriesBrian Christian2016-02-101-0/+4
* | Merge pull request #23508 from meinac/add_numeric_type_into_migrationsSean Griffin2016-02-071-0/+10
|\ \
| * | Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-071-0/+10
* | | Revert "Dump indexes in `create_table` instead of `add_index`"Sean Griffin2016-02-051-7/+0
|/ /
* | The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-021-0/+6
* | Add some Action Cable CHANGELOG entriesRafael Mendonça França2016-02-011-3/+0
* | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-0/+5
* | Revert "Merge pull request #16400 from bogdan/last-with-sql"Sean Griffin2016-02-011-20/+0
|/
* Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-281-0/+20
* Introduce ActiveRecord::IrreversibleOrderErrorBogdan Gusiev2016-01-271-0/+14
* INSERT INTO schema_migrations in 1 SQLAkira Matsuda & Naoto Koshikawa2016-01-271-0/+5
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-0/+9
* Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip]Prathamesh Sonpatki2016-01-201-1/+5
* run `type` column through attribtues API type casting.Yves Senn2016-01-191-0/+8
* Changed options for find_each and variants to have options start/finish inste...Vipul A M2016-01-181-2/+2
* Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-161-0/+10
|\
| * Add expression support on the schema defaultRyuta Kamizono2016-01-131-0/+10
* | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...Kasper Timm Hansen2016-01-141-4/+0
|/
* docs, formatting pass over changelogs. [ci skip]Yves Senn2016-01-131-3/+3
* fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-0/+6
* add migration versioning example to the changelog. [ci skip]Yves Senn2016-01-121-0/+8
* Support :if and :unless in has_secure_tokenGriffin Smith2016-01-091-0/+4
* Added missing CHANGELOG entry for https://github.com/rails/rails/pull/22976Prathamesh Sonpatki2016-01-091-0/+8
* Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methodsRafael Mendonça França2016-01-061-0/+19
|\
| * Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-051-0/+19
* | Move CHANGELOG entry to Active RecordRafael Mendonça França2016-01-051-0/+5
|/
* Fix `first(limit)` to take advantage of `loaded?` records if availableBen Woosley2015-12-241-0/+5
* Deprecate passing `offset` to `find_nth`Ben Woosley2015-12-241-0/+5
* release notes, extracted notable changes from Active Record CHANGELOG.Yves Senn2015-12-231-10/+13
* Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...Yves Senn2015-12-211-4/+0
* No more no changes entries in the CHANGELOGsGenadi Samokovarov2015-12-211-3/+0
* Merge pull request #22486 from methyl/fix-includes-for-groupped-associationYves Senn2015-12-211-0/+4
|\