I need to install the devise_security_extension gem. I performed the following steps:
Apparently, there are some tables that need to be created, but I don't know how to create them as there is not a migration for them.
Since you have a schema file, you can load it using:
SCHEMA=<complete path to file> rake db:schema:load