aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30020 from rails/active-storage-importDavid Heinemeier Hansson2017-08-046-16/+56
|\
| * Make sure the test fails if the code chagesRafael Mendonça França2017-08-041-8/+10
| * Do not call isolate_namespace on the applicationRafael Mendonça França2017-08-041-1/+9
| * Include active_storage in all generated application.rb filesDavid Heinemeier Hansson2017-08-041-1/+2
| * 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 branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-023-3/+3
| |\
| * \ Merge branch 'master' into active-storage-importDavid Heinemeier Hansson2017-08-012-1/+2
| |\ \
| * | | 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
* | | | Merge pull request #30011 from guilherme/fix-migration-generator-special-casesSean Griffin2017-08-031-0/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-031-0/+22
* | | | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0122-141/+368
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | |/ | |/|
| * | 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
| |/
* | Fix test runner's outputyuuji.yaginuma2017-07-302-2/+2