spec/tang_app/config/environments/development.rb in tang-0.0.1 vs spec/tang_app/config/environments/development.rb in tang-0.0.8

- old
+ new

@@ -11,9 +11,11 @@ # Show full error reports and disable caching. config.consider_all_requests_local = true config.action_controller.perform_caching = false + config.action_controller.asset_host = 'http://localhost:3000' + # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } # Print deprecation notices to the Rails logger.