![]() |
Say, anyone familiar with Rails? (n00b question) - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: Say, anyone familiar with Rails? (n00b question) (/showthread.php?tid=45246) |
Say, anyone familiar with Rails? (n00b question) - Greg the dogsitter - 12-11-2007 rails ~/Desktop/rails1 (The MySQL database, with the table `person` already exists.) ./generate scaffold person person sometimes, that returns an error. A bit of Googling indicates that I should try ./generate scaffold person Settings in ./config/database.yml are tweaked. Index page ("Riding the rails!") indicates no problems. However, http://localhost:3000/person/ Shows... No route matches "/person/" with {:method=>:get} Yuck. I don't even have enough knowledge at this point to be dangerous...just confused. Assistance is appreciated! Re: Say, anyone familiar with Rails? (n00b question) - clay - 12-11-2007 I can't offer any help--but you may try posting here: http://www.webhostingtalk.com/forumdisplay.php?f=37 also--experts-exchange.com can be good for these specific types of questions. I use both forums for questions all the time about PHP, and I'll often find what I need at either or both places good luck Re: Say, anyone familiar with Rails? (n00b question) - mattkime - 12-11-2007 RoR is a passing fad. does Ruby support UTF8??? Re: Say, anyone familiar with Rails? (n00b question) - guitarist - 12-12-2007 good luck with that scaffolding thing. Sounds dangerous. |