-
Notifications
You must be signed in to change notification settings - Fork 11
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 sqlite3 #1
Comments
Try the following: |
That didn't work. |
Yes, I think that you need to verify your active record version and find the suitable version of sqlite3. |
Ah ok I updated my Gemfile to |
When I execute the
rake db:migrate
command I get:Amrapalis-MBP:tornado-active-learning amrapaliz$ rake db:migrate rake aborted! Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded. Add
gem 'sqlite3'to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
The Gemfile already has sqlite3. Which version should we add?
The text was updated successfully, but these errors were encountered: