blob: 44c014efe813114d1dc41616e2c5f05d02ee60ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$VERBOSE = nil
# Load Rails rakefile extensions
%w(
annotations
documentation
framework
log
middleware
misc
routes
statistics
testing
tmp
).each do |task|
load "rails/tasks/#{task}.rake"
end
|