aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* don't start a new process for every test fileAaron Patterson2015-11-031-8/+21
| | | | | | | we can just reuse the parent process. We should figure out what files are commonly required among the test files and try to require them in the parent so that the require time cost is amortized across the processes.
* Disable warnings in railties testsRafael Mendonça França2015-08-271-1/+1
|
* Remove unused package tasksArun Agrawal2015-05-281-9/+0
| | | | We are using `all:build` now.
* Remove broken and unused release taskArun Agrawal2015-05-221-9/+0
| | | | | - We do release with release.rb - There is no `rake/gemcutter`
* 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.
* Removed unused require from RakefileArun Agrawal2013-07-141-4/+0
|
* Removed unused broken task for update README [ci skip]Arun Agrawal2013-07-141-9/+0
|
* Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|
* Add TEST_DIRS enviroment for constrain test directories in rakefileAbd ar-Rahman Hamidi2013-04-081-2/+3
|
* Turning on warnings in "rake test" for railtiesArun Agrawal2013-04-011-1/+1
|
* Add rake test descriptionsanemat2013-01-011-0/+2
| | | | No behavior change
* remove misleading comment in Rakefileschneems2012-09-241-3/+0
| | | Comment introduced in https://github.com/rails/rails/commit/bbb3e5a8 before rake `isolate:test` was even introduced https://github.com/rails/rails/commit/bbb3e5a8
* Remove useless load path modificationsSantiago Pastorino2012-05-111-1/+2
|
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-1/+0
|
* remove unused pguides rake task from railtiesVijay Dev2012-05-021-9/+0
|
* moves the guides up to the root directoryXavier Noria2012-03-171-12/+0
|
* railties depends on actionpack, so put actionpack in the include pathAaron Patterson2011-09-091-1/+7
|
* rake already ships with a ruby commandAaron Patterson2011-09-091-2/+1
|
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
|
* removes the :update_ujs task in railtiesXavier Noria2011-05-041-4/+0
|
* Prototype and Scriptaculous are no longer vendored, but provided by ↵Xavier Noria2011-04-301-1/+0
| | | | prototype-rails from now on, also the -j option of the application generator is removed
* Make update_ujs task update the right filesSantiago Pastorino2011-04-291-2/+2
|
* sorry, the CI cannot lie to us anymoreAaron Patterson2011-01-121-1/+1
|
* use https to fetch files from GitHubAkira Matsuda2010-12-261-2/+2
| | | | | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere [#6223 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
|
* -j parameter added to rails new command.siong19872010-10-111-2/+3
| | | | | | | | Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype [#5613 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-16/+0
|
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
|
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+11
|
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
|
* Rework a bit README files.José Valim2010-07-211-7/+0
|
* Don't halt railties tests on failuresJeremy Kemper2010-06-241-2/+2
|
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-0/+2
|
* New rake validate_guides task to validate output/*.html against the W3C ↵Jaime Iniesta2010-05-241-0/+6
| | | | Validator
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-0/+1
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Make Railties RDoc task work again [#4291 state:resolved]Andrew White2010-03-281-6/+2
| | | Signed-off-by: wycats <wycats@gmail.com>
* updated Rakefile with new app generator path [#4258 state:resolved]Sebastian Martinez2010-03-231-4/+4
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-3/+0
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-11/+0
|
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-1/+1
| | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path.
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+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-18/+5
|
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-4/+1
|
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-0/+4
|
* Clean up railties Rakefile from old responsibilities which are now part of ↵José Valim2009-12-291-67/+2
| | | | main Rakefile
* Require bundled environment, if present, so Active Support can load i18nJeremy Kemper2009-12-261-0/+5
|
* Break up rails and railties:Carlhuda2009-12-021-2/+2
| | | | | | | * rails is now a metagem (gem install rails works as it does now) * railties includes the glue layer, so you can easily declare dependencies on railties, actionpack, and actionmailer and not get ActiveRecord's rake tasks, initializers, etc.