-
Notifications
You must be signed in to change notification settings - Fork 208
Description
I am having trouble with an issue with 'sqlite3_adapter'. I'm currently running Ruby 2.3 and Sqlite 1.3.11 on Windows 10 x64. I have the railsinstaller environment basically replicated but with each component installed invidually (Ruby from RubyInstaller, Git, Bundler, etc.). I have tried to run the server for both an older, Rails 4.1 application as well as a new Rails 5 application I created for testing. Each time, I am stuck by the error:
Could not load 'active_record/connection_adapters/sqlite3_adapter'. Make sure that the adapter in config/database.yml is valid. If you use an adapter other than 'mysql2', 'postgresql' or 'sqlite3' add the necessary adapter gem to the Gemfile.
My config/database.yml has the correct adapter. I've checked, and I have the correct gem. Sqlite itself is installed. I'm not sure what the issue is here. Is this something unique to Ruby 2.3 on Windows? Will I need to do a fresh install? Do I need to downgrade to Ruby 2.2? I'm just looking for more info before I spend another day on this.