Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -1/+1 |
| | | | | | | Some methods were added to public API in 5b14129d8d4ad302b4e11df6bd5c7891b75f393c and they should be not part of the public API. | ||||
* | Add asset compilation Rake task for UJS | Jon Moss | 2016-11-26 | 1 | -1/+9 |
| | | | | | Uses same build pipeline (Blade) as Action Cable. Will run when Rails gems are being built for release. | ||||
* | Add UJS tests | Guillermo Iguaran | 2016-11-26 | 1 | -0/+7 |
| | |||||
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
| | | | | Introduced in d6f2000a67cc63aa67414c75ce77de671824ec52 and was only used by Action Cable. Now handled by Action Cable’s assets:compile task. | ||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
| | |||||
* | Remove unused package tasks | Arun Agrawal | 2015-05-28 | 1 | -7/+0 |
| | | | | We are using `all:build` now. | ||||
* | Merge pull request #20263 from arunagw/aa-remove-custom-lines-actionview | Rafael Mendonça França | 2015-05-28 | 1 | -21/+3 |
|\ | | | | | Remove custom `lines` and use `/tools/line_statistics` | ||||
| * | Remove custom `lines` and use `/tools/line_statistics` | Arun Agrawal | 2015-05-22 | 1 | -21/+3 |
| | | |||||
* | | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -7/+0 |
|/ | | | | | - We do release with release.rb - There is no `rake/gemcutter` | ||||
* | Revert "For now, we will keep sorting the tests." | Matthew Draper | 2015-03-06 | 1 | -1/+1 |
| | | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc. | ||||
* | 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 |