I want to try Ruby on Rails. I know nothing about Ruby or Rails. I followed the installation instructions for Windows on http://www.rubyonrails.org/down. I directed my browser at http://localhost:3000 and I get the "Welcome Aboard (You''re riding Ruby on Rails!)" screen. The first link on the page is "About Your Application''s Environment" (-> http://localhost:3000/rails/info/properties), which when clicked gets this error: MissingSourceFile in Rails/infoController#properties no such file to load -- sqlite3 RAILS_ROOT: C:/ruby-app This error occurred while loading the following files: sqlite3 Any help would be appreciated, thanks. -Sam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sam wrote:> I want to try Ruby on Rails. I know nothing about Ruby or Rails. I > followed the installation instructions for Windows on http://www.rubyonrails.org/down.There is only one way to start learning Rails - the book /Agile Web Development with Rails/, by the Daves. If you don''t get it, you will only suffer. All of these newsgroups and online documentations (correctly) assume you have read that book. That way we don''t waste our time with the simple stuff, and can proceed directly to the fun stuff!> no such file to load -- sqlite3Read config/database.yml, then install both sqlite3 and ruby-sqlite3! -- Phlip --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---