Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #34980 from y-yagi/fixes_34979 | Yuji Yaginuma | 2019-01-31 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Don't add `RAILS_ENV` in generate action | yuuji.yaginuma | 2019-01-19 | 2 | -2/+10 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #35093 from rails/av-base-constructor | Aaron Patterson | 2019-01-30 | 14 | -26/+61 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tighten up the AV::Base constructor | Aaron Patterson | 2019-01-29 | 14 | -26/+61 | |
* | | | | | | | | Merge pull request #35073 from eileencodes/db-selection | Eileen M. Uchitelle | 2019-01-30 | 9 | -0/+353 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 9 | -0/+353 | |
* | | | | | | | | | Merge pull request #35102 from eileencodes/fix-case-when-url-in-url-config-is... | Eileen M. Uchitelle | 2019-01-30 | 3 | -5/+20 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix case when we want a UrlConfig but the URL is nil | Eileen Uchitelle | 2019-01-30 | 3 | -5/+20 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #35101 from bogdanvlviv/remove-unused-code | Ryuta Kamizono | 2019-01-31 | 2 | -9/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove unused code | bogdanvlviv | 2019-01-30 | 2 | -9/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #35080 from sos4nt/add_hash_assoc | Ryuta Kamizono | 2019-01-30 | 3 | -0/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add HashWithIndifferentAccess#assoc | Stefan Schüßler | 2019-01-30 | 3 | -0/+27 | |
* | | | | | | | | | Relax version locking of the selenium-webdriver | Ryuta Kamizono | 2019-01-30 | 2 | -4/+4 |