aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Invalidate query cache for all connections in the current threadEileen Uchitelle2019-02-013-1/+48
* | | | | | | | | | Merge pull request #35132 from eileencodes/allow-application-to-change-handle...Eileen M. Uchitelle2019-02-046-4/+56
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add ability to change the names of the default handlersEileen Uchitelle2019-02-016-4/+56
| |/ / / / / / / /
* | | | | | | | | Merge pull request #35148 from utilum/update_template_missing_image_in_guideKasper Timm Hansen2019-02-041-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix and update template_missing image in guideutilum2019-02-041-0/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #35105 from olivierlacan/document-table-foreign-keyGannon McGibbon2019-02-021-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Hint at advanced options for foreign_keyOlivier Lacan2019-01-301-1/+2
* | | | | | | | | Merge pull request #35136 from andyw8/routes-syntaxRafael França2019-02-012-15/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use consistent hash syntax for routesAndy Waite2019-02-012-15/+15
* | | | | | | | | | Merge pull request #35119 from rails/file-templateAaron Patterson2019-02-0113-25/+105
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-0110-21/+55
| * | | | | | | | | Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-014-3/+47
| * | | | | | | | | use the source returned from encode!Aaron Patterson2019-01-311-3/+5
* | | | | | | | | | Merge pull request #35133 from jhawthorn/faster_notificationsAaron Patterson2019-02-011-8/+23
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Keep cache for strings in notifications/fanoutJohn Hawthorn2019-02-011-3/+5
| * | | | | | | | | Make Notifications::Fanout#listeners_for fasterJohn Hawthorn2019-02-011-5/+18
* | | | | | | | | | Merge pull request #35130 from rails/move-delay-to-options-argumentEileen M. Uchitelle2019-02-014-11/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor options for middlewareEileen Uchitelle2019-02-014-11/+61
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactionsRafael França2019-02-013-5/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Eagerly materialize the fixtures transactionJean Boussier2019-01-293-5/+8
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #35131 from alkesh26/activesupport-typo-fixesRyuta Kamizono2019-02-027-7/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | ActiveSupport typo fixes.alkesh262019-02-017-7/+7
|/ / / / / / / /
* | | | | | | | Merge pull request #35043 from simoleone/activestorage/s3/content-typeEileen M. Uchitelle2019-02-012-2/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | include the content type when uploading to S3Simo Leone2019-01-242-2/+20
* | | | | | | | Merge pull request #35126 from alkesh26/railities-typo-fixEileen M. Uchitelle2019-02-0111-14/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Railities typo fixes.alkesh262019-02-0111-14/+14
* | | | | | | | | Fix doc of `ActionDispatch::SystemTestCase` [ci skip]yuuji.yaginuma2019-02-011-7/+7
* | | | | | | | | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warningRyuta Kamizono2019-02-013-4/+5
* | | | | | | | | Merge pull request #35116 from kamipo/fix_through_association_creationRyuta Kamizono2019-02-014-27/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse"Ryuta Kamizono2019-02-012-27/+5
| * | | | | | | | | Add regression test for has_many through record creationRyuta Kamizono2019-02-012-0/+6
* | | | | | | | | | Merge pull request #35117 from kamipo/remove_unused_attr_writerRyuta Kamizono2019-02-012-7/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused attr_writers `visitor` and `indexes`Ryuta Kamizono2019-02-012-7/+0
* | | | | | | | | | | Merge pull request #31253 from knu/backquote_returns_stringYuji Yaginuma2019-02-013-14/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove the Kernel#` override that turns ENOENT into nilAkinori MUSHA2019-01-313-14/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | add tests to make sure deprecated API is still supportedAaron Patterson2019-01-312-2/+14
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #35112 from alkesh26/activerecord-typo-fixesVipul A M2019-01-311-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ActiveRecord typo fixe.alkesh262019-01-311-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #35115 from alkesh26/activestorage-typo-fixRyuta Kamizono2019-02-011-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * / / / / / / ActiveStorage typo fix.alkesh262019-01-311-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #35109 from abhaynikam/35073-fix-automatic-database-switch...Yuji Yaginuma2019-01-311-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed typo for DatabaseSelector::Resolver documentationAbhay Nikam2019-01-311-1/+1
|/ / / / / / /
* | | | | | | Remove redundant begin blockRyuta Kamizono2019-01-311-6/+3
* | | | | | | Fix `ERB.new` argument deprecated warningyuuji.yaginuma2019-01-311-1/+5
* | | | | | | Merge pull request #35108 from jhawthorn/db-selection-timestamp-afterEileen M. Uchitelle2019-01-302-2/+43
|\ \ \ \ \ \ \
| * | | | | | | Write update_last_write_timestamp after requestJohn Hawthorn2019-01-302-2/+43
* | | | | | | | Merge pull request #35104 from alkesh26/activemodel-typo-fixesKasper Timm Hansen2019-01-302-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | activemodel typo fixes.alkesh262019-01-312-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #34980 from y-yagi/fixes_34979Yuji Yaginuma2019-01-312-2/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-192-2/+10
| | |_|_|_|_|/ | |/| | | | |