Hi,
I am new to Ruby and Ruby on Rails.
I have successfully installed Ruby 1.9.2 and Rails 3.0
I have been following the tutorial up to this point
http://www.tutorialspoint.com/ruby-on-rails/rails-views.htm
Just before you create list.rhtml if Webrick is running and you go to http://localhost/3000/book/list then you should see the error about a missing template.
I get
Routing Error
No route matches "/book/list"
Does anybody else get a similar error who could help me out?
I have looked online about editing the routes.rb file but I'm not sure what to try.
Thanks.[/url]