aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27042 from kirs/yaml-schema-cacheRafael França2016-12-131-2/+2
|\
| * Use YAML to serialize schema cacheKir Shatrov2016-11-271-2/+2
* | Remove aggressive unit test with mock. And add integration level test.Taishi Kasuga2016-11-241-0/+19
* | 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 more rubocop rules about whitespacesRafael Mendonça França2016-10-295-14/+14
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-0/+9
* 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-107-46/+46
* 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-168-30/+30
|/
* use correct Gemfile in `bin/setup` testyuuji.yaginuma2016-09-111-0/+18
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-169-28/+28
* 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
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* | applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-065-68/+68
* | remove redundant curlies from hash argumentsXavier Noria2016-08-063-6/+6
* | modernizes hash syntax in railtiesXavier Noria2016-08-063-6/+6
* | applies new string literal convention in railties/testXavier Noria2016-08-0639-858/+858
|/
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-0/+28
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-201-0/+16
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-0/+16
* | Fix typo in mailer previews test description [ci skip]Gale Shafer2016-07-141-1/+1
* | rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* | remove unnecessary sendyuuji.yaginuma2016-07-101-5/+5
|/
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-0834-39/+3
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-0434-39/+3
* | Merge pull request #25730 from prathamesh-sonpatki/rm-cookie-onlyRafael França2016-07-071-0/+6
|\ \
| * | Add a test case for verifying `cookie_only` is set even if user tries to set ...Prathamesh Sonpatki2016-07-071-0/+6
* | | Fix typo in test caseAbhishek Jain2016-07-081-1/+1
|/ /
* | Merge pull request #25704 from fledman/add_respond_to_missing_to_rails_applic...Rafael França2016-07-051-0/+7
|\ \
| * | implement respond_to_missing? to match method_missingDavid Feldman2016-07-051-0/+7
| |/
* | Fix test to try `spec/` directory as opposed to `app/spec` which I hadJohn Meehan2016-07-051-2/+2