i wonder if this is the issue

This commit is contained in:
Yuki 2015-05-11 16:02:29 +05:30
parent d81c11c0e6
commit b543c35665
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
language: ruby
rvm: 2.1
rvm: 2.0.0
before_script:
- cp config/database.yml.postgres config/database.yml
- cp config/justask.yml.example config/justask.yml
- bundle exec rake db:setup
- bundle exec rake db:migrate
- bundle exec rake db:migrate

View File

@ -21,7 +21,7 @@ Rails.application.configure do
config.action_controller.perform_caching = false
# 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.
config.action_controller.allow_forgery_protection = false