hyperloop icon indicating copy to clipboard operation
hyperloop copied to clipboard

after hyperloop:install, db:create no longer works

Open willbuilds opened this issue 7 years ago • 2 comments

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' ?

willbuilds avatar Aug 02 '18 13:08 willbuilds

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 avatar Aug 02 '18 21:08 catmando

@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.

catmando avatar Aug 02 '18 21:08 catmando