after hyperloop:install, db:create no longer works
willbuilds opened this issue · 2 comments
willbuilds commented
initializers/hyperloop.rb
requires a database to exist. When I dropped my database and tried to recreate it failed with a ActiveRecord::NoDatabaseError
Assume its config.import 'reactrb/auto-import'
?
catmando commented
no its not auto-import... (that just deals with importing name spaces from JS land into Ruby land)
The DB problem is something we intend to fix, I can't remember the workaround just at the moment. I will chat this on the gitter channel, and hopeflly get some response.
catmando commented
@wmulligan87 hang on... what version of hyperloop are you on.
Please try the lastest release candidate (`gem 'hyperloop', '~> 1.0.0.lap28') I am pretty sure it is fixed already.