aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-181-2/+5
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-142-4/+4
|/
* Make i18n test match the description of the testGuillermo Iguaran2017-06-091-1/+1
* Replace therubyracer with mini_racerSam2017-05-301-1/+1
* Do not use UTF8 in test SecretsCommandTest#test_edit_secretsPavel Valena2017-05-301-1/+1
* Merge pull request #29146 from y-yagi/fix_29138Kasper Timm Hansen2017-05-281-0/+6
|\
| * Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-0/+6
* | Merge pull request #28132 from mikeycgto/aead-encrypted-cookiesKasper Timm Hansen2017-05-281-9/+84
|\ \
| * | AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-9/+84
| |/
* | Make reset execution assertions easier to read.Kasper Timm Hansen2017-05-281-15/+11
* | Includes namespace in system test skelton when namespace is specifiedyuuji.yaginuma2017-05-281-0/+5
* | Use models to match the docs.Kasper Timm Hansen2017-05-271-1/+1
* | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+88
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2610-16/+16
|\ \