| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #18109 from k0kubun/unscoped-joins | Sean Griffin | 2016-02-11 | 1 | -0/+4 |
|\ |
|
| * | Allow `joins` to be unscoped | Takashi Kokubun | 2016-01-31 | 1 | -0/+6 |
* | | include activerecord and activesupport CHANGELOG entries | Brian Christian | 2016-02-10 | 1 | -0/+4 |
* | | Merge pull request #23508 from meinac/add_numeric_type_into_migrations | Sean Griffin | 2016-02-07 | 1 | -0/+10 |
|\ \ |
|
| * | | Added numeric helper into migrations. | Mehmet Emin İNAÇ | 2016-02-07 | 1 | -0/+10 |
* | | | Revert "Dump indexes in `create_table` instead of `add_index`" | Sean Griffin | 2016-02-05 | 1 | -7/+0 |
|/ / |
|
* | | The minimum supported version of PostgreSQL is now >= 9.1 | Remo Mueller | 2016-02-02 | 1 | -0/+6 |
* | | Add some Action Cable CHANGELOG entries | Rafael Mendonça França | 2016-02-01 | 1 | -3/+0 |
* | | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
* | | Revert "Merge pull request #16400 from bogdan/last-with-sql" | Sean Griffin | 2016-02-01 | 1 | -20/+0 |
|/ |
|
* | Reworked ActiveRecord::Relation#last to always use SQL | Bogdan Gusiev | 2016-01-28 | 1 | -0/+20 |
* | Introduce ActiveRecord::IrreversibleOrderError | Bogdan Gusiev | 2016-01-27 | 1 | -0/+14 |
* | INSERT INTO schema_migrations in 1 SQL | Akira Matsuda & Naoto Koshikawa | 2016-01-27 | 1 | -0/+5 |
* | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 1 | -0/+9 |
* | Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip] | Prathamesh Sonpatki | 2016-01-20 | 1 | -1/+5 |
* | run `type` column through attribtues API type casting. | Yves Senn | 2016-01-19 | 1 | -0/+8 |
* | Changed options for find_each and variants to have options start/finish inste... | Vipul A M | 2016-01-18 | 1 | -2/+2 |
* | Merge pull request #20005 from kamipo/default_expression_support | Rafael França | 2016-01-16 | 1 | -0/+10 |
|\ |
|
| * | Add expression support on the schema default | Ryuta Kamizono | 2016-01-13 | 1 | -0/+10 |
* | | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t... | Kasper Timm Hansen | 2016-01-14 | 1 | -4/+0 |
|/ |
|
* | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -3/+3 |
* | fix regression when loading fixture files with symbol keys. | Yves Senn | 2016-01-13 | 1 | -0/+6 |
* | add migration versioning example to the changelog. [ci skip] | Yves Senn | 2016-01-12 | 1 | -0/+8 |
* | Support :if and :unless in has_secure_token | Griffin Smith | 2016-01-09 | 1 | -0/+4 |
* | Added missing CHANGELOG entry for https://github.com/rails/rails/pull/22976 | Prathamesh Sonpatki | 2016-01-09 | 1 | -0/+8 |
* | Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods | Rafael Mendonça França | 2016-01-06 | 1 | -0/+19 |
|\ |
|
| * | Add short-hand methods for text and blob types in MySQL | Ryuta Kamizono | 2016-01-05 | 1 | -0/+19 |
* | | Move CHANGELOG entry to Active Record | Rafael Mendonça França | 2016-01-05 | 1 | -0/+5 |
|/ |
|
* | Fix `first(limit)` to take advantage of `loaded?` records if available | Ben Woosley | 2015-12-24 | 1 | -0/+5 |
* | Deprecate passing `offset` to `find_nth` | Ben Woosley | 2015-12-24 | 1 | -0/+5 |
* | release notes, extracted notable changes from Active Record CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -10/+13 |
* | Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc... | Yves Senn | 2015-12-21 | 1 | -4/+0 |
* | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | Merge pull request #22486 from methyl/fix-includes-for-groupped-association | Yves Senn | 2015-12-21 | 1 | -0/+4 |
|\ |
|
| * | Pass SQL group by values when including scoped association | Lucjan Suski | 2015-12-15 | 1 | -0/+7 |
* | | Fix typo in CHANGELOG | Jan | 2015-12-18 | 1 | -1/+1 |
* | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | | Merge pull request #22653 from matthewd/find_array_ordered | Matthew Draper | 2015-12-18 | 1 | -0/+7 |
|\ \ |
|
* \ \ | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de... | Matthew Draper | 2015-12-18 | 1 | -0/+5 |
|\ \ \ |
|
* \ \ \ | Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes | Matthew Draper | 2015-12-18 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | Support passing the schema name prefix to `conenction.indexes` | Grey Baker | 2015-12-17 | 1 | -0/+7 |
* | | | | | Merge pull request #19456 from greysteil/index-exists-behaviour | Matthew Draper | 2015-12-18 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | Ignore index name in `index_exists?` when not passed a name to check for | Grey Baker | 2015-12-15 | 1 | -0/+5 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #22642 from seuros/remove-mysql-adapter | Matthew Draper | 2015-12-18 | 1 | -0/+5 |
* | | | | | Pass over the ApplicationRecord changelog entry | Genadi Samokovarov | 2015-12-17 | 1 | -10/+5 |
| |/ / /
|/| | | |
|
* | | | | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 1 | -0/+15 |
|/ / / |
|
* | | | Add migration versioning via Migration subclasses | Matthew Draper | 2015-12-15 | 1 | -0/+6 |
* | | | Use a bind param for `LIMIT` and `OFFSET` | Sean Griffin | 2015-12-14 | 1 | -0/+9 |
* | | | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -0/+18 |
* | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 1 | -0/+7 |