Problems with sqllite with fresh Rails 3 install

I’m working through the basic tutorial for Rails 3.0 beta, using the
Edge guide ( rails.info). I used
Nick’s tips mentioned here
(http://blog.nicksieger.com/articles/2010/02/24/jruby-and-rails-3-sitting-in-a-tree).
When I try to create the database ( rake db:create), I get this error
about sqlite3, though it is installed.

"Please install the jdbcsqlite3 adapter: gem install activerecord-jdbcsqlite3-adapter (no such file to load –
active_record/connection_adapters/jdbcsqlite3_adapter)

I’m not sure where to start looking, or the best way to debug.

OSX leopard

$ sudo jruby -version
jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2010-03-18 0cb3e3c) (Java
HotSpot™ Client VM 1.5.0_19) [i386-java]

$ jruby -S gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.0.beta)
actionpack (3.0.0.beta)
activemodel (3.0.0.beta)
activerecord (3.0.0.beta)
activerecord-jdbc-adapter (0.9.3)
activerecord-jdbcsqlite3-adapter (0.9.3)
activeresource (3.0.0.beta)
activesupport (3.0.0.beta)
arel (0.2.1)
builder (2.1.2)
bundler (0.9.12)
columnize (0.3.1)
erubis (2.6.5)
i18n (0.3.5)
jdbc-sqlite3 (3.6.3.054)
jruby-openssl (0.6)
mail (2.1.3)
memcache-client (1.7.8)
mime-types (1.16)
rack (1.1.0)
rack-mount (0.4.7)
rack-test (0.5.3)
rails (3.0.0.beta)
railties (3.0.0.beta)
rake (0.8.7)
rspec (1.3.0)
ruby-debug (0.10.3)
ruby-debug-base (0.10.3.1)
sources (0.0.1)
text-format (1.0.0)
text-hyphen (1.0.0)
thor (0.13.4)
tzinfo (0.3.17)

Any help is appreciated.

Chris


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email