-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded #22
Comments
|
tvdeyen
added a commit
to tvdeyen/alchemy-solidus
that referenced
this issue
Sep 5, 2018
This gem has no executables. We only need to include the files needed for runtime into the final gem build. Closes AlchemyCMS#22
Ups. We included development files into the final gem build. Fixed by #26 |
tvdeyen
added a commit
to tvdeyen/alchemy-solidus
that referenced
this issue
Sep 7, 2018
This gem has no executables. We only need to include the files needed for runtime into the final gem build. Closes AlchemyCMS#22
tvdeyen
added a commit
to tvdeyen/alchemy-solidus
that referenced
this issue
Sep 7, 2018
This gem has no executables. We only need to include the files needed for runtime into the final gem build. Closes AlchemyCMS#22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use alchemy-solidus with postgresql.
I've set up the project using
--database=postgresql
and can create the databases, run the server, etc.But when I add the gem (master, from github) to my Gemfile, run
bundle install
and then runbundle exec rails s
I get the following:Possiblly something to do with
alchemy-solidus/spec/dummy/config/database.yml
? That's the only place I can find mention of any sqllite stuff...Thanks in advance
The text was updated successfully, but these errors were encountered: