1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/fresh_rakefile
David Heinemeier Hansson a65835968e Fixed pointer to tasks location #2175
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2226 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-13 06:15:50 +00:00

11 lines
No EOL
346 B
Text
Executable file

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
Rails::Initializer.run(:set_load_path)
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'