Displaying 1 result from an estimated 1 matches for "errorrecognition".
2006 Jun 13
0
Routing ErrorRecognition failed for "/notes"
I''m a noob to rails and i could use some help.
Fedora Core 5
Ruby 1.8.4
Rails 1.1.2
Here are my steps that i fillow.
In my home directory it type rails test
#cd test
#sudo chmod -R 775 log
#sudo chmod -R 775 public
#ruby script/server
Then i make my postgres database and table. Both named "notes" and i do
have columns in the table.
#script/generate model notes