Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve redundancy in line tasks | Yoshiyuki Hirano | 2018-04-19 | 1 | -1/+1 |
| | | | | | * Remove needless concat from actionpack/Rakefile * Remove neesless File.join from actionview/Rakefile | ||||
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
| | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f | ||||
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
| | | | | | 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. | ||||
* | 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 | -4/+1 |
| | | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc. | ||||
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | 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/+4 |
| | | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465. | ||||
* | Test everything | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
| | | | | This actually was testing test everything, so why not do it simpler? | ||||
* | AP test files does no more need to be alphabetically sorted here | Akira Matsuda | 2014-08-28 | 1 | -4/+1 |
| | |||||
* | Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatistics | Benjamin Fleischer | 2014-07-25 | 1 | -21/+3 |
| | | | | [ci skip] | ||||
* | grab executable from rubygems | Arun Agrawal | 2013-07-26 | 1 | -2/+1 |
| | | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc | ||||
* | Added routing in test for actionpack | Arun Agrawal | 2013-07-17 | 1 | -2/+4 |
| | |||||
* | Running isolated test for assertions and journey | Arun Agrawal | 2013-07-06 | 1 | -1/+1 |
| | | | | in actionpack | ||||
* | Minor changes to actionpack/actionview Rakefile | Arun Agrawal | 2013-06-26 | 1 | -5/+1 |
| | |||||
* | Merge pull request #11046 from arunagw/verbose_mode_on | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+1 |
|\ | | | | | Verbose mode on when running tests | ||||
| * | Adding verbose in isolated test. | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
| | | |||||
* | | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
|/ | |||||
* | Template test were moved to AV | Łukasz Strzałkowski | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -15/+2 |
| | |||||
* | No need to load 'rake/packagetask' as it's already | Arun Agrawal | 2013-06-02 | 1 | -1/+0 |
| | | | | | in 'rubygems/package_task' | ||||
* | Running isolated tests | Arun Agrawal | 2013-05-28 | 1 | -3/+7 |
| | | | | These stopped running don't know when. But these should be running now. | ||||
* | update AD::Journey to follow Rails coding conventions | Francesco Rodriguez | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -1/+7 |
| | | | | | | | | Move the Journey code underneath the ActionDispatch namespace so that we don't pollute the global namespace with names that may be used for models. Fixes rails/journey#49. | ||||
* | Add test directory to TestTask's libs | Santiago Pastorino | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -1/+0 |
| | |||||
* | Verbose output for tests. | Arun Agrawal | 2012-02-03 | 1 | -0/+1 |
| | | | | | See #3892 | ||||
* | No verbose the output for tests. | Arun Agrawal | 2012-02-01 | 1 | -1/+0 |
| | |||||
* | Use block form of 'File.open' so that File object is auto closed at end | Nathan Broadbent | 2012-01-30 | 1 | -7/+7 |
| | |||||
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | test response assertions | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | Add rake test:template. | Nick Sutterer | 2011-09-22 | 1 | -0/+5 |
| | |||||
* | fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | Enable warnings now that they can be readed. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | argument error is done for us | Aaron Patterson | 2010-09-18 | 1 | -1/+2 |
| | |||||
* | deletes the rdoc task of each component, they are no longer published separately | Xavier Noria | 2010-08-20 | 1 | -21/+0 |
| | |||||
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -4/+4 |
| | |||||
* | Makes Rakefile activate rdoc >= 2.5.9 | Santiago Pastorino | 2010-07-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | use RDoc 2.2 to generate the documentation of individual components | Xavier Noria | 2010-06-16 | 1 | -1/+2 |
| | |||||
* | Take out stale tasks from Actionpack's Rakefile [#4619 state:resolved] | Rizwan Reza | 2010-05-16 | 1 | -19/+0 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> |