| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | | | | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat... | Rafael França | 2018-08-31 | 2 | -15/+79 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 2 | -15/+79 |
* | | | | | | | | | | | | | | | | Merge pull request #33758 from schneems/schneems/faster_strong_params | Richard Schneeman | 2018-08-31 | 2 | -8/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Faster permitted_scalar_filter | schneems | 2018-08-31 | 2 | -8/+25 |
| | |_|_|_|_|/ / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #33766 from yskkin/warn_plural | Rafael França | 2018-08-31 | 4 | -3/+35 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 4 | -3/+35 |
* | | | | | | | | | | | | | | | | Remove redundant `travel_back` | yuuji.yaginuma | 2018-08-31 | 2 | -7/+0 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #33762 from nicolasmlv/typo | Ryuta Kamizono | 2018-08-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | [ci skip] Typo in form helpers guide | Nicolas Maloeuvre | 2018-08-30 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #33751 from steves/add_retry_notifications_to_aj | Rafael França | 2018-08-30 | 5 | -35/+152 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Move ActiveJob retry and discard logging into log subscriber | Steve S | 2018-08-30 | 3 | -32/+103 |
| * | | | | | | | | | | | | | | | Add hooks to ActiveJob around retries and discards | Steve S | 2018-08-29 | 3 | -7/+53 |
* | | | | | | | | | | | | | | | | Just delegate `update` with ids on a relation to `klass.update` | Ryuta Kamizono | 2018-08-31 | 2 | -2/+24 |
| |_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #33637 from eileencodes/ar-connection-management-refactoring | Eileen M. Uchitelle | 2018-08-30 | 21 | -255/+1192 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 21 | -255/+1192 |
* | | | | | | | | | | | | | | | | Merge pull request #33759 from schneems/schneems/move-variable-out-of-loop | Richard Schneeman | 2018-08-30 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Do not recompute length | schneems | 2018-08-30 | 1 | -2/+2 |
* | | | | | | | | | | | | | | | | | Merge pull request #33760 from eileencodes/add-migrations_paths_option-to-mig... | Eileen M. Uchitelle | 2018-08-30 | 4 | -1/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Add migrations_paths option to migration generator | Eileen Uchitelle | 2018-08-30 | 4 | -1/+28 |
| | |/ / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | Merge pull request #33761 from schneems/schneems/strong_params_doc | Richard Schneeman | 2018-08-30 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | [ci skip] Document permitted_scalar_filter | schneems | 2018-08-30 | 1 | -0/+10 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Refactor `attributes_for_{create,update}` to avoid an extra allocation | Ryuta Kamizono | 2018-08-31 | 2 | -4/+4 |
* | | | | | | | | | | | | | | | | | Remove `attributes_with_values_for_{create,update}` for internal use | Ryuta Kamizono | 2018-08-30 | 2 | -10/+5 |
* | | | | | | | | | | | | | | | | | Remove extra `& self.class.column_names` in `keys_for_partial_write` | Ryuta Kamizono | 2018-08-30 | 1 | -6/+6 |
* | | | | | | | | | | | | | | | | | Merge pull request #33757 from bogdanvlviv/follow-up-32937 | Ryuta Kamizono | 2018-08-30 | 3 | -4/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Add info about purpose in cookies to "Upgrading Ruby on Rails" guide [ci skip] | bogdanvlviv | 2018-08-30 | 1 | -0/+11 |
| * | | | | | | | | | | | | | | | | | Add info about `config.action_dispatch.use_cookies_with_metadata` to "Configu... | bogdanvlviv | 2018-08-30 | 1 | -0/+3 |
| * | | | | | | | | | | | | | | | | | Fix `actionpack/CHANGELOG.md` [ci skip] | bogdanvlviv | 2018-08-30 | 1 | -4/+2 |
|/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | Add missing require | yuuji.yaginuma | 2018-08-30 | 1 | -0/+1 |
* | | | | | | | | | | | | | | | | | Merge pull request #33729 from kddeisz/plural-automatic-inverse | Rafael França | 2018-08-29 | 2 | -5/+26 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Find inverse associations with plural names | Kevin Deisz | 2018-08-27 | 2 | -5/+26 |
* | | | | | | | | | | | | | | | | | Merge pull request #33752 from sgrif/sg-faster-try | Richard Schneeman | 2018-08-29 | 1 | -8/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | 20% faster `try` | Sean Griffin | 2018-08-29 | 1 | -8/+7 |
| | |/ / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | Merge pull request #33737 from bogdanvlviv/add-6_0_release_notes-guide | Rafael França | 2018-08-29 | 3 | -1/+183 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | Add "Ruby on Rails 6.0 Release Notes" guide [ci skip] | bogdanvlviv | 2018-08-29 | 3 | -1/+183 |
* | | | | | | | | | | | | | | | | | Merge pull request #33744 from bogdanvlviv/fixes-27852 | Ryuta Kamizono | 2018-08-30 | 4 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Prevent leaking of user's DB credentials on `rails db:create` failure | bogdanvlviv | 2018-08-29 | 4 | -4/+4 |
* | | | | | | | | | | | | | | | | | | Merge pull request #33749 from schneems/schneems/faster-fragment | Richard Schneeman | 2018-08-29 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Fewer allocations in caching/fragments.rb | schneems | 2018-08-29 | 1 | -1/+5 |
| |/ / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Merge pull request #33750 from schneems/schneems/time_value | Richard Schneeman | 2018-08-29 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Faster time_value.rb | schneems | 2018-08-29 | 1 | -1/+7 |
|/ / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | Merge pull request #33747 from schneems/schneems/faster-try | Richard Schneeman | 2018-08-29 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | 32% Faster Object#try | schneems | 2018-08-29 | 1 | -1/+10 |
* | | | | | | | | | | | | | | | | | | | Remove this conditional | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | Remove unused argument | Eileen Uchitelle | 2018-08-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yaml | Eileen M. Uchitelle | 2018-08-29 | 3 | -16/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 3 | -16/+8 |
* | | | | | | | | | | | | | | | | | | | Merge pull request #33718 from kddeisz/permit-list | Matthew Draper | 2018-08-29 | 19 | -52/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Permit list usage cleanup and clearer documentation | Kevin Deisz | 2018-08-27 | 15 | -40/+41 |
| * | | | | | | | | | | | | | | | | | | Convert remaining usage of whitelist and blacklist | Kevin Deisz | 2018-08-24 | 5 | -14/+14 |