1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/tasks
2008-03-10 11:42:01 +00:00
..
annotations.rake Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. rspec_on_rails, I'm looking at you. [Rick] 2007-09-28 17:02:40 +00:00
databases.rake Fix database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt] 2008-03-10 11:42:01 +00:00
documentation.rake Ruby 1.9 compatibility. References #1689. 2007-12-17 18:54:55 +00:00
framework.rake Added that rails:update is run when you do rails:freeze:edge to ensure you also get the latest JS and config files (closes #10565) [jeff] 2008-01-03 00:14:47 +00:00
log.rake
misc.rake Turned on ActionView::Base.cache_template_loading by default in config/environments/production.rb to prevent file system stat calls for every template loading to see if it changed (this means that you have to restart the application to see template changes in production mode) [DHH] 2007-12-16 23:10:48 +00:00
rails.rb
routes.rake Drop the trailing slash 2007-06-28 18:44:08 +00:00
statistics.rake
testing.rake Tidy up description for the rake test task. Closes #10598 [akaspick] 2008-01-20 23:27:19 +00:00
tmp.rake