AlwaysCharging
2010-Feb-15 05:03 UTC
moved from ruby 1.8.6 to 1.8.7 and "We''re sorry, but something went wrong."
I''m a windows user, and I was using ruby 1.8.6 installer over at RubyInstaller.org. All was working well, but I decided to give ruby 1.8.7 a try. I uninstalled 1.8.6, downloaded and installed ruby 1.8.7 from rubyinstaller, reinstalled rails and all of my gems, and copied over sqlite3.def and sqlite3.dll to the Ruby/bin. I then my start my server (just using webrick for now, same as before), I get the following message: "We''re sorry, but something went wrong." whenever I try to load up my app on my local machine. What am I doing wrong? I''ve searched and I can''t figure it out. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
AlwaysCharging
2010-Feb-15 05:08 UTC
Re: moved from ruby 1.8.6 to 1.8.7 and "We''re sorry, but something went wrong."
Nevermind. I''m an idiot. I forgot to install the actual sqlite3 GEM. gem install sqlite3-ruby --source http://gems.rubyinstaller.org Problem solved, and sorry to waste a post. On Feb 15, 12:03 am, AlwaysCharging <goodg...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m a windows user, and I was using ruby 1.8.6 installer over at > RubyInstaller.org. All was working well, but I decided to give ruby > 1.8.7 a try. I uninstalled 1.8.6, downloaded and installed ruby 1.8.7 > from rubyinstaller, reinstalled rails and all of my gems, and copied > over sqlite3.def and sqlite3.dll to the Ruby/bin. > > I then my start my server (just using webrick for now, same as > before), I get the following message: "We''re sorry, but something went > wrong." whenever I try to load up my app on my local machine. > > What am I doing wrong? > I''ve searched and I can''t figure it out.-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.