i wonder if this is the issue
This commit is contained in:
parent
d81c11c0e6
commit
b543c35665
|
@ -1,5 +1,5 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.1
|
rvm: 2.0.0
|
||||||
before_script:
|
before_script:
|
||||||
- cp config/database.yml.postgres config/database.yml
|
- cp config/database.yml.postgres config/database.yml
|
||||||
- cp config/justask.yml.example config/justask.yml
|
- cp config/justask.yml.example config/justask.yml
|
||||||
|
|
|
@ -21,7 +21,7 @@ Rails.application.configure do
|
||||||
config.action_controller.perform_caching = false
|
config.action_controller.perform_caching = false
|
||||||
|
|
||||||
# Raise exceptions instead of rendering exception templates.
|
# Raise exceptions instead of rendering exception templates.
|
||||||
config.action_dispatch.show_exceptions = true
|
config.action_dispatch.show_exceptions = false
|
||||||
|
|
||||||
# Disable request forgery protection in test environment.
|
# Disable request forgery protection in test environment.
|
||||||
config.action_controller.allow_forgery_protection = false
|
config.action_controller.allow_forgery_protection = false
|
||||||
|
|
Loading…
Reference in New Issue