aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | `Mysql2Adapter` should pass `ConcurrentTransactionTest`Ryuta Kamizono2017-11-091-1/+1
* | | | | | | | Consolidate redundant `if` and `unless` with the same conditionRyuta Kamizono2017-11-091-3/+1
* | | | | | | | Don't expose accessors which are internal used onlyRyuta Kamizono2017-11-082-3/+6
| |_|_|/ / / / |/| | | | | |
* | | | | | | Don't expose internal methods in `Preloader::ThroughAssociation`Ryuta Kamizono2017-11-081-8/+7
* | | | | | | Merge pull request #31086 from y-yagi/use_released_redis_namespaceMatthew Draper2017-11-082-10/+4
|\ \ \ \ \ \ \
| * | | | | | | Use released `redis-namespace` instead of master versionyuuji.yaginuma2017-11-082-10/+4
* | | | | | | | Merge pull request #31085 from y-yagi/fix_output_of_select_tag_with_include_b...Ryuta Kamizono2017-11-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix output of `select_tag` with `include_blank: true` [ci skip]yuuji.yaginuma2017-11-081-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #31084 from y-yagi/do_not_run_active_storage_install_when_...Ryuta Kamizono2017-11-089-22/+24
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
| * | | | | | | Do not run `active_storage:install` when bundle install is skippedyuuji.yaginuma2017-11-084-3/+24
|/ / / / / / /
* | | / / / / Remove needless block parameterGeorge Claghorn2017-11-071-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #31076 from y-yagi/fix_comment_in_check_class_collisionRyuta Kamizono2017-11-071-1/+1
|\ \ \ \ \ \
| * | | | | | Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* | | | | | | Merge pull request #30997 from q-centrix/nofollow-changeRafael França2017-11-061-3/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into nofollow-changeDillon Welch2017-11-0367-174/+204
| |\ \ \ \ \ \
| * | | | | | | Fix typoDillon Welch2017-11-021-1/+1
| * | | | | | | Remove test fileDillon Welch2017-11-021-110/+0
| * | | | | | | Use blank? check instead of key? checkDillon Welch2017-11-022-3/+113
| * | | | | | | Prevent extra string allocations when no 'rel' arg passedDillon Welch2017-10-261-3/+7
* | | | | | | | Merge pull request #31061 from bogdanvlviv/test-if-unless-options-for-validat...Rafael França2017-11-065-7/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | Add cases to test combining validation conditionsbogdanvlviv2017-11-065-7/+62
* | | | | | | | | Merge pull request #30714 from bogdanvlviv/fix-rails_db_migrate_VERSIONRafael França2017-11-067-14/+355
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-067-14/+355
* | | | | | | | | | Fix streaming downloads from S3/Azure StorageGeorge Claghorn2017-11-063-7/+17
* | | | | | | | | | Remove useless `associated_records_by_owner`Ryuta Kamizono2017-11-072-16/+10
* | | | | | | | | | Merge pull request #31058 from bogdanvlviv/ConfirmationValidator-with_false_v...Rafael França2017-11-063-1/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...bogdanvlviv2017-11-053-1/+18
* | | | | | | | | | | Fix merge conflict and rubocop offencesRyuta Kamizono2017-11-071-19/+18
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-0634-104/+385
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Execution of `active_storage:install` should respect `--quiet` during `rails ...bogdanvlviv2017-11-061-1/+1
| * | | | | | | | | | Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-062-1/+23
| * | | | | | | | | | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-0616-38/+92
| * | | | | | | | | | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-0620-65/+270
* | | | | | | | | | | Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-065-6/+91
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-235-6/+90
* | | | | | | | | | | | Merge pull request #28360 from kbrock/transaction_fixMatthew Draper2017-11-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Properly check transaction in persistenceKeenan Brock2017-11-061-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #22115 from bogdan/refactor-preloaderRafael França2017-11-063-81/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Refactor Preloader CodeBogdan Gusiev2017-11-063-81/+40
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #31069 from danott/resolve-minitest-deprecation-in-assert_...Rafael França2017-11-061-1/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
|/ / / / / / / / / / /
* | | | | | | | | | | Fix acronym support in `humanize`Andrew White2017-11-063-1/+25
* | | | | | | | | | | Merge pull request #31066 from Leyka/patch-1Andrew White2017-11-061-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix french spelling mistake Skander2017-11-061-6/+6
* | | | | | | | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-067-135/+260
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update "Active Support Core Extensions" guidebogdanvlviv2017-10-241-91/+97
| * | | | | | | | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-247-21/+58
| * | | | | | | | | | | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-247-22/+67
| * | | | | | | | | | | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-243-6/+43