On 28 February 2012 15:49, James B. Byrne <[email protected]> wrote: > > On Tue, February 28, 2012 09:50, Prem Sichanugrist wrote: >> `sqlite3-ruby` gem is deprecated, and has been replaced >> with `sqlite3` gem. Have you tried bundle that gem instead >> of that? >> >> -Prem >> > > As far as I can tell from the build messages, the sqlite3 > gem is the form sqlite3-ruby renamed. In any case it > throws the same exceptions when trying to build against > SQLite-3.3.6. There is no interest evidenced on the part > of the gem author to change this. Quite the contrary. > > As I wrote originally, I am constrained by the RedHat > distribution (via CentOS) to use a version of SQLite that > the current DBMS adapters, of which I am aware, do not > support. I have an adapter that works with my version of > SQLite and I wish to continue to use it. Why does > ActiveRecord not permit it?
A complete shot in the dark, but in database.yml what have you got as the adaptor? If it is not sqlite3 then try that. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en.
