Specified 'sqlite3' for database adapter, but the gem is not loaded. Add gem 'sqlite3' to your Gemfile.,可是我用 sqlite3 -versin 看到是 3.8.1 版本,又去 Gemfile 里看到有 gem 'sqlite3‘这行代码,请问哪里出问题了。
bundle exec 来运行试试
#1 楼 @kevinzhow 提示 bundler: exec needs a command to run,这是属于哪方面的问题啊?
bundle exec rails s你至少要打一个 command 命令。。
bundle exec rails s
#3 楼 @ericguo http://stackoverflow.com/questions/17350837/ruby-on-rails-add-gem-sqlite3-to-your-gemfile/17409859找到了,多谢
原来是没有 bundle 的原因