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). (Gem::LoadError)
解决
改成这个gem 'sqlite3', '~> 1.3.11'
在执行bundle install
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). (Gem::LoadError)
解决
改成这个gem 'sqlite3', '~> 1.3.11'
在执行bundle install