aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Enforce frozen string in RubocopKir Shatrov2017-07-01116-0/+116
* 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
* | Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+32
* | Merge pull request #28708 from y-yagi/dont_generate_system_test_filesRafael França2017-04-191-0/+11
|\ \
| * | Don't generate system test files if `skip_system_test` option is specifiedyuuji.yaginuma2017-04-121-0/+11
* | | Add additional raise UnknownMigrationVersionErrorbogdanvlviv2017-04-191-1/+31
* | | Fix `bin/rails db:forward` first migrationbogdanvlviv2017-04-191-0/+25
* | | Merge pull request #28685 from rails/smooth-form-with-upgradingKasper Timm Hansen2017-04-171-1/+0
|\ \ \
| * | | Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+0
| |/ /
* | | Let run_secrets_generator handle chdir.Kasper Timm Hansen2017-04-161-3/+1
* | | Use the config value directly when call `secrets`yuuji.yaginuma2017-04-161-8/+26
|/ /
* | Remove duplicated "test" prefixRyuta Kamizono2017-04-072-4/+4
* | Merge pull request #28057 from eugeneius/clear_active_connectionsMatthew Draper2017-04-041-0/+8
|\ \
| * | Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* | | Merge pull request #28417 from schneems/schneems/symlink-failuresAndrew White2017-03-301-0/+20
|\ \ \
| * | | Raise when using a bad symlinkschneems2017-03-141-0/+20
* | | | Fix the tests to test what they should be testingRafael Mendonça França2017-03-271-8/+8
* | | | Merge pull request #28557 from y-yagi/remove_unnecessary_files_to_api_applica...Rafael França2017-03-271-0/+22
|\ \ \ \
| * | | | Remove unnecessary files to API-only Applications when `app:task` task executedyuuji.yaginuma2017-03-241-0/+22
* | | | | Merge pull request #28546 from claudiob/drop-j-optionRafael Mendonça França2017-03-271-8/+0
|\ \ \ \ \