tasks.rb 204 B

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