| Commit message (Expand) | Author | Age | Files | Lines |
* | Should respect attribute_types over column_types | Ryuta Kamizono | 2019-02-13 | 1 | -2/+1 |
* | Merge pull request #35237 from eileencodes/fix-teardown-in-db-selector-test | Eileen M. Uchitelle | 2019-02-12 | 1 | -0/+4 |
|\ |
|
| * | Fix DatabaseSelector test that fails sometimes | eileencodes | 2019-02-12 | 1 | -0/+4 |
* | | Fix `pluck` and `select` with custom attributes | Ryuta Kamizono | 2019-02-13 | 10 | -16/+50 |
* | | Merge pull request #35235 from rails/fxn/zeitwerk | Xavier Noria | 2019-02-12 | 17 | -66/+385 |
|\ \ |
|
| * | | style | Xavier Noria | 2019-02-12 | 2 | -3/+5 |
| * | | Zeitwerk integration | Xavier Noria | 2019-02-12 | 17 | -66/+383 |
* | | | Merge pull request #35175 from drn/create-session | Guillermo Iguaran | 2019-02-12 | 2 | -1/+28 |
|\ \ \
| |/ /
|/| | |
|
| * | | Support testing of non-ActionDispatch-routed apps. | Darren Cheng | 2019-02-05 | 2 | -1/+28 |
* | | | Add missing packages (#35227) | Yuji Yaginuma | 2019-02-12 | 1 | -0/+2 |
* | | | Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy | Aaron Patterson | 2019-02-11 | 5 | -3/+100 |
|\ \ \ |
|
| * | | | use a proxy matcher for AS::N fanout | zvkemp | 2019-02-11 | 5 | -3/+100 |
* | | | | Merge pull request #35226 from olivierlacan/docs/active-job-queue-as-block | Rafael França | 2019-02-11 | 1 | -0/+20 |
|\ \ \ \ |
|
| * | | | | Document queue_as block arguments and their use | Olivier Lacan | 2019-02-11 | 1 | -0/+20 |
|/ / / / |
|
* | | | | Avoid implicit delegation in the migration compatibility | Ryuta Kamizono | 2019-02-12 | 1 | -12/+14 |
* | | | | Merge pull request #35198 from paracycle/uk-change-config-for-behaviour | Gannon McGibbon | 2019-02-11 | 3 | -9/+149 |
|\ \ \ \ |
|
| * | | | | Fix assertion excpected/actual order | Ufuk Kayserilioglu | 2019-02-11 | 1 | -6/+6 |
| * | | | | Allow deprecated non-symbol access to nested `config_for` hashes | Ufuk Kayserilioglu | 2019-02-11 | 3 | -3/+143 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #35221 from alkesh26/railities-namespaces-to-paths-optimiz... | Rafael França | 2019-02-11 | 1 | -2/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Optimized namespaces_to_paths method. | alkesh26 | 2019-02-11 | 1 | -2/+3 |
|/ / / |
|
* | | | Merge pull request #35196 from gmcgibbon/clarify_collection_proxy_docs | Gannon McGibbon | 2019-02-11 | 2 | -11/+25 |
|\ \ \ |
|
| * | | | Clarify collection proxy docs | Gannon McGibbon | 2019-02-08 | 2 | -11/+25 |
* | | | | Revert "Merge pull request #35216 from CHTJonas/patch-1" | Ryuta Kamizono | 2019-02-11 | 1 | -1/+1 |
* | | | | Add `remove_foreign_key` for `change_table` | Ryuta Kamizono | 2019-02-11 | 2 | -0/+22 |
* | | | | Merge pull request #35216 from CHTJonas/patch-1 | Eileen M. Uchitelle | 2019-02-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Correct JavaScript example in guide [ci skip] | Charlie Jonas | 2019-02-10 | 1 | -1/+1 |
* | | | | | Merge pull request #35184 from y-yagi/avoid_extra_package_install | Matthew Draper | 2019-02-11 | 10 | -16/+38 |
|\ \ \ \ \ |
|
| * | | | | | Install JavaScript packages before run test | yuuji.yaginuma | 2019-02-11 | 10 | -16/+38 |
* | | | | | | Fix typo a -> an, an -> a [ci skip] | Ryuta Kamizono | 2019-02-11 | 4 | -4/+4 |
* | | | | | | Merge pull request #35212 from kamipo/sqlite3_foreign_key | Ryuta Kamizono | 2019-02-11 | 12 | -24/+83 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "Merge pull request #33563 from lzap/foreign-key-note-doc" | Ryuta Kamizono | 2019-02-11 | 1 | -3/+0 |
| * | | | | | | SQLite3: Implement `add_foreign_key` and `remove_foreign_key` | Ryuta Kamizono | 2019-02-11 | 11 | -21/+83 |
|/ / / / / / |
|
* | | | | | | More exercise table name prefix and suffix tests | Ryuta Kamizono | 2019-02-11 | 5 | -33/+97 |
* | | | | | | Revert "Merge pull request #35211 from y-yagi/fix_broken_association_test" (#... | Yuji Yaginuma | 2019-02-11 | 1 | -16/+0 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #35211 from y-yagi/fix_broken_association_test | Yuji Yaginuma | 2019-02-10 | 1 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | Avoid ajv@6.9.0 for now | yuuji.yaginuma | 2019-02-10 | 1 | -0/+16 |
* | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2019-02-10 | 1 | -3/+3 |
* | | | | | | Merge pull request #35203 from chiastolite/add_column_without_column_names | Ryuta Kamizono | 2019-02-10 | 2 | -0/+12 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Do not allow to add column without column name | Hiroyuki Morita | 2019-02-10 | 2 | -0/+10 |
* | | | | | | Merge pull request #35201 from rails/no-leaks2 | Aaron Patterson | 2019-02-09 | 8 | -20/+60 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Always call super | Aaron Patterson | 2019-02-08 | 3 | -3/+1 |
| * | | | | | reuse details cache key identity object | Aaron Patterson | 2019-02-08 | 1 | -5/+1 |
| * | | | | | Teach DetailsKey how to clear the template cache | Aaron Patterson | 2019-02-08 | 5 | -11/+38 |
| * | | | | | Split digest cache from details identity cache | Aaron Patterson | 2019-02-08 | 4 | -8/+27 |
| | |_|/ /
| |/| | | |
|
* | | | | | Refactor to extract defining column methods as `define_column_methods` | Ryuta Kamizono | 2019-02-09 | 3 | -142/+161 |
* | | | | | Fix rubocop violations | yuuji.yaginuma | 2019-02-09 | 2 | -11/+9 |
* | | | | | Remove redundant returning `object` | Ryuta Kamizono | 2019-02-09 | 1 | -1/+0 |
* | | | | | Use Ruby 2.4+ native transform_values(!) | Kasper Timm Hansen | 2019-02-08 | 1 | -7/+2 |
* | | | | | Delete uneeded blank file | Guillermo Iguaran | 2019-02-08 | 1 | -0/+0 |
* | | | | | Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!' | Guillermo Iguaran | 2019-02-08 | 5 | -0/+84 |