Когда я пытаюсь создать БД с C:\Sites\qwe>rake db:create
, я получаю эту ошибку:
Couldn't create database for {"adapter"=>"sqlite3", "database"=>"db/test.sqlite3", "pool"=>5, "timeout"=>5000}
Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter` (no such file to load -- sqlite3)
Если ввести эту команду, я получу:
C:\Sites\qwe>gem install activerecord-sqlite3-adapter
ERROR: Could not find a valid gem 'activerecord-sqlite3-adapter' (>= 0) in any repository
ERROR: Possible alternatives: activerecord-jdbcsqlite3-adapter, activerecord-sqlserver-adapter, activerecord-spatialite-adapter, activerecord-simpledb-adapter, activerecord-nulldb-adapter
Вот полный список:http://pastebin.com/5pVzk6qW
Я установил ruby и ror с помощью railsinstaller.Есть идеи, что случилось?