| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow configuring the Azure Storage service with extra client options | garytaylor | 2019-02-04 | 1 | -2/+2 |
* | Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc... | Eileen M. Uchitelle | 2019-02-04 | 3 | -1/+48 |
|\ |
|
| * | Invalidate query cache for all connections in the current thread | Eileen Uchitelle | 2019-02-01 | 3 | -1/+48 |
* | | Merge pull request #35132 from eileencodes/allow-application-to-change-handle... | Eileen M. Uchitelle | 2019-02-04 | 6 | -4/+56 |
|\ \ |
|
| * | | Add ability to change the names of the default handlers | Eileen Uchitelle | 2019-02-01 | 6 | -4/+56 |
| |/ |
|
* | | Merge pull request #35148 from utilum/update_template_missing_image_in_guide | Kasper Timm Hansen | 2019-02-04 | 1 | -0/+0 |
|\ \ |
|
| * | | Fix and update template_missing image in guide | utilum | 2019-02-04 | 1 | -0/+0 |
|/ / |
|
* | | Merge pull request #35105 from olivierlacan/document-table-foreign-key | Gannon McGibbon | 2019-02-02 | 1 | -1/+2 |
|\ \ |
|
| * | | Hint at advanced options for foreign_key | Olivier Lacan | 2019-01-30 | 1 | -1/+2 |
* | | | Merge pull request #35136 from andyw8/routes-syntax | Rafael França | 2019-02-01 | 2 | -15/+15 |
|\ \ \ |
|
| * | | | Use consistent hash syntax for routes | Andy Waite | 2019-02-01 | 2 | -15/+15 |
* | | | | Merge pull request #35119 from rails/file-template | Aaron Patterson | 2019-02-01 | 13 | -25/+105 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Pass source to template handler and deprecate old style handler | Aaron Patterson | 2019-02-01 | 10 | -21/+55 |
| * | | | Introduce a file type template, deprecate `Template#refresh` | Aaron Patterson | 2019-02-01 | 4 | -3/+47 |
| * | | | use the source returned from encode! | Aaron Patterson | 2019-01-31 | 1 | -3/+5 |
* | | | | Merge pull request #35133 from jhawthorn/faster_notifications | Aaron Patterson | 2019-02-01 | 1 | -8/+23 |
|\ \ \ \ |
|
| * | | | | Keep cache for strings in notifications/fanout | John Hawthorn | 2019-02-01 | 1 | -3/+5 |
| * | | | | Make Notifications::Fanout#listeners_for faster | John Hawthorn | 2019-02-01 | 1 | -5/+18 |
* | | | | | Merge pull request #35130 from rails/move-delay-to-options-argument | Eileen M. Uchitelle | 2019-02-01 | 4 | -11/+61 |
|\ \ \ \ \ |
|
| * | | | | | Refactor options for middleware | Eileen Uchitelle | 2019-02-01 | 4 | -11/+61 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactions | Rafael França | 2019-02-01 | 3 | -5/+8 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Eagerly materialize the fixtures transaction | Jean Boussier | 2019-01-29 | 3 | -5/+8 |
* | | | | | Merge pull request #35131 from alkesh26/activesupport-typo-fixes | Ryuta Kamizono | 2019-02-02 | 7 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | ActiveSupport typo fixes. | alkesh26 | 2019-02-01 | 7 | -7/+7 |
|/ / / / / |
|
* | | | | | Merge pull request #35043 from simoleone/activestorage/s3/content-type | Eileen M. Uchitelle | 2019-02-01 | 2 | -2/+20 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | include the content type when uploading to S3 | Simo Leone | 2019-01-24 | 2 | -2/+20 |
* | | | | | Merge pull request #35126 from alkesh26/railities-typo-fix | Eileen M. Uchitelle | 2019-02-01 | 11 | -14/+14 |
|\ \ \ \ \ |
|
| * | | | | | Railities typo fixes. | alkesh26 | 2019-02-01 | 11 | -14/+14 |
* | | | | | | Fix doc of `ActionDispatch::SystemTestCase` [ci skip] | yuuji.yaginuma | 2019-02-01 | 1 | -7/+7 |
* | | | | | | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warning | Ryuta Kamizono | 2019-02-01 | 3 | -4/+5 |
* | | | | | | Merge pull request #35116 from kamipo/fix_through_association_creation | Ryuta Kamizono | 2019-02-01 | 4 | -27/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse" | Ryuta Kamizono | 2019-02-01 | 2 | -27/+5 |
| * | | | | | | Add regression test for has_many through record creation | Ryuta Kamizono | 2019-02-01 | 2 | -0/+6 |
* | | | | | | | Merge pull request #35117 from kamipo/remove_unused_attr_writer | Ryuta Kamizono | 2019-02-01 | 2 | -7/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove unused attr_writers `visitor` and `indexes` | Ryuta Kamizono | 2019-02-01 | 2 | -7/+0 |
* | | | | | | | | Merge pull request #31253 from knu/backquote_returns_string | Yuji Yaginuma | 2019-02-01 | 3 | -14/+4 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | Remove the Kernel#` override that turns ENOENT into nil | Akinori MUSHA | 2019-01-31 | 3 | -14/+4 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | add tests to make sure deprecated API is still supported | Aaron Patterson | 2019-01-31 | 2 | -2/+14 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #35112 from alkesh26/activerecord-typo-fixes | Vipul A M | 2019-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ActiveRecord typo fixe. | alkesh26 | 2019-01-31 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #35115 from alkesh26/activestorage-typo-fix | Ryuta Kamizono | 2019-02-01 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| / / / /
| |/ / / / |
|
| * / / / | ActiveStorage typo fix. | alkesh26 | 2019-01-31 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #35109 from abhaynikam/35073-fix-automatic-database-switch... | Yuji Yaginuma | 2019-01-31 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fixed typo for DatabaseSelector::Resolver documentation | Abhay Nikam | 2019-01-31 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Remove redundant begin block | Ryuta Kamizono | 2019-01-31 | 1 | -6/+3 |
* | | | | Fix `ERB.new` argument deprecated warning | yuuji.yaginuma | 2019-01-31 | 1 | -1/+5 |
* | | | | Merge pull request #35108 from jhawthorn/db-selection-timestamp-after | Eileen M. Uchitelle | 2019-01-30 | 2 | -2/+43 |
|\ \ \ \ |
|
| * | | | | Write update_last_write_timestamp after request | John Hawthorn | 2019-01-30 | 2 | -2/+43 |
* | | | | | Merge pull request #35104 from alkesh26/activemodel-typo-fixes | Kasper Timm Hansen | 2019-01-30 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | activemodel typo fixes. | alkesh26 | 2019-01-31 | 2 | -2/+2 |