Hi all,

I've been following this online book:
http://ruby.railstutorial.org/chapters/a-demo-app#sec-modeling_demo_users

I ran the commands:
rails generate scaffold User name:string email:string
bundle exec rake db:migrate

As I understand it I should be able to go to the following URL and it 
should display a list of users:
http://localhost:3000/users

However I get this error:

"Routing Error

No route matches [GET] "/users"

Try running rake routes for more information on available routes."

In the first chapter another application was created, could it be that the 
rails server is serving the first application instead of the one from the 
second chapter of the book?

Anyone any idea how to fix this issue?

Thanks in advance.

G

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/o_6BdY0oxgQJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to