aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/tasks.rb
blob: 166d518f7c677d05019f150c596fc7bba5a4f12e (plain) (tree)
1
2
3
4
5
6
7
8


                                

             
        

               




            



                                 
$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