config/environments/development.rb in wagn-1.12.9 vs config/environments/development.rb in wagn-1.12.10
- old
+ new
@@ -44,16 +44,19 @@
config.active_record.mass_assignment_sanitizer = :strict
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
config.active_record.auto_explain_threshold_in_seconds = 0.5
+
# if File.exists?(File.join(Rails.root,'tmp', 'debug.txt'))
# require 'ruby-debug'
# Debugger.wait_connection = true
# Debugger.start_remote
# File.delete(File.join(Rails.root,'tmp', 'debug.txt'))
# end
+
+ config.send_emails = false
end
#Paperclip.options[:command_path] = "/opt/local/bin"