Hey Guys: O.k. I am just trying to view the rhtml file in the browser. I created the controller and added the method or action or definition to the controller then I added the rhtml file to the view and all the naming conventions/defaults are correct. However, when I go to view it it says this: "no such file to load -- sqlite3" and "This error occurred while loading the following files: sqlite3" Do you know what is going on? Is it just saying that I need to load sqlite3? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 9 Jan 2008, at 15:49, CreativeHeart wrote:> > Hey Guys: > > O.k. I am just trying to view the rhtml file in the browser. I > created the controller and added the method or action or definition to > the controller then I added the rhtml file to the view and all the > naming conventions/defaults are correct. However, when I go to view it > it says this: > > "no such file to load -- sqlite3" and "This error occurred while > loading the following files: > sqlite3" > > Do you know what is going on? Is it just saying that I need to load > sqlite3?It''s saying that your app is setup to use sqlite3 as its database but it couldn''t find the sqlite3 driver. You can get it with gem install sqlite3-ruby Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks!! On Jan 9, 11:13 am, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 9 Jan 2008, at 15:49, CreativeHeart wrote: > > > > > Hey Guys: > > > O.k. I am just trying to view the rhtml file in the browser. I > > created the controller and added the method or action or definition to > > the controller then I added the rhtml file to the view and all the > > naming conventions/defaults are correct. However, when I go to view it > > it says this: > > > "no such file to load --sqlite3" and "This error occurred while > > loading the following files: > > sqlite3" > > > Do you know what is going on? Is it just saying that I need to load > >sqlite3? > > It''s saying that your app is setup to usesqlite3as its database but > it couldn''t find thesqlite3driver. > You can get it with gem installsqlite3-ruby > > Fred--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---