Hi Kannan,

Are you refering to the ruby 1.8.7/rails 2.3.8 issue or ruby 1.2.9/rails 
3.0.0 ?

Always sqlite3.

With Ruby 1.9.2 and rails 3.0.0, I had to modify Gemfile with the 
following:
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
instead of
gem 'sqlite3-ruby', :require => 'sqlite3'

If I don't modify the gmfile I get:
'require': no such file to load -- sqlite3/sqlite3_native (LoadError)

for 1.8.7/2.3.8 I didn't have to do anything. 1.8.7/2.3.8 worked for me 
in the past, but now not anymore.

Dani

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to