diff --git a/templates/module.rb b/templates/module.rb index 8f4fa9aab..4977c714e 100644 --- a/templates/module.rb +++ b/templates/module.rb @@ -11,8 +11,6 @@ environment 'SITE_DOMAIN="localhost:3000"', :env => "development" environment 'SITE_DOMAIN="localhost:3000"', :env => "test" environment 'SITE_DOMAIN="localhost:3000"', :env => "production" -environment 'config.action_view.cache_template_loading = false', :env => "production" -environment 'config.action_controller.page_cache_directory = Rails.root + "/public/cache/"', :env => "production" rake "db:migrate" git :init