annotate config/environments/development.rb @ 69:dc22c3eb3c81
luisf
Feature #35:
- Does not show the label "My Projects" if the user does not have any projects.
- If the user is not signed in only shows the default Projects list.
author |
luisf |
date |
Mon, 06 Dec 2010 18:12:52 +0000 |
parents |
513646585e45 |
children |
433d4f72a19b |
rev |
line source |
Chris@0
|
1 # Settings specified here will take precedence over those in config/environment.rb
|
Chris@0
|
2
|
Chris@0
|
3 # In the development environment your application's code is reloaded on
|
Chris@0
|
4 # every request. This slows down response time but is perfect for development
|
Chris@0
|
5 # since you don't have to restart the webserver when you make code changes.
|
Chris@0
|
6 config.cache_classes = false
|
Chris@0
|
7
|
Chris@0
|
8 # Log error messages when you accidentally call methods on nil.
|
Chris@0
|
9 config.whiny_nils = true
|
Chris@0
|
10
|
Chris@0
|
11 # Show full error reports and disable caching
|
Chris@0
|
12 config.action_controller.consider_all_requests_local = true
|
Chris@0
|
13 config.action_controller.perform_caching = false
|
Chris@0
|
14
|
Chris@0
|
15 # Don't care if the mailer can't send
|
Chris@0
|
16 config.action_mailer.raise_delivery_errors = false
|