summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
committerhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
commitb298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch)
treed8d0a8449972a46e551be3b94e7dd02b6107b119 /config/environments/development.rb
initial import with edge rails included as a submodule
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
new file mode 100644
index 0000000..85c9a60
--- /dev/null
+++ b/config/environments/development.rb
@@ -0,0 +1,17 @@
1# Settings specified here will take precedence over those in config/environment.rb
2
3# In the development environment your application's code is reloaded on
4# every request. This slows down response time but is perfect for development
5# since you don't have to restart the webserver when you make code changes.
6config.cache_classes = false
7
8# Log error messages when you accidentally call methods on nil.
9config.whiny_nils = true
10
11# Show full error reports and disable caching
12config.action_controller.consider_all_requests_local = true
13config.action_view.debug_rjs = true
14config.action_controller.perform_caching = false
15
16# Don't care if the mailer can't send
17config.action_mailer.raise_delivery_errors = false \ No newline at end of file