rails--rails/railties/environments
David Heinemeier Hansson d8f2fea813 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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8416 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-16 23:10:48 +00:00
..
boot.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +00:00
development.rb Cleanup documentation a bit and be more specific 2007-11-21 20:54:43 +00:00
environment.rb Cleanup documentation a bit and be more specific 2007-11-21 20:54:43 +00:00
production.rb 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
test.rb [7668] part deux (forgot to add the railties love to the mix) 2007-09-28 16:08:42 +00:00