Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Update changelog with null_store default | Michael Nelson | 2018-09-02 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #33673 from tgxworld/regression_setting_children_record_in... | Ryuta Kamizono | 2018-09-03 | 4 | -6/+31 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix regression setting children record in parent before_save callback. | Guo Xiang Tan | 2018-09-03 | 4 | -6/+31 | |
* | | | | | | | Merge pull request #33773 from mcnelson/null_cache_store_for_test_env | George Claghorn | 2018-09-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Set cache store as null_store for test environment | Michael Nelson | 2018-08-02 | 1 | -0/+1 | |
* | | | | | | | | Remove unused splat args in `_create_record` | Ryuta Kamizono | 2018-09-02 | 2 | -3/+2 | |
* | | | | | | | | Merge pull request #33774 from sharang-d/comment-changes | Ryuta Kamizono | 2018-09-02 | 3 | -6/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Change some comments to conform to the style used in other comments | Sharang Dashputre | 2018-09-01 | 3 | -6/+6 | |
* | | | | | | | | | Merge pull request #33776 from gmcgibbon/extend-database-default-value-test | Ryuta Kamizono | 2018-09-02 | 3 | -3/+23 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | add mysql and sqlite3 default test | kenjiszk | 2018-09-01 | 3 | -3/+23 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33770 from eileencodes/multi-db-improvements-part-3 | Eileen M. Uchitelle | 2018-09-01 | 10 | -30/+99 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Convert configs_for to kwargs, add include_replicas | Eileen Uchitelle | 2018-08-31 | 8 | -30/+83 | |
| * | | | | | | | | Add replica? check to DatabaseConfig | Eileen Uchitelle | 2018-08-31 | 3 | -0/+12 | |
| * | | | | | | | | Add config option for `replica`. | Eileen Uchitelle | 2018-08-31 | 1 | -0/+4 | |
* | | | | | | | | | Remove needless test order config | yuuji.yaginuma | 2018-09-01 | 1 | -2/+0 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | 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 |