RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Cant Find Table Users #111

Closed and1hof closed 9 years ago

and1hof commented 9 years ago

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 :/

DanielKehoe commented 9 years ago

Try rake db:migrate?

and1hof commented 9 years ago

Yeah I had to migrate it.

DanielKehoe commented 9 years ago

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