rails/railties/lib/tasks
2005-10-28 19:52:28 +00:00
..
databases.rake Only dump schema if schema_format is :ruby 2005-10-14 16:10:02 +00:00
documentation.rake Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths) 2005-09-03 15:13:06 +00:00
framework.rake Fix freeze_gems 2005-10-16 20:33:37 +00:00
javascripts.rake Adds update_javascripts task which will fetch all the latest js files from railties dir. 2005-10-15 04:06:39 +00:00
misc.rake rake should run functional tests even if the unit tests have failures [Jim Weirich] 2005-10-27 18:44:28 +00:00
rails.rb Load rake task files in alphabetical order so you can build dependencies and count on them (closes #2554) [Blair Zajac] 2005-10-26 12:50:29 +00:00
statistics.rake Ticket 2297 - rake stats clearly labels functional and unit tests 2005-09-27 22:09:21 +00:00
testing.rake Added test_plugins task: Run the plugin tests in vendor/plugins/**/test (or specify with PLUGIN=name) [DHH] 2005-10-28 19:52:28 +00:00