I’m trying rails 3.
I’ve installed postgres jdbc adapter, run jruby -S rails new myapp -m http://jruby.org/rails3.rb and it’s ok.
Then jruby -S rake -T and I have this error:
Could not find gem ‘jdbc-sqlite3 (>= 0, runtime)’ in any of the gem
sources.
Try running `bundle install.
If I want to use postgres and I have installed it why rake asks for
sqlite3?
Has anyone the same problem?
-----Ursprüngliche Nachricht-----
Von: Mauro [mailto:[email protected]]
Gesendet: Dienstag, 24. August 2010 13:24
An: [email protected]
Betreff: [jruby-user] rail3 and rake.
I’m trying rails 3.
I’ve installed postgres jdbc adapter, run jruby -S rails new myapp -m http://jruby.org/rails3.rb and it’s ok.
Then jruby -S rake -T and I have this error:
Could not find gem ‘jdbc-sqlite3 (>= 0, runtime)’ in any of the gem
sources.
Try running `bundle install.
If I want to use postgres and I have installed it why rake asks for
sqlite3?
Has anyone the same problem?