Skip to content

Commit

Permalink
Ignorando o cache nesse ambiente pois atrabalha os testes locais
Browse files Browse the repository at this point in the history
  • Loading branch information
emerleite committed Nov 2, 2010
1 parent de71965 commit 7b9fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Show full error reports and disable caching
config.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = true
config.action_controller.perform_caching = false

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
Expand Down

0 comments on commit 7b9fd88

Please sign in to comment.