aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Update default app files in app_generator_testKoichi ITO2017-07-061-2/+40
|/
* Allow mounting same engine under several locationsDavid Rodríguez2017-07-051-0/+86
* 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-02117-117/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-02117-0/+117
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-01116-0/+116
* | Merge pull request #29534 from y-yagi/clear_screenshots_in_tmp_clear_taskEileen M. Uchitelle2017-07-011-0/+36
|\ \
| * | Clear screenshots files in `tmp:clear` taskyuuji.yaginuma2017-06-271-0/+36
| |/
* | Merge pull request #29418 from dinahshi/scaffold_system_testsEileen M. Uchitelle2017-06-302-2/+36
|\ \ | |/ |/|
| * Add system tests to generate scaffoldDinah Shi2017-06-302-2/+36
* | Add `railtie.rb` to the plugin generatorTsukuru Tanimichi2017-06-261-0/+2