config/environments/development.rb in wagn-1.12.13 vs config/environments/development.rb in wagn-1.13.0.pre
- old
+ new
@@ -26,22 +26,22 @@
# Only use best-standards-support built into browsers
config.action_dispatch.best_standards_support = :builtin
# Do not compress assets
- config.assets.compress = false
+ # config.assets.compress = false
+#
+# # Expands the lines which load the assets
+# config.assets.debug = false
+#
+# # This needs to be on for tinymce to work, because several important files (themes, etc) are only served statically
+# config.serve_static_assets = ENV['STATIC_ASSETS'] || true
+#
+# # Setting a bogus directory so rails won't find public/assets in dev mode.
+# # Normally you could skip that by not serving static assets, but that breaks tinymce (see above)
+# config.assets.prefix = "dynamic-assets"
- # Expands the lines which load the assets
- config.assets.debug = true
-
- # This needs to be on for tinymce to work, because several important files (themes, etc) are only served statically
- config.serve_static_assets = ENV['STATIC_ASSETS'] || true
-
- # Setting a bogus directory so rails won't find public/assets in dev mode.
- # Normally you could skip that by not serving static assets, but that breaks tinymce (see above)
- config.assets.prefix = "dynamic-assets"
-
# Raise exception on mass assignment protection for Active Record models
config.active_record.mass_assignment_sanitizer = :strict
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
@@ -53,10 +53,15 @@
# Debugger.wait_connection = true
# Debugger.start_remote
# File.delete(File.join(Rails.root,'tmp', 'debug.txt'))
# end
- config.send_emails = false
+ config.perform_deliveries = false
+
+
+ # config.dev_tweaks.autoload_rules do
+ # skip '/files'
+ # end
end
#Paperclip.options[:command_path] = "/opt/local/bin"