rails--rails/railties/lib/rails/tasks
Akira Matsuda 24b28a2a0c require 'rake/rdoctask' if failed to require 'rdoc/task'
fixes a regression introduced by b921679d0d
require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7)
2011-05-26 00:15:23 +09:00
..
annotations.rake Cut down on tasks shown in rake -T 2010-06-09 16:19:03 -04:00
assets.rake Give assets access to asset_path during precompilation 2011-04-19 20:06:09 +02:00
documentation.rake require 'rake/rdoctask' if failed to require 'rdoc/task' 2011-05-26 00:15:23 +09:00
engine.rake Refactoring of application's task in engine.rake 2010-12-19 15:59:55 +01:00
framework.rake remove update:javascripts rake task 2011-05-13 03:12:08 +09:00
log.rake
middleware.rake Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
misc.rake Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.) 2011-05-23 20:25:44 +01:00
routes.rake Display custom asset routes in `rake routes` 2011-05-05 12:14:40 +02:00
statistics.rake
tmp.rake Cut down on tasks shown in rake -T 2010-06-09 16:19:03 -04:00