I''m on OS X 10.5.6 and am trying to run the blog demo app at http://guides.rubyonrails.org/getting_started_with_rails.html . (I have installed rails 2.2) But there seems to be a problem with sqlite. After starting the server (from the blog dir) and then entering the url http:/localhost:3000/home/index I get an error in the browser saying "unable to load sqlite3 although it is indeed installed. Any suggestions appreciated. Thanks, Jim --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
what happens if you point to http://localhost:3000 Jason On Mon, Jan 12, 2009 at 5:12 PM, technology <tech-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote:> > I''m on OS X 10.5.6 and am trying to run the blog demo app at > http://guides.rubyonrails.org/getting_started_with_rails.html > . (I have installed rails 2.2) > > But there seems to be a problem with sqlite. After starting the server > (from the blog dir) and then entering the url > > http:/localhost:3000/home/index > > I get an error in the browser saying "unable to load sqlite3 although > it is indeed installed. > > Any suggestions appreciated. > > Thanks, > Jim > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Are you sure that you have the sqlite3 gem installed on your machine? Is it listed if you type ''gem list'' at the command line? Eifion http://asciicasts.com On Mon, Jan 12, 2009 at 11:12 PM, technology <tech-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote:> > I''m on OS X 10.5.6 and am trying to run the blog demo app at > http://guides.rubyonrails.org/getting_started_with_rails.html > . (I have installed rails 2.2) > > But there seems to be a problem with sqlite. After starting the server > (from the blog dir) and then entering the url > > http:/localhost:3000/home/index > > I get an error in the browser saying "unable to load sqlite3 although > it is indeed installed. > > Any suggestions appreciated. > > Thanks, > Jim > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The main page appears as expected. On Jan 13, 2009, at 7:14 AM, jason white wrote:> what happens if you point to http://localhost:3000 > > Jason > > On Mon, Jan 12, 2009 at 5:12 PM, technology <tech-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> > wrote: > > I''m on OS X 10.5.6 and am trying to run the blog demo app at http://guides.rubyonrails.org/getting_started_with_rails.html > . (I have installed rails 2.2) > > But there seems to be a problem with sqlite. After starting the server > (from the blog dir) and then entering the url > > http:/localhost:3000/home/index > > I get an error in the browser saying "unable to load sqlite3 although > it is indeed installed. > > Any suggestions appreciated. > > Thanks, > Jim > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The only gem with sqlite in the name returned by "gems list" is sqlite3-ruby (1.2.4). Do I need another? Jim On Jan 13, 2009, at 7:47 AM, Eifion Bedford wrote:> Are you sure that you have the sqlite3 gem installed on your > machine? Is it listed if you type ''gem list'' at the command line? > > Eifion > http://asciicasts.com > > > > > On Mon, Jan 12, 2009 at 11:12 PM, technology <tech-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> > wrote: > > I''m on OS X 10.5.6 and am trying to run the blog demo app at http://guides.rubyonrails.org/getting_started_with_rails.html > . (I have installed rails 2.2) > > But there seems to be a problem with sqlite. After starting the server > (from the blog dir) and then entering the url > > http:/localhost:3000/home/index > > I get an error in the browser saying "unable to load sqlite3 although > it is indeed installed. > > Any suggestions appreciated. > > Thanks, > Jim > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---