aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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 branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-023-3/+3
|\
| * Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0122-141/+368
| |\
| * | Fix test runner's outputyuuji.yaginuma2017-07-302-2/+2
| * | Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-07-1514-22/+397
| |\ \
| * \ \ Merge branch 'master' into unlock-minitestRafael Mendonça França2017-06-022-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into unlock-minitestKasper Timm Hansen2017-05-2930-117/+341
| |\ \ \ \
| * | | | | Set proper assertion to be sure the test failedbogdanvlviv2017-05-021-1/+1
| * | | | | New minitest 'assert false' messagePavel Valena2017-04-261-1/+1
* | | | | | Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-012-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #30015 from larskanis/use-duktake-on-mingwGuillermo Iguaran2017-08-011-0/+2
| |\ \ \ \ \
| | * | | | | Use duktape gem as default JS engine on Windows-MINGW and MS-Visual-C buildsLars Kanis2017-08-011-0/+2
| * | | | | | Remove unnecessary `doc` directory deletionyuuji.yaginuma2017-08-011-1/+0
* | | | | | | Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-311-1/+1
* | | | | | | Include default storage configurationDavid Heinemeier Hansson2017-07-311-0/+1
|/ / / / / /
* / / / / / Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-311-0/+12
|/ / / / /
* | | | | 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-254-65/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Extract `assert_output` and `available_pty?` into `ConsoleHelpers` moduleyuuji.yaginuma2017-07-254-65/+36
* | | | | | Fix `dbconsole` test when tempdir is a long pathSean Griffin2017-07-251-1/+1
* | | | | | Merge pull request #29916 from lugray/stop_generating_application_recordEileen M. Uchitelle2017-07-255-34/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Stop creating ApplicationRecord on model generationLisa Ugray2017-07-245-34/+26
* | | | | | Fix `warning: ambiguous first argument`yuuji.yaginuma2017-07-251-1/+1
* | | | | | Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-242-0/+38
|/ / / / /
* | | | | Avoid modifying frozen string in check_schema_fileEugene Kenny2017-07-231-0/+7
* | | | | Fix false positive test related to wrong app root path.Wojciech Wnętrzak2017-07-211-11/+11
* | | | | 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
* | | | | Merge pull request #29782 from y-yagi/follow_up_29699Kasper Timm Hansen2017-07-161-12/+35
|\ \ \ \ \
| * | | | | 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
* | | | | | Properly expand the environment's nameRobin Dupret2017-07-162-0/+11
* | | | | | Deprecate environment as an argument for dbconsole and consoleRobin Dupret2017-07-162-12/+24
* | | | | | Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-0/+43
|/ / / / /
* | | | | Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-0/+16
* | | | | 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-102-5/+8
|/ / / /
* | | | Merge pull request #29721 from y-yagi/fix_29696Kasper Timm Hansen2017-07-091-0/+34
|\ \ \ \
| * | | | Treat secrets as binaryyuuji.yaginuma2017-07-091-0/+34
* | | | | Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+66
|/ / / /
* | | | Merge pull request #29695 from y-yagi/secrets_showMatthew Draper2017-07-092-1/+14
|\ \ \ \
| * | | | Add `rails secrets:show` commandyuuji.yaginuma2017-07-072-1/+14
* | | | | Merge pull request #29705 from y-yagi/do_not_update_secrets_yml_encMatthew Draper2017-07-091-0/+18
|\ \ \ \ \
| * | | | | Do not update `secrets.yml.enc` when secretes do not changeyuuji.yaginuma2017-07-071-0/+18
| |/ / / /