aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
|
* Remove unused package tasksArun Agrawal2015-05-281-7/+0
| | | | We are using `all:build` now.
* Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
| | | | | - We do release with release.rb - There is no `rake/gemcutter`
* Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-4/+1
| | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc.
* Follow up to #16613Robin Dupret2014-09-281-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 Draper2014-09-051-1/+4
| | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465.
* Test everythingAkira Matsuda2014-08-281-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 hereAkira Matsuda2014-08-281-4/+1
|
* Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatisticsBenjamin Fleischer2014-07-251-21/+3
| | | | [ci skip]
* grab executable from rubygemsArun Agrawal2013-07-261-2/+1
| | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc
* Added routing in test for actionpackArun Agrawal2013-07-171-2/+4
|
* Running isolated test for assertions and journeyArun Agrawal2013-07-061-1/+1
| | | | in actionpack
* Minor changes to actionpack/actionview RakefileArun Agrawal2013-06-261-5/+1
|
* Merge pull request #11046 from arunagw/verbose_mode_onCarlos Antonio da Silva2013-06-251-1/+1
|\ | | | | Verbose mode on when running tests
| * Adding verbose in isolated test.Arun Agrawal2013-06-211-1/+1
| |
* | Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|/
* Template test were moved to AVŁukasz Strzałkowski2013-06-201-1/+1
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-15/+2
|
* No need to load 'rake/packagetask' as it's alreadyArun Agrawal2013-06-021-1/+0
| | | | | in 'rubygems/package_task'
* Running isolated testsArun Agrawal2013-05-281-3/+7
| | | | These stopped running don't know when. But these should be running now.
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-1/+1
|
* Integrate Journey into Action DispatchAndrew White2012-12-191-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 libsSantiago Pastorino2012-05-111-0/+1
|
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-1/+0
|
* Verbose output for tests.Arun Agrawal2012-02-031-0/+1
| | | | | See #3892
* No verbose the output for tests.Arun Agrawal2012-02-011-1/+0
|
* Use block form of 'File.open' so that File object is auto closed at endNathan Broadbent2012-01-301-7/+7
|
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-1/+1
|
* test response assertionsAaron Patterson2012-01-061-1/+1
|
* Add rake test:template.Nick Sutterer2011-09-221-0/+5
|
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
|
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
|
* Enable warnings now that they can be readed.Emilio Tagua2010-09-281-1/+1
|
* argument error is done for usAaron Patterson2010-09-181-1/+2
|
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-21/+0
|
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
|
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4
|
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-2/+2
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
|
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-1/+2
|
* Take out stale tasks from Actionpack's Rakefile [#4619 state:resolved]Rizwan Reza2010-05-161-19/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+0
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-30/+1
|
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
|
* Fix task definesJeremy Kemper2010-02-041-1/+1
|
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-0/+6
|
* Hush AP test suiteJoshua Peek2009-12-141-2/+0
|
* We won't be publishing tars and zips anymoreJoshua Peek2009-10-161-7/+5
|
* Kill rake bundleJeremy Kemper2009-10-151-10/+0
|
* Move improved isolated test runner to APJoshua Peek2009-10-031-6/+5
|