Hi People, Ultra noob here. I recently installed Ruby 1.9.2 and Rails 3.0 on Ubuntu10.04. I have mysql server version 5.1 installed. I also have the mysql2 database connector
*** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.0) actionpack (3.0.0) activemodel (3.0.0) activerecord (3.0.0) activeresource (3.0.0) activesupport (3.0.0) arel (1.0.1) builder (2.1.2) bundler (1.0.0) erubis (2.6.6) i18n (0.4.1) mail (2.2.5) mime-types (1.16) mysql (2.8.1) mysql2 (0.2.3) polyglot (0.3.1) rack (1.2.1) rack-mount (0.6.12) rack-test (0.5.4) rails (3.0.0) railties (3.0.0) rake (0.8.7) sqlite3-ruby (1.3.1) thor (0.14.0) treetop (1.4.8) tzinfo (0.3.23) I have been following some tutorial to learn some basics http://www.tutorialspoint.com/ruby-on-rails/rails-views.htm So far I have been able to do everything until I start the Webrick server(this is fine and can be seen running in the terminal) Then when I enter http://localhost/book/list instead of seeing the error listed in the tutorial about a missing template (you're supposed to go onto create list.rhtml etc) I get a different error Routing Error No route matches "/book/list" I have no idea what this is on about. From google searches I understand there is a routes.rb file which I have opened. But I am not sure what I need to change in here or even if this is the real cause of the issue. Any help much appreciated. I am very excited to be learning Ruby and would really like to be able to complete this tutorial so I can begin my own web apps. -- 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.

