Lessons on preventing YOUR valid biz email becoming SPAM
Aug 20

ERROR:
“Application error

Rails application failed to start properly”

Get to command line and run ‘./dispatch.fcgi’ this will show you the error which is likely in one of the startup/boot.rb files.

When you do this, you need to set the RAILS_ENV variable before running to ensure it runs in the correct environment:

export RAILS_ENV=test

Leave a Reply