| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | Fix field_error_proc wrap form select optgroup and divider option tag | neumayr | 2017-11-09 | 4 | -3/+104 |
* | | | | | | | | Merge pull request #31099 from nobu/patch-1 | Rafael Mendonça França | 2017-11-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Use `Dir.mktmpdir` | Nobuyoshi Nakada | 2017-11-09 | 1 | -1/+1 |
| * | | | | | | | | Use `Tempfile.create` | Nobuyoshi Nakada | 2017-11-09 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-range | Andrew White | 2017-11-09 | 5 | -4/+46 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Allow `Range#include?` on TWZ ranges | Andrew White | 2017-11-08 | 5 | -4/+46 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #31102 from y-yagi/do_not_show_credentials_in_generators_help | Eileen M. Uchitelle | 2017-11-09 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Do not show credentials in generators help | yuuji.yaginuma | 2017-11-09 | 2 | -1/+3 |
|/ / / / / / / / |
|
* | | | | | | | | Should pass `test_no_locks_no_wait` not only on `PostgreSQLAdapter` and `Orac... | Ryuta Kamizono | 2017-11-09 | 1 | -8/+5 |
* | | | | | | | | Merge pull request #31077 from gsamokovarov/assert-changes-nil | Rafael França | 2017-11-09 | 2 | -9/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Use plain assert in assert_changes to avoid MT6 refutes | Genadi Samokovarov | 2017-11-07 | 2 | -9/+5 |
* | | | | | | | | | Merge pull request #31078 from aeroastro/feature/fix-typo | Rafael França | 2017-11-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix typo on ActionDispatc::HTTP::FilterParameters | Takumasa Ochi | 2017-11-07 | 1 | -2/+2 |
* | | | | | | | | | | Merge pull request #31095 from y-yagi/correctly_kill_the_server_in_ujs_test | Rafael França | 2017-11-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Correctly kill the server started with ujs test | yuuji.yaginuma | 2017-11-09 | 1 | -2/+2 |
* | | | | | | | | | | | Merge pull request #31091 from yahonda/concurrent_transaction_test_conditions | Rafael França | 2017-11-08 | 1 | -15/+13 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Run `ConcurrentTransactionTest` if `supports_transaction_isolation?` | Yasuo Honda | 2017-11-08 | 1 | -15/+13 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-log | Rafael França | 2017-11-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Change output log about skipping instalation of Active Storage | bogdanvlviv | 2017-11-08 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #31092 from bogdanvlviv/remove-redundant-passing-skip-acti... | Rafael França | 2017-11-08 | 5 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Remove redundant passing --skip-active-storage in test cases | bogdanvlviv | 2017-11-08 | 5 | -6/+6 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | `Mysql2Adapter` should pass `ConcurrentTransactionTest` | Ryuta Kamizono | 2017-11-09 | 1 | -1/+1 |
* | | | | | | | | | | Consolidate redundant `if` and `unless` with the same condition | Ryuta Kamizono | 2017-11-09 | 1 | -3/+1 |
* | | | | | | | | | | Don't expose accessors which are internal used only | Ryuta Kamizono | 2017-11-08 | 2 | -3/+6 |
| |_|_|/ / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Don't expose internal methods in `Preloader::ThroughAssociation` | Ryuta Kamizono | 2017-11-08 | 1 | -8/+7 |
* | | | | | | | | | Merge pull request #31086 from y-yagi/use_released_redis_namespace | Matthew Draper | 2017-11-08 | 2 | -10/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Use released `redis-namespace` instead of master version | yuuji.yaginuma | 2017-11-08 | 2 | -10/+4 |
* | | | | | | | | | | Merge pull request #31085 from y-yagi/fix_output_of_select_tag_with_include_b... | Ryuta Kamizono | 2017-11-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | 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 |
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|