On Feb 25, 2010, at 5:10 PM, Jack Cole wrote:
I went into the project folder, and ran [ruby script/generate hobo_resource products description:text], and I got an argument error pointing to "host:localhost" portion of yaml.rb. It looks as if there is no connection established between MySQL and Rails/Hobo - I've tried changing values in my database.yml file (127.0.0.1, for instance), but can't get anything to work. Am I missing something obvious?
Double-check your YAML file for tabs - much like Makefiles, YAML + tabs = fail.
--Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
