aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | add `:index_errors` option to example [ci skip]yuuji.yaginuma2016-03-271-2/+2
* | | | | Memoize user provided defaults before type castingSean Griffin2016-03-241-0/+7
* | | | | Merge pull request #24167 from kamipo/append_sql_mode_instead_of_overwriting_...Jeremy Daer2016-03-231-0/+7
|\| | | |
* | | | | guides, sync 5.0 release notes with changelogsYves Senn2016-03-221-1/+2
|/ / / /
* | | | Execute default_scope defined by abstract class within the scope of subclassMehmet Emin İNAÇ2016-03-081-0/+6
* | | | Add changelog for batch touch records.Arthur Neves2016-03-071-0/+15
* | | | move changelog to right place [skip ci]Arthur Neves2016-03-071-6/+6
* | | | Add changelog for #20997Arthur Neves2016-03-071-0/+6
* | | | don't treat all associations with extensions as instance dependent.Yves Senn2016-03-031-0/+8
* | | | Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-1/+5
* | | | Merge pull request #23417 from sgringwe/masterRafael Mendonça França2016-03-011-0/+6
|\ \ \ \
| * | | | Add initial support for allowing an error on order or limit of queries being ...Scott Ringwelski2016-02-021-0/+6
* | | | | Merge pull request #18766 from yasyf/issue_17864Sean Griffin2016-02-291-0/+15
|\ \ \ \ \
| * | | | | Honour the order of the joining model in a `has_many :through`Yasyf Mohamedali2015-03-021-0/+15
* | | | | | 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
|/ /