Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options. | ||||
* | For now, we will keep sorting the tests. | Matthew Draper | 2014-09-05 | 1 | -1/+1 |
| | | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465. | ||||
* | No need to sort tests | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
| | | | | Dir.glob result must be already sorted anyway | ||||
* | Running all isolated test for actionview | Arun Agrawal | 2013-10-03 | 1 | -1/+1 |
| | | | | | 1. fix name for activerecord directory 2. Added actionpack directory to run tests | ||||
* | Move actionpack's controller tests | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+1 |
| | |||||
* | Add AP tests to runner | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+9 |
| | |||||
* | Cleanup & reorganise rake tasks in AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -16/+13 |
| | |||||
* | grab executable from rubygems | Arun Agrawal | 2013-07-26 | 1 | -2/+1 |
| | | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc | ||||
* | Removed unused require from actionview rakefile. | Arun Agrawal | 2013-07-09 | 1 | -1/+0 |
| | |||||
* | Minor changes to actionpack/actionview Rakefile | Arun Agrawal | 2013-06-26 | 1 | -4/+0 |
| | |||||
* | Merge pull request #11046 from arunagw/verbose_mode_on | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+3 |
|\ | | | | | Verbose mode on when running tests | ||||
| * | Adding verbose in isolated test. | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | Adding verbose mode to test_with_ar_integration | Arun Agrawal | 2013-06-21 | 1 | -0/+2 |
| | | |||||
* | | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
|/ | |||||
* | Fix isolated tests on AV | Łukasz Strzałkowski | 2013-06-20 | 1 | -3/+5 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+77 |