aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
| * Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
| * support `-` as an argument to `rails runner`Cody Cutrer2017-07-171-0/+8
| * Rename helper to force_lazy_load_hooks.Kasper Timm Hansen2017-07-171-14/+14
| * Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-3/+32
| * add helper method for explicit lazy loadyuuji.yaginuma2017-07-161-13/+18
| * Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-0/+18
| * Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+28
| * Merge pull request #29742 from lugray/default_protect_from_forgeryRafael França2017-07-102-1/+8
| |\
| | * Protect from forgery by defaultLisa Ugray2017-07-102-1/+8
| * | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-2/+2
| |/
* | Fix test runner's outputyuuji.yaginuma2017-07-301-1/+1
* | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-155-11/+158
|\|
| * Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+66