Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Fix `find_nth` with `limit_value` | Ryuta Kamizono | 2017-02-26 | 2 | -6/+10 | |
* | | | | | | | | | | | | Merge pull request #28172 from kamipo/deprecate_supports_migrations | Andrew White | 2017-02-26 | 13 | -338/+306 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Deprecate `supports_migrations?` on connection adapters | Ryuta Kamizono | 2017-02-27 | 13 | -338/+306 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* / | | | | | | | | | | | Refactor connection_pool_test | Kir Shatrov | 2017-02-26 | 1 | -1/+4 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [ci skip] Add CHANGELOG entry for #28183 | Andrew White | 2017-02-26 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge pull request #28183 from eugeneius/having_select_column | Andrew White | 2017-02-26 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Include selects in group query with having clause | Eugene Kenny | 2017-02-26 | 2 | -1/+3 | |
* | | | | | | | | | | | Merge pull request #28176 from kamipo/push_valid_type_up_to_abstract_adapter | Andrew White | 2017-02-26 | 4 | -11/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Push `valid_type?` up to abstract adapter | Ryuta Kamizono | 2017-02-26 | 4 | -11/+3 | |
* | | | | | | | | | | | Merge pull request #28177 from kami-zh/remove-duplicated-private | Andrew White | 2017-02-26 | 1 | -102/+100 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove duplicated private method | kami-zh | 2017-02-26 | 1 | -102/+100 | |
* | | | | | | | | | | | | Merge pull request #28179 from kamipo/remove_useless_line | Andrew White | 2017-02-26 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove useless `select_values += select_values` | Ryuta Kamizono | 2017-02-26 | 1 | -1/+0 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Fix typo 'affect' -> 'effect' [ci skip] | Rebecca Skinner | 2017-02-26 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix `change_column` to drop default with `null: false` | Ryuta Kamizono | 2017-02-26 | 4 | -5/+14 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #28167 from kirs/deprecate-verify-args | Matthew Draper | 2017-02-26 | 2 | -0/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Deprecate AbstractAdapter#verify! with arguments | Kir Shatrov | 2017-02-25 | 2 | -0/+15 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #28169 from kirs/ensure-conn-verify | Matthew Draper | 2017-02-26 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use ensure block for things we cleanup in tests | Kir Shatrov | 2017-02-25 | 2 | -1/+2 | |
| |/ / / / / / / / / | ||||||
* | / / / / / / / / | Suppress `DISTINCT` clause outside aggregate function | Ryuta Kamizono | 2017-02-25 | 2 | -2/+13 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Order array contents to match Relation#first | Matthew Draper | 2017-02-25 | 1 | -1/+1 | |
* | | | | | | | | | Soft-deprecate the top-level HashWithIndifferentAccess class | Robin Dupret | 2017-02-25 | 1 | -3/+3 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Improve docs for ActiveRecord::Result. [ci skip] | Trevor Reiff | 2017-02-24 | 1 | -1/+12 | |
* | | | | | | | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig... | Rafael França | 2017-02-23 | 2 | -0/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `remove_reference` to multiple foreign keys in the same table | Ryuta Kamizono | 2017-02-11 | 2 | -0/+17 | |
* | | | | | | | | | Deprecate using `#quoted_id` in quoting | Ryuta Kamizono | 2017-02-24 | 5 | -6/+15 | |
* | | | | | | | | | Fix type casting AR object to respect the primary key cast type's serialization | Ryuta Kamizono | 2017-02-24 | 2 | -2/+40 | |
* | | | | | | | | | Extract `TypeCastingTest` into `test/cases/quoting_test.rb` | Ryuta Kamizono | 2017-02-24 | 3 | -52/+56 | |
* | | | | | | | | | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 3 | -2/+25 | |
* | | | | | | | | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 2 | -1/+3 | |
* | | | | | | | | | Correctly dump native timestamp types for MySQL | Ryuta Kamizono | 2017-02-23 | 10 | -5/+80 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #28095 from matthewd/nested-database-config | Matthew Draper | 2017-02-22 | 2 | -0/+69 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow 3-level DB configs to group connections by environment | Matthew Draper | 2017-02-22 | 2 | -0/+69 | |
* | | | | | | | | | Merge pull request #28042 from kamipo/add_changelog_for_27384 | Rafael França | 2017-02-21 | 2 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add CHANGELOG entry for #27384 and #27762 | Ryuta Kamizono | 2017-02-17 | 2 | -4/+8 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urls | Andrew White | 2017-02-21 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix schema leakage from dirty_test.rb | Andrew White | 2017-02-21 | 1 | -0/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Add backticks around method names | Jon Moss | 2017-02-21 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | / / / / | Fix `define_attribute_method` with Symbol in AR | Prem Sichanugrist | 2017-02-21 | 1 | -0/+7 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-conn | Matthew Draper | 2017-02-21 | 8 | -32/+80 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ensure test threads share a DB connection | eileencodes | 2017-02-20 | 8 | -32/+80 | |
* | | | | | | | | Revert "Merge pull request #27925 from robin850/hwia-removal" | Kasper Timm Hansen | 2017-02-20 | 1 | -3/+3 | |
* | | | | | | | | Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge | Matthew Draper | 2017-02-21 | 5 | -34/+29 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Define `respond_to_missing?` instead of `respond_to?` | Ryuta Kamizono | 2017-02-21 | 1 | -4/+4 | |
| * | | | | | | | Cache target scope for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -3/+4 | |
| * | | | | | | | No need to cache collection proxies separately | Ryuta Kamizono | 2016-12-25 | 3 | -17/+1 | |
| * | | | | | | | Delegate to `scope` rather than `merge!` for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -14/+24 | |
* | | | | | | | | Merge pull request #27925 from robin850/hwia-removal | Kasper Timm Hansen | 2017-02-20 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecate the top-level `HashWithIndifferentAccess` contant | Robin Dupret | 2017-02-19 | 1 | -3/+3 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* / | | | | | | | Improve `create_table force: true` | Ryuta Kamizono | 2017-02-20 | 1 | -2/+2 | |
|/ / / / / / / |