aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
| |\
| | * Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41
| * | Force ActionController::Base lazy laod hooks to runRafael Mendonça França2017-07-051-0/+12
| |/
| * Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-3/+0
| * Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-022-7/+7
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0246-46/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0246-0/+46
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0145-0/+45
| * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-0/+36
| |/