Simple / Basic Rails app and code conventions for ME Ruby Extension for GRC’s Perfect Paper Passwords V3
Nov 30

Causes?

1. ‘require ‘action_controller/integration’ is in your environment.rb instead of just production. This is added to allow script/runner to do background jobs,etc as suggested on a site elsewhere I can’t find. Put this in the specific environment -> config/environments/production.rb’

Leave a Reply