aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Don't add jQuery by default in new apps and use rails-ujs as UJS adapter insteadGuillermo Iguaran2016-11-213-14/+9
* deep symbolize keys on secrets.ymlIsaac Sloan2016-11-211-0/+14
* Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-201-0/+8
* Add missing test for singular resource output in rake routesPrathamesh Sonpatki2016-11-191-0/+20
* Merge pull request #27089 from erickueen/erickueen_fix_26606Rafael Mendonça França2016-11-181-3/+3
|\
| * Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-182-3/+36
|/
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`Tsukuru Tanimichi2016-11-141-0/+8
* Add test for #25248Sean Griffin2016-11-121-0/+10
* Don't put db:migrate and db:setup in binfiles if activerecord is excludedBouke van der Bijl2016-11-011-0/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2916-41/+41
* remove assets config from `new_framework_defaults` if `--skip-sprockets` is trueyuuji.yaginuma2016-10-251-0/+3
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-0/+9
* don't create db directory when skip active_recordJosé Gomes Júnior2016-10-211-0/+1
* Remove deprecated code in ssl middlewareRafael Mendonça França2016-10-101-2/+2
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-1010-69/+69
* use `active_support/testing/autorun` in `bin/test` scriptyuuji.yaginuma2016-09-271-0/+6
* Fix server command tests.Kasper Timm Hansen2016-09-251-1/+2
* Fix dbconsole tests.Kasper Timm Hansen2016-09-251-22/+55
* Fix console tests.Kasper Timm Hansen2016-09-251-6/+30
* Initial command structure.Kasper Timm Hansen2016-09-251-1/+1
* Merge pull request #26515 from grosser/grosser/after_runArthur Nogueira Neves2016-09-231-1/+33
|\
| * support minitest after_run for parity to regular minitestMichael Grosser2016-09-161-0/+18
| * improve test coverageMichael Grosser2016-09-161-2/+16
* | use rails command in restart task testyuuji.yaginuma2016-09-191-7/+7
* | improve error message when include assertions failMichael Grosser2016-09-1613-50/+50
|/
* Merge pull request #26469 from y-yagi/remove_useless_optionRafael França2016-09-141-5/+0
|\
| * remove useless `gemfile` optionyuuji.yaginuma2016-09-121-5/+0
* | fix broken generators testyuuji.yaginuma2016-09-142-2/+2
|/
* use correct Gemfile in `bin/setup` testyuuji.yaginuma2016-09-111-0/+18
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-8/+8
* Fix styleschneems2016-08-301-26/+26
* Address comment via @dhh, better option namingschneems2016-08-301-4/+4
* Thanks rubocopschneems2016-08-291-1/+1
* Favor `public_folder: true` over `public_*`schneems2016-08-291-25/+44
* Fix formattingschneems2016-08-291-3/+3
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-291-9/+15
* Test `public_` methods.schneems2016-08-291-0/+72
* run `before_configuration` callbacks as soon as application constant inherits...yuuji.yaginuma2016-08-191-0/+7
* Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio...Rafael França2016-08-161-0/+1
|\
| * remove "test/mailers" directory when skipping action-maileryuuji.yaginuma2016-08-141-0/+1
* | Merge pull request #26130 from yui-knk/drop_tableRafael França2016-08-161-1/+3
|\ \
| * | Drop a temporary table before end of a test caseyui-knk2016-08-141-1/+3
* | | Add three new rubocop rulesRafael Mendonça França2016-08-1626-86/+86
| |/ |/|
* | Ensure app/mailers is removed when skipping action-mailerBrian Cardarella2016-08-121-0/+1
|/
* Integration test to prevent regression for the 5th timeAaron Patterson2016-08-111-0/+47
* add missing require rakeyuuji.yaginuma2016-08-111-0/+24
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies project convention for string literalsXavier Noria2016-08-071-1/+1
* Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...Kasper Timm Hansen2016-08-071-4/+6
|\
| * show error message when error raised in rails runneryuuji.yaginuma2016-08-031-4/+6