aboutsummaryrefslogtreecommitdiffstats
path: root/railties/fresh_rakefile
blob: 1a0c6bee61f136002c223f321eeaf546de853aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in config/tasks 
# 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'