OK, so I''m using Locomotive now, and still trying to get past the
''Get
Something Running'' section of ''Agile Web Development with
Rails'' ...
first it was the ''bad handshake'' error and the mysql.sock
issue, which
I resolved, but then started getting this routing error.
So ... switching to LM, I type ''ruby script/generate scaffold Product
Admin'' per the instructions (page 57 if you''re following along
at
home), then attempt to load ''http://localhost:3000/admin'' in
my
browser. And I get, consistently, the following:
Routing Error - Recognition failed for "/admin"
I''ve trashed everything and started over about a half-dozen times now.
Am I missing something?
Thanks,
-Bob