RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.

Home Page:http://railsapps.github.io/rails-stripe-membership-saas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant Find Table Users

and1hof opened this issue · comments

Maybe this is just me being new to rails, but I had some installation issues and now I got the site up and running but if I click on an option I get this:

ActiveRecord::StatementInvalid at /users/sign_up
Could not find table 'users'

And nothing loads up :/

Try rake db:migrate?

Yeah I had to migrate it.

There is a new version of this application for Rails 4.2 using the Payola gem.