Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | 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 | |
* | | | | | | | | | | | | Expanding the documentation for collection=objects for has_many :through [ci-... | Eric Krause | 2015-12-17 | 1 | -1/+2 | |
* | | | | | | | | | | | | Call the new point behavior `:point`, not `:rails_5_1_point` | Sean Griffin | 2015-12-17 | 3 | -7/+6 | |
|/ / / / / / / / / / / | ||||||
* | / / / / / / / / / | Pass over the ApplicationRecord changelog entry | Genadi Samokovarov | 2015-12-17 | 1 | -10/+5 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | fix typo in method name [ci skip] | yuuji.yaginuma | 2015-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_... | Rafael Mendonça França | 2015-12-17 | 3 | -5/+11 | |
* | | | | | | | | | | Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_to_update | Rafael França | 2015-12-17 | 3 | -11/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | `join_to_delete` is same as `join_to_update` | Ryuta Kamizono | 2015-12-17 | 3 | -11/+5 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Make sure File.exist? run in the root of the application | Rafael Mendonça França | 2015-12-16 | 1 | -1/+5 | |
* | | | | | | | | | | Do not define attributes_with_index as a Thor task | Rafael Mendonça França | 2015-12-16 | 1 | -4/+4 | |
* | | | | | | | | | | Remove dead code | Rafael Mendonça França | 2015-12-16 | 1 | -4/+0 | |
* | | | | | | | | | | Don't over-specify types in our tests | Sean Griffin | 2015-12-16 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix test failures on Windows | Sean Griffin | 2015-12-16 | 1 | -4/+12 | |
* | | | | | | | | | Fix test failure on Windows | Sean Griffin | 2015-12-16 | 1 | -6/+10 | |
* | | | | | | | | | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 2 | -1/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 2 | -1/+23 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22605 from tonyta/delete-dead-comments | Rafael França | 2015-12-16 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | deletes commented code introduced in db045db (initial commit) | Tony Ta | 2015-12-15 | 1 | -1/+0 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 2 | -16/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | |