Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Remove outdated comment | Ryuta Kamizono | 2015-12-27 | 1 | -28/+0 | |
| * | | | | | | | | | | | Improve `select_one` in `Mysql2Adapter` | Ryuta Kamizono | 2015-12-27 | 2 | -0/+16 | |
* | | | | | | | | | | | | Merge pull request #22547 from kamipo/fix_create_table_info_cache | Rafael França | 2015-12-29 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Correctly cache create_table_info | Ryuta Kamizono | 2015-12-17 | 1 | -2/+6 | |
* | | | | | | | | | | | | Merge pull request #22053 from Empact/first-loaded | Yves Senn | 2015-12-28 | 3 | -16/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `first(limit)` to take advantage of `loaded?` records if available | Ben Woosley | 2015-12-24 | 3 | -8/+39 | |
| * | | | | | | | | | | | | Deprecate passing `offset` to `find_nth` | Ben Woosley | 2015-12-24 | 2 | -8/+21 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | tests, don't connect to mysql when running sqlite3 tests. | Yves Senn | 2015-12-28 | 1 | -0/+2 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix varbinary with default '' | Ryuta Kamizono | 2015-12-24 | 2 | -13/+10 | |
|/ / / / / / / / / / | ||||||
* | | / / / / / / / | Fixes LoggerSilence#silence threadsafety | Carl P. Corliss | 2015-12-23 | 1 | -0/+1 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | release notes, extracted notable changes from Active Record CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -10/+13 | |
* | | | | | | | | | Merge pull request #22620 from kamipo/join_to_delete_is_same_as_join_to_update | Rafael França | 2015-12-22 | 3 | -11/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | `join_to_delete` is same as `join_to_update` | Ryuta Kamizono | 2015-12-17 | 3 | -11/+5 | |
* | | | | | | | | | | Add support for passing flags to MySQL2 adapter by array | Stephen Blackstone | 2015-12-22 | 2 | -2/+14 | |
* | | | | | | | | | | Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc... | Yves Senn | 2015-12-21 | 3 | -26/+1 | |
* | | | | | | | | | | 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 | 3 | -1/+26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Pass SQL group by values when including scoped association | Lucjan Suski | 2015-12-15 | 3 | -1/+25 | |
* | | | | | | | | | | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 12 | -97/+86 | |
* | | | | | | | | | | | mysql2 adapter instead of mysql [ci skip] | Rajarshi Das | 2015-12-20 | 2 | -3/+3 | |
* | | | | | | | | | | | Remove unused `test/schema/mysql_specific_schema.rb` | Ryuta Kamizono | 2015-12-19 | 1 | -62/+0 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload... | Aaron Patterson | 2015-12-18 | 2 | -2/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Read already loaded association records from association.target | Tomohito Ozaki | 2015-04-17 | 2 | -2/+13 | |
* | | | | | | | | | | | 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 | |
* | | | | | | | | | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #22658 from greysteil/handle-specified-schema-in-index-remove | Matthew Draper | 2015-12-19 | 2 | -3/+30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Handle specified schemas when removing a Postgres index | Grey Baker | 2015-12-18 | 2 | -3/+30 | |
* | | | | | | | | | | | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 5 | -11/+11 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #22653 from matthewd/find_array_ordered | Matthew Draper | 2015-12-18 | 4 | -2/+100 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Implement limit & offset for ourselves | Matthew Draper | 2015-12-18 | 2 | -8/+21 | |
| * | | | | | | | | | | Adding a new test using chained where, limit and find([pks]) | Miguel Grazziotin | 2015-08-07 | 1 | -2/+12 | |
| * | | | | | | | | | | using order_values method instead of relying on ActiveRecord::Relation @value... | Miguel Grazziotin | 2015-06-19 | 1 | -2/+2 | |
| * | | | | | | | | | | WIP: fixing the limit bug and introducing new tests (failing for now) on .fin... | Miguel Grazziotin | 2015-06-19 | 2 | -7/+30 | |
| * | | | | | | | | | | do not change the order of the result if the object was already ordered by th... | Miguel Grazziotin | 2015-06-05 | 2 | -0/+6 | |
| * | | | | | | | | | | adding a test to ensure the find is obbeying the limit | Miguel Grazziotin | 2015-06-03 | 1 | -0/+7 | |
| * | | | | | | | | | | [#20338] adding tests to ensure the order clause takes precedence | Miguel Grazziotin | 2015-06-03 | 1 | -0/+18 | |
| * | | | | | | | | | | [#20338] improving implementation, fixing and adding some more specs | Miguel Grazziotin | 2015-06-03 | 2 | -6/+4 | |
| * | | | | | | | | | | [#20338] WIP: first basic implementation and specs | Miguel Grazziotin | 2015-05-29 | 2 | -1/+17 | |
* | | | | | | | | | | | These limits are now implicit | Matthew Draper | 2015-12-18 | 2 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de... | Matthew Draper | 2015-12-18 | 3 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Do not include column limit in schema.rb if it matches the default | Jean Boussier | 2015-07-08 | 2 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes | Matthew Draper | 2015-12-18 | 3 | -9/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Support passing the schema name prefix to `conenction.indexes` | Grey Baker | 2015-12-17 | 3 | -9/+24 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #19456 from greysteil/index-exists-behaviour | Matthew Draper | 2015-12-18 | 7 | -20/+126 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Support removing custom-names indexes when only specifying column names | Grey Baker | 2015-12-15 | 6 | -18/+107 | |
| * | | | | | | | | | | | | Ignore index name in `index_exists?` when not passed a name to check for | Grey Baker | 2015-12-15 | 4 | -2/+19 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #22642 from seuros/remove-mysql-adapter | Matthew Draper | 2015-12-18 | 51 | -1723/+61 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 50 | -1723/+56 | |
* | | | | | | | | | | | | | Use released arel | Rafael Mendonça França | 2015-12-17 | 1 | -1/+1 |