Closed SylarRuby closed 9 years ago
This is not a problem with Rails Composer. The proper place to report a problem with the rails-stripe-membership-saas app is the issues for that repo.
See https://github.com/RailsApps/rails-stripe-membership-saas/issues/160
Maybe this is not compatible with rails 4.2.4 but this is disappointing: I use: git clone
git://github.com/RailsApps/rails-stripe-membership-saas.git
After that it says to use
rvm
, as im using rbenv, so I installed ruby with rvm:rvm install 2.2.3
. All is well, thenbundle install
. Runningrails s
the go to localhost, sign_up link does not work! Why? Is not this a starter app?? I getundefined method plan_class for nil:NilClass
and for the plans link:Couldn't find Plan
. Am I missing a step?