Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #35249 from Edouard-chin/ec-config-for-hash-in-arrau | Rafael Mendonça França | 2019-02-14 | 2 | -4/+40 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash: | Edouard CHIN | 2019-02-14 | 3 | -4/+45 | |
* | | | | | | | feat: support channel_prefix in pg subscription adapter | Vladimir Dementyev | 2019-02-14 | 3 | -0/+9 | |
* | | | | | | | Merge pull request #35277 from abhaynikam/minor-doc-update-after-35242 | Eileen M. Uchitelle | 2019-02-14 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Minor changes to deprecation warning message after 35242 | Abhay Nikam | 2019-02-15 | 3 | -6/+6 | |
* | | | | | | | | Merge pull request #35268 from abhaynikam/35252-add-delegate-for-path-for-method | George Claghorn | 2019-02-14 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Delegated path_for to primary in the MirrorService | Abhay Nikam | 2019-02-14 | 2 | -1/+5 | |
* | | | | | | | | Merge pull request #35242 from eileencodes/add-setter-and-deprecation-for-con... | Eileen M. Uchitelle | 2019-02-14 | 3 | -49/+141 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Improve errors and handling of hashes for database configurations | eileencodes | 2019-02-14 | 3 | -49/+141 | |
* | | | | | | | | Register new autoloading in AS CHANGELOG [ci skip] | Xavier Noria | 2019-02-14 | 1 | -0/+4 | |
* | | | | | | | | Merge pull request #35261 from rails/zeitwerk-as-dependency | Xavier Noria | 2019-02-13 | 7 | -25/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Let Zeitwerk be a dependency of Active Support | Xavier Noria | 2019-02-13 | 7 | -25/+13 | |
* | | | | | | | | | Merge pull request #35266 from ricardotk002/use-dir-children | Ryuta Kamizono | 2019-02-14 | 2 | -11/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use Dir#children and Dir#each_child instead of excluding "." and ".." | Ricardo Díaz | 2019-02-13 | 2 | -11/+4 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* / | | | | | | | Add test for `csp_meta_tag` | yuuji.yaginuma | 2019-02-14 | 1 | -0/+31 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #35238 from gwincr11/cg-active-job-queue-time | Rafael Mendonça França | 2019-02-13 | 4 | -2/+20 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Adding enque time tracking and logging | Cory Gwin @gwincr11 | 2019-02-13 | 4 | -2/+20 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35258 from kamipo/revert_32380 | Ryuta Kamizono | 2019-02-14 | 6 | -15/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Revert "Chaining named scope is no longer leaking to class level querying met... | Ryuta Kamizono | 2019-02-14 | 6 | -15/+7 | |
* | | | | | | | Merge pull request #35253 from rails/cached-collections-must-have-a-template | Aaron Patterson | 2019-02-13 | 2 | -3/+22 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Cached collections only work if there is one template | Aaron Patterson | 2019-02-13 | 2 | -3/+22 | |
* | | | | | | | Refactors a loop | Xavier Noria | 2019-02-13 | 1 | -6/+8 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #35255 from kamipo/fix_useless_assignment | Rafael França | 2019-02-13 | 2 | -5/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Address to useless assignment `formats = nil` after #35254 | Ryuta Kamizono | 2019-02-14 | 2 | -5/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35254 from abhaynikam/35229-some-minor-cleanup | Aaron Patterson | 2019-02-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Clean for fix done in #35229. Removed unused arguments | Abhay Nikam | 2019-02-13 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35229 from rails/fix-35222 | Aaron Patterson | 2019-02-13 | 19 | -29/+111 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Turn lookup context in to a stack, push and pop if formats change | Aaron Patterson | 2019-02-11 | 9 | -29/+64 | |
| * | | | | | | Adding another failing test case | Aaron Patterson | 2019-02-11 | 11 | -6/+39 | |
| * | | | | | | Add a failing test for #35222 | Aaron Patterson | 2019-02-11 | 5 | -0/+14 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #35244 from palkan/fix/activerecord-database-uri-resolve | Eileen M. Uchitelle | 2019-02-13 | 2 | -1/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix database configurations building when DATABASE_URL present | Vladimir Dementyev | 2019-02-12 | 2 | -1/+11 | |
* | | | | | | | Don’t log recipients when sending mail | Jaap van der Plas | 2019-02-13 | 5 | -10/+26 | |
* | | | | | | | Revert "Merge pull request #35127 from bogdan/counter-cache-loading" | Ryuta Kamizono | 2019-02-13 | 3 | -47/+20 | |
* | | | | | | | Support running AR isolated tests in parallel | Matthew Draper | 2019-02-13 | 1 | -4/+35 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #35034 from sponomarev/chore/ac-docs-worker-pool | Eileen M. Uchitelle | 2019-02-12 | 2 | -5/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add Worker Pool section to Action Cable configuration docs | Sergey Ponomarev | 2019-02-01 | 2 | -5/+18 | |
* | | | | | | | Merge pull request #34714 from palkan/chore/refactor-action-cable-server-config | Kasper Timm Hansen | 2019-02-13 | 3 | -11/+29 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Allow passing custom config to ActionCable::Server::Base | Vladimir Dementyev | 2019-02-12 | 3 | -11/+29 | |
|/ / / / / / | ||||||
* | | | | | | 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 | |
|\ \ \ \ \ \ \ |