aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \
| * | | Define path with __dir__bogdanvlviv2017-05-2310-16/+16
| |/ /
* | | Remove redundant test methodAndy Atkinson2017-05-251-7/+1
* | | Reorder first secrets edit flow.Kasper Timm Hansen2017-05-251-5/+2
|/ /
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-183-4/+7
* | Allow irb options to be passed from `rails console` commandyuuji.yaginuma2017-05-081-4/+12
* | Should escape meta characters in regexpRyuta Kamizono2017-05-0711-75/+75
* | CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-0/+12
* | Also raise error when VERSION is nilRafael Mendonça França2017-04-271-0/+6
* | Merge pull request #28896 from pschambacher/load_with_sharedRafael França2017-04-261-0/+34
|\ \ | |/ |/|
| * Added a shared section to config/database.yml that will be loaded for all env...Pierre Schambacher2017-04-261-0/+34
* | Merge pull request #28897 from rafaelfranca/fix-name-error-error-pageAaron Patterson2017-04-261-0/+14
|\ \
| * | Do not try to encoding the parameters when the controller is not definedRafael Mendonça França2017-04-261-0/+14
| |/
* | Merge pull request #28244 from ixti/improve/action-mailer-preview-paramsRafael França2017-04-261-0/+51
|\ \ | |/ |/|
| * Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+51
* | Replace \Z to \zRyuta Kamizono2017-04-241-3/+3
* | Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-0/+28