One of the things I noticed that it said is: /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.7/lib/bundler/runtime.rb:64: in 'require': no such file to load --sqlite3 <LoadError>
Do you that's it? Basically what happened was I first installed Ruby 1.9.2, then Rails, but ran into some problems, so then installed instantrails, which included the whole package, but used ruby 1.8.7. Now, sqlite3 was installed as part of that, but I'm not sure why I am getting this error. How do I check to make sure the migrations took place, etc.? -- 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.

