aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-141-2/+18
* Do not show credentials in generators helpyuuji.yaginuma2017-11-091-1/+2
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-085-19/+0
* Fix `bin/rails db:migrate` with specified `VERSION`bogdanvlviv2017-11-061-2/+154
* Merge pull request #30101 from bogdanvlviv/initialization-active_storageRafael França2017-11-066-2/+24
|\
| * `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-066-2/+24
* | s/an/a/Akira Matsuda2017-11-041-1/+1
|/
* Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes...Sean Griffin2017-10-181-0/+47
|\
| * `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...bogdanvlviv2017-10-151-0/+8
| * Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...bogdanvlviv2017-10-151-0/+39
* | Remove unnecessary `allow_failure: true` optionyuuji.yaginuma2017-10-181-1/+1
|/
* Improve RakeTest#test_db_test_prepare_when_using_sql_formatbogdanvlviv2017-10-081-3/+1
* Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-083-16/+12
* Remove redundant execution of `Dir.chdir(app_path) { }` in railties' testsbogdanvlviv2017-10-084-230/+194
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+26
* Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-252-35/+31
* Skip complex cookie tests for now; I'll deal with them tomorrow.Kasper Timm Hansen2017-09-242-0/+6
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+143
* Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-0/+12
* Don't expose Active Storage routesyuuji.yaginuma2017-09-161-28/+13
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-114-83/+72
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-092-13/+2
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-0417-278/+242
* Don't need the layout hereMatthew Draper2017-09-041-0/+2
* Preload Rails component gems in railties testsMatthew Draper2017-09-043-1/+3
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-011-4/+1
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-213-13/+36
* Fix RuboCop offensesKoichi ITO2017-08-165-12/+12
* Add test case to make sure Parameters configuration are executed onceRafael Mendonça França2017-08-151-0/+10
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-1448-0/+96
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+2
* Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+60
|\
| * Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+60
* | Deprecate support of older `config.ru`yuuji.yaginuma2017-08-081-0/+31
* | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-3/+1
* | Convert to strings so array can be sorted deterministicallyDavid Heinemeier Hansson2017-08-041-3/+3
* | Deterministic comparisons pleaseDavid Heinemeier Hansson2017-08-031-3/+3
* | Do not eager load ActiveRecord::BaseRafael Mendonça França2017-08-032-10/+6
* | Active Storage routes are now part of the default routesDavid Heinemeier Hansson2017-08-031-9/+37
* | Same issue from AR getting loaded earlierDavid Heinemeier Hansson2017-08-031-3/+3
* | Including new default classes in loading testDavid Heinemeier Hansson2017-08-031-3/+3
* | Active Storage loads AR earlier to extend it so require env laterDavid Heinemeier Hansson2017-08-031-3/+7
* | Generating the app is where the exception is now raisedDavid Heinemeier Hansson2017-08-031-1/+1
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-018-60/+154
|\ \
| * | Fix `warning: method redefined;`yuuji.yaginuma2017-07-281-3/+3
| |/
| * Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-251-0/+26
| |\
| | * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-0/+26
| * | Merge pull request #29931 from y-yagi/extract_assert_output_and_available_pty...Sean Griffin2017-07-252-44/+10
| |\ \ | | |/ | |/|
| | * Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-252-44/+10
| * | Fix `dbconsole` test when tempdir is a long pathSean Griffin2017-07-251-1/+1
| |/