aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Pass SQL group by values when including scoped associationLucjan Suski2015-12-151-0/+7
* | Fix typo in CHANGELOGJan2015-12-181-1/+1
* | Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* | Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-181-0/+7
|\ \
* \ \ Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...Matthew Draper2015-12-181-0/+5
|\ \ \
* \ \ \ Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexesMatthew Draper2015-12-181-0/+7
|\ \ \ \
| * | | | Support passing the schema name prefix to `conenction.indexes`Grey Baker2015-12-171-0/+7
* | | | | Merge pull request #19456 from greysteil/index-exists-behaviourMatthew Draper2015-12-181-0/+5
|\ \ \ \ \
| * | | | | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-151-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-181-0/+5
* | | | | Pass over the ApplicationRecord changelog entryGenadi Samokovarov2015-12-171-10/+5
| |/ / / |/| | |
* | | | Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-0/+15
|/ / /
* | | Add migration versioning via Migration subclassesMatthew Draper2015-12-151-0/+6
* | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-0/+9
* | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-0/+18
* | | Remove old comment about AC::Parameters>subclassesclaudiob2015-12-021-0/+7