mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
17 lines
213 B
Ruby
17 lines
213 B
Ruby
$VERBOSE = nil
|
|
|
|
# Load Rails rakefile extensions
|
|
%w(
|
|
annotations
|
|
assets
|
|
documentation
|
|
framework
|
|
log
|
|
middleware
|
|
misc
|
|
routes
|
|
statistics
|
|
tmp
|
|
).each do |task|
|
|
load "rails/tasks/#{task}.rake"
|
|
end
|