Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Remove `NoForeignKeySupportTest` which is no longer reached | Ryuta Kamizono | 2019-02-16 | 2 | -46/+0 | |
* | | | | | | | Refactor `remove_foreign_key` to delete the foreign key before `alter_table` | Ryuta Kamizono | 2019-02-16 | 1 | -4/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Add changelog entry for #35212 | Ryuta Kamizono | 2019-02-16 | 1 | -0/+4 | |
* | | | | | | Merge pull request #35286 from matthewdunbar/master | Ryuta Kamizono | 2019-02-16 | 2 | -0/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Properly handle cached queries with too many bind parameters | Matthew Dunbar | 2019-02-14 | 2 | -0/+16 | |
* | | | | | | | Merge pull request #35269 from y-yagi/allow_to_pass_options_to_csp_meta_tag | Yuji Yaginuma | 2019-02-16 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Allow to pass options to `csp_meta_tag` | yuuji.yaginuma | 2019-02-16 | 2 | -2/+8 | |
* | | | | | | | Implement AS::Dependencies.verbose= compatibility for :zeitwerk mode | Xavier Noria | 2019-02-15 | 2 | -0/+41 | |
* | | | | | | | Merge pull request #35289 from LinkUpStudioUA/master | Rafael França | 2019-02-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | AbstractController::Translation#t: dup options | Nazar Matus | 2019-02-15 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #35262 from gmcgibbon/reword_ar_rdbms_note | Gannon McGibbon | 2019-02-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Reword RDBMS note in ActiveRecord basics | Gannon McGibbon | 2019-02-13 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #35288 from conradbeach/fix-typos | Vipul A M | 2019-02-15 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix small typo in docs | Conrad Beach | 2019-02-15 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #35280 from kamipo/deprecate_leaking_scope | Ryuta Kamizono | 2019-02-15 | 9 | -33/+88 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecate using class level querying methods if the receiver scope regarded a... | Ryuta Kamizono | 2019-02-15 | 6 | -21/+75 | |
| * | | | | | | | | Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c... | Ryuta Kamizono | 2019-02-15 | 6 | -37/+38 | |
* | | | | | | | | | Replace autoloader accessors with Rails.autoloaders.{main,once} | Xavier Noria | 2019-02-14 | 8 | -50/+72 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #35279 from yahonda/pg_channel_prefix | Matthew Draper | 2019-02-15 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name... | Yasuo Honda | 2019-02-15 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | 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 | |
| |/ / / / / |