aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35738 from gmcgibbon/aj_assert_drop_usec_docsGannon McGibbon2019-04-202-9/+28
|\
| * Add section on asserting time args for jobsGannon McGibbon2019-03-251-0/+19
| * Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* | Remove duplicated testyuuji.yaginuma2019-04-201-12/+1
* | Remove description for namespaced `db:migrate:up`eileencodes2019-04-191-1/+0
* | Merge pull request #36039 from eileencodes/add-up-and-down-to-multi-db-rake-t...Eileen M. Uchitelle2019-04-193-1/+115
|\ \
| * | Handle up/down for multiple databaseseileencodes2019-04-193-1/+115
|/ /
* | Merge pull request #36001 from prathamesh-sonpatki/null-false-default-belongs-toKasper Timm Hansen2019-04-195-9/+104
|\ \
| * | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-195-9/+104
* | | Revert "Deprecate `collection_cache_key` which is private API"Ryuta Kamizono2019-04-193-6/+2
* | | Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-192-1/+10
|\ \ \
| * | | truncate screenshot filenames to avoid errorJosi McClellan2019-04-182-1/+10
* | | | Merge pull request #35998 from itsWill/add_documentation_for_add_indexEileen M. Uchitelle2019-04-191-0/+20
|\ \ \ \
| * | | | Document algorithm: concurrent options for PostgreSQL [ci skip]Guilherme Mansur2019-04-161-0/+20
* | | | | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-192-26/+7
|\ \ \ \ \
| * | | | | Refactor `ActiveSupport::Deprecation.deprecate_methods` not to expose interna...Ryuta Kamizono2019-04-192-26/+7
* | | | | | Deprecate `collection_cache_key` which is private APIRyuta Kamizono2019-04-193-3/+9
| |_|_|/ / |/| | | |
* | | | | Merge pull request #34788 from gsamokovarov/actionable-errorsKasper Timm Hansen2019-04-1920-3/+331
|\ \ \ \ \
| * | | | | Refactor after the most recent code reviewGenadi Samokovarov2019-04-195-19/+19
| * | | | | Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-192-1/+11
| * | | | | Tweak the ActionableError docs a bitGenadi Samokovarov2019-04-191-4/+2
| * | | | | Simplify the ActionableError.{dispatch,action} boundriesGenadi Samokovarov2019-04-193-3851/+75
| * | | | | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-194-26/+67
| * | | | | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-195-62/+3827
| * | | | | Make ActiveRecord::PendingMigrationError actionableGenadi Samokovarov2019-04-192-2/+10
| * | | | | Introduce Actionable ErrorsGenadi Samokovarov2019-04-1915-2/+284
* | | | | | Merge pull request #36019 from abhaynikam/35845-add-webpacker-gem-to-update-taskEileen M. Uchitelle2019-04-191-0/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Adds a warning message for action text installer if application pack is missing.Abhay Nikam2019-04-191-0/+13
* | | | | | Fix const `Post` leakage in `test/cases/base_test.rb`Ryuta Kamizono2019-04-191-0/+2
* | | | | | Give GeneratedRelationMethods module a nameRyuta Kamizono2019-04-193-3/+16
* | | | | | Revert renamed `GeneratedAttributeMethods`Ryuta Kamizono2019-04-191-3/+3
* | | | | | Merge pull request #36033 from akinomaeni/hide_help_for_dev_commandYuji Yaginuma2019-04-191-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Help command for visible commands should be hiddenakinomaeni2019-04-191-2/+4
|/ / / / /
* | | | | Fix `yarn.lock`yuuji.yaginuma2019-04-191-5/+0
* | | | | Document redis: Object optionSteven Harman2019-04-181-5/+7
* | | | | Merge pull request #36012 from r7kamura/feature/safe-buffer-multiplicationRyuta Kamizono2019-04-193-0/+26
|\ \ \ \ \
| * | | | | Preserve html_safe? status on ActiveSupport::SafeBuffer#*r7kamura2019-04-193-0/+26
* | | | | | Merge pull request #36018 from aricwalker/parallel-setup-exceptionEileen M. Uchitelle2019-04-181-1/+10
|\ \ \ \ \ \
| * | | | | | If exception occurs during setup, add to each test executedAric Walker2019-04-181-1/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #36023 from eileencodes/fix-active-record-to-not-require-r...Eileen M. Uchitelle2019-04-182-7/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Ensure active record can load without Railtieseileencodes2019-04-182-7/+9
|/ / / / /
* | | | | Merge pull request #36014 from utilum/update_rake_to_latest_versionRyuta Kamizono2019-04-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update Rake to the latest versionutilum2019-04-181-1/+1
|/ / / /
* | | | Merge pull request #36010 from yoones/add-activestorage-instrumentation-hooks...George Claghorn2019-04-171-0/+25
|\ \ \ \
| * | | | Mention more ActiveStorage hooks in Active Support Instrumentation guide [ci ...Younes SERRAJ2019-04-171-0/+25
| |/ / /
* | | | Merge pull request #35052 from schuetzm/silence-i18n-fallback-deprecationKasper Timm Hansen2019-04-171-1/+2
|\ \ \ \
| * | | | Describe how to silence the deprecation warning about empty I18n fallbacksMarc Schütz2019-01-251-1/+2
* | | | | Merge pull request #36009 from abhaynikam/fix-model-generator-test-typoKasper Timm Hansen2019-04-171-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo in test description from generages -> generatesAbhay Nikam2019-04-171-1/+1
|/ / / /
* | | | Merge pull request #35886 from okuramasafumi/add-docs-to-concernRyuta Kamizono2019-04-171-1/+24
|\ \ \ \