Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Ensure returning affected objects for class level `update` and `destroy` | Ryuta Kamizono | 2017-09-18 | 2 | -12/+14 | |
* | | | | | | | | | | Place class level `update`, `destroy`, and `delete` in `Persistence::ClassMet... | Ryuta Kamizono | 2017-09-18 | 3 | -95/+93 | |
* | | | | | | | | | | Early return if `records.empty?` in `Preloader#preload` | Ryuta Kamizono | 2017-09-18 | 1 | -3/+3 | |
* | | | | | | | | | | Don't pass `reflection_scope` to `preload_scope` if `reflection.scope` isn't ... | Ryuta Kamizono | 2017-09-18 | 1 | -1/+3 | |
* | | | | | | | | | | Return `through_scope` only if the scope is not empty scope | Ryuta Kamizono | 2017-09-18 | 1 | -4/+2 | |
* | | | | | | | | | | Remove useless condition in `reset_association` | Ryuta Kamizono | 2017-09-18 | 1 | -2/+1 | |
* | | | | | | | | | | Merge pull request #30637 from bogdanvlviv/add_round_bracket_in_5_1_release_n... | Ryuta Kamizono | 2017-09-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add missing round bracket in "Ruby on Rails 5.1 Release Notes" guide | bogdanvlviv | 2017-09-17 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #30633 from yhirano55/add_mini_magick_to_app_generator | Ryuta Kamizono | 2017-09-18 | 2 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add `mini_magick` to default `Gemfile` as comment | Yoshiyuki Hirano | 2017-09-17 | 2 | -0/+7 | |
* | | | | | | | | | | | Merge pull request #30632 from dixpac/fix_migration_rollback_docs | Ryuta Kamizono | 2017-09-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix docs describing rollback [ci skip] | dixpac | 2017-09-17 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge pull request #30630 from ydakuka/patch-1 | Ryuta Kamizono | 2017-09-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update plugins.md [ci skip] | Yauheni Dakuka | 2017-09-17 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #30628 from yhirano55/add_local_option_to_message_form | Ryuta Kamizono | 2017-09-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add local option to Message form [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #30626 from yhirano55/fix_activestorage_readme | Kasper Timm Hansen | 2017-09-17 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix file missing in activestorage's example code [ci skip] | Yoshiyuki Hirano | 2017-09-17 | 3 | -3/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #30609 from y-yagi/add_tests_for_credentials_command | Kasper Timm Hansen | 2017-09-17 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add tests for credentials command | yuuji.yaginuma | 2017-09-15 | 1 | -0/+19 | |
* | | | | | | | | | | Merge pull request #30625 from y-yagi/remove_frozen_string_literal_from_templ... | Ryuta Kamizono | 2017-09-17 | 12 | -24/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove frozen_string_literal magic comment from templates | yuuji.yaginuma | 2017-09-17 | 12 | -24/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30617 from y-yagi/dont_expose_activestorage_routes | George Claghorn | 2017-09-16 | 2 | -33/+18 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Don't expose Active Storage routes | yuuji.yaginuma | 2017-09-16 | 2 | -33/+18 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #30618 from y-yagi/fix_credentails | Ryuta Kamizono | 2017-09-16 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix typo: `credentails` -> `credentials` [ci skip] | yuuji.yaginuma | 2017-09-16 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #30608 from yhirano55/add_local_option_to_form_with | Kasper Timm Hansen | 2017-09-15 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-15 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Remove stopgap_13632 entirely for now: it doesn't support 2.2.8 | Matthew Draper | 2017-09-15 | 1 | -3/+0 | |
* | | | | | | Stick with the RUBY_VERSION check on stopgap_13632 | Matthew Draper | 2017-09-15 | 2 | -3/+1 | |
* | | | | | | Bump Travis to new Ruby releases | Matthew Draper | 2017-09-15 | 2 | -11/+11 | |
* | | | | | | Inline the lone add_master_key_file_silently use. | Kasper Timm Hansen | 2017-09-14 | 1 | -5/+1 | |
* | | | | | | Merge pull request #30582 from y-yagi/do_no_add_master_key_and_credentials | Kasper Timm Hansen | 2017-09-14 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Do not add master key and credentials when `pretend` option is specified | yuuji.yaginuma | 2017-09-12 | 1 | -0/+4 | |
* | | | | | | | Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignore | Kasper Timm Hansen | 2017-09-14 | 4 | -17/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make master key added to gitignore the same value as when creating appplication | yuuji.yaginuma | 2017-09-14 | 4 | -17/+45 | |
| |/ / / / / / | ||||||
* | | | | | | | Avoid making HTTP requests to generate signed URLs for GCS objects | George Claghorn | 2017-09-13 | 1 | -3/+3 | |
* | | | | | | | Remove unused explicit delegation to `klass` in `relation` | Ryuta Kamizono | 2017-09-14 | 3 | -8/+2 | |
* | | | | | | | Don't use `collection.table_name` in `collection_cache_key` | Ryuta Kamizono | 2017-09-14 | 2 | -1/+19 | |
* | | | | | | | Merge pull request #30598 from yhirano55/update_activejob_basics | Ryuta Kamizono | 2017-09-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update Active Job Basics [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Don't use `quoted_table_name` in `limited_ids_for` | Ryuta Kamizono | 2017-09-14 | 2 | -2/+8 | |
* | | | | | | | Merge pull request #30596 from yahonda/address_test_or_with_bind_params_failure | Ryuta Kamizono | 2017-09-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Address random `test_or_with_bind_params` failures | Yasuo Honda | 2017-09-13 | 1 | -1/+1 | |
* | | | | | | | | `quoted_table_name` doesn't respect table alias | Ryuta Kamizono | 2017-09-14 | 2 | -1/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Make `in_batches` queries to preparable | Ryuta Kamizono | 2017-09-14 | 1 | -3/+10 | |
* | | | | | | | [ci skip] Prefer credentials to secrets in docs. | Kasper Timm Hansen | 2017-09-13 | 8 | -80/+45 | |
* | | | | | | | Merge pull request #30591 from yhirano55/update_getting_started | Vipul A M | 2017-09-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Update Getting Started with Rails [ci skip] | Yoshiyuki Hirano | 2017-09-14 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #30568 from starknx/fix-active-storage-firefox | Javan Makhmali | 2017-09-13 | 3 | -1/+3 | |
|\ \ \ \ \ \ |