Displaying 1 result from an estimated 1 matches for "notes_test".
Did you mean:
note_test
2006 Jun 13
0
Routing Error Recognition failed for "/notes"
...calhost:3000/notes and i get Routing Error
Recognition failed for "/notes".
Here is my database.yml contents
development:
adapter: postgresql
database: notes_development
username: postgres
password: s1d3sh0w
host: localhost
port: 5432
test:
adapter: postgresql
database: notes_test
username: postgres
password: s1d3sh0w
host: localhost
port: 5432
production:
adapter: postgresql
database: notes_production
username: postgres
password: s1d3sh0w
host: localhost
is this a routes.rb problem??
--
Posted via http://www.ruby-forum.com/.