On Sat, Jan 24, 2009 at 8:58 AM, James Pellerano <[email protected]> wrote:
>> following these commands from >> (http://developer.apple.com/tools/developonrailsleopard.html) led me to >> the above error message >> >> sudo gem update --system >> sudo gem install rails >> sudo gem update rake >> sudo gem update sqlite3-ruby >> *do start server script(script/server)* I don't see that line anywhere on the referenced page... >> rails expenses OK, so you created a new project -- before you did anything else did you start the server to see if it ran "out of the box"? Or run `script/about`? I'd do those first. >> script/generate scaffold event name:string budget:decimal >> - wrong constant name Name:stringController You also might updating your Rails version to something close to current, create a new project with it, see if that basically runs, and then try generating your scaffold. -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

