Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | | | | | Fix output of `select_tag` with `include_blank: true` [ci skip] | yuuji.yaginuma | 2017-11-08 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #31084 from y-yagi/do_not_run_active_storage_install_when_... | Ryuta Kamizono | 2017-11-08 | 9 | -22/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Remove unnecessary migration deletion | yuuji.yaginuma | 2017-11-08 | 5 | -19/+0 | |
| | * | | | | | | | | | | | | | | | | | | Do not run `active_storage:install` when bundle install is skipped | yuuji.yaginuma | 2017-11-08 | 4 | -3/+24 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | / / / / / / / / / / / / / / / | Remove needless block parameter | George Claghorn | 2017-11-07 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #31076 from y-yagi/fix_comment_in_check_class_collision | Ryuta Kamizono | 2017-11-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Fix comment in `check_class_collision` [ci skip] | yuuji.yaginuma | 2017-11-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #30997 from q-centrix/nofollow-change | Rafael França | 2017-11-06 | 1 | -3/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into nofollow-change | Dillon Welch | 2017-11-03 | 67 | -174/+204 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix typo | Dillon Welch | 2017-11-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | Remove test file | Dillon Welch | 2017-11-02 | 1 | -110/+0 | |
| | * | | | | | | | | | | | | | | | | | | Use blank? check instead of key? check | Dillon Welch | 2017-11-02 | 2 | -3/+113 | |
| | * | | | | | | | | | | | | | | | | | | Prevent extra string allocations when no 'rel' arg passed | Dillon Welch | 2017-10-26 | 1 | -3/+7 | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat... | Rafael França | 2017-11-06 | 5 | -7/+62 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add cases to test combining validation conditions | bogdanvlviv | 2017-11-06 | 5 | -7/+62 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #30714 from bogdanvlviv/fix-rails_db_migrate_VERSION | Rafael França | 2017-11-06 | 7 | -14/+355 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Fix `bin/rails db:migrate` with specified `VERSION` | bogdanvlviv | 2017-11-06 | 7 | -14/+355 | |
| * | | | | | | | | | | | | | | | | | | | | | Fix streaming downloads from S3/Azure Storage | George Claghorn | 2017-11-06 | 3 | -7/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | Remove useless `associated_records_by_owner` | Ryuta Kamizono | 2017-11-07 | 2 | -16/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #31058 from bogdanvlviv/ConfirmationValidator-with_false_v... | Rafael França | 2017-11-06 | 3 | -1/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f... | bogdanvlviv | 2017-11-05 | 3 | -1/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix merge conflict and rubocop offences | Ryuta Kamizono | 2017-11-07 | 1 | -19/+18 | |
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #30101 from bogdanvlviv/initialization-active_storage | Rafael França | 2017-11-06 | 34 | -104/+385 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Execution of `active_storage:install` should respect `--quiet` during `rails ... | bogdanvlviv | 2017-11-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | Rails::Generators::Actions#execute_command allows option `capture` | bogdanvlviv | 2017-11-06 | 2 | -1/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | `rails new` runs `rails active_storage:install` | bogdanvlviv | 2017-11-06 | 16 | -38/+92 | |
| | * | | | | | | | | | | | | | | | | | | | | | Add --skip-active-storage and do so automatically when --skip-active-record i... | bogdanvlviv | 2017-11-06 | 20 | -65/+270 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #22435 from yui-knk/fix_engine_route_test | Rafael Mendonça França | 2017-11-06 | 5 | -6/+91 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Make `assert_recognizes` to traverse mounted engines | yui-knk | 2016-04-23 | 5 | -6/+90 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #28360 from kbrock/transaction_fix | Matthew Draper | 2017-11-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Properly check transaction in persistence | Keenan Brock | 2017-11-06 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #22115 from bogdan/refactor-preloader | Rafael França | 2017-11-06 | 3 | -81/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Refactor Preloader Code | Bogdan Gusiev | 2017-11-06 | 3 | -81/+40 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #31069 from danott/resolve-minitest-deprecation-in-assert_... | Rafael França | 2017-11-06 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Resolve Minitest 6 deprecation in assert_no_changes | Dan Ott | 2017-11-06 | 1 | -1/+6 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fix acronym support in `humanize` | Andrew White | 2017-11-06 | 3 | -1/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #31066 from Leyka/patch-1 | Andrew White | 2017-11-06 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fix french spelling mistake | Skander | 2017-11-06 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon... | Andrew White | 2017-11-06 | 7 | -135/+260 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Update "Active Support Core Extensions" guide | bogdanvlviv | 2017-10-24 | 1 | -91/+97 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`. | bogdanvlviv | 2017-10-24 | 7 | -21/+58 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Allows pass argument for `Time#prev_month` and `Time#next_month` | bogdanvlviv | 2017-10-24 | 7 | -22/+67 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Allows pass argument for `Time#prev_day` and `Time#next_day` | bogdanvlviv | 2017-10-24 | 3 | -6/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #31064 from y-yagi/remove_unused_require | Ryuta Kamizono | 2017-11-06 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Remove unused require | yuuji.yaginuma | 2017-11-06 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #31062 from y-yagi/follow_up_of_31046 | Rafael França | 2017-11-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Explicitly pass window handle to `resize_window_to` | yuuji.yaginuma | 2017-11-06 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | `scoping` should respect current class and STI constraint (#29199) | Ryuta Kamizono | 2017-11-06 | 3 | -1/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix preloading polymorphic multi-level through association | Ryuta Kamizono | 2017-11-06 | 2 | -1/+18 | |
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Fix preloading polymorphic association when through association has already l... | Ryuta Kamizono | 2017-11-06 | 2 | -4/+27 | |
| |/ / / / / / / / / / / / / / / / / / / / / |