Hello- I'm developing a site using RoR/Hobo, and everything's been going along well while using SQLite. Now that I'm ready to make the move to a server for testing and deployment, however, I'm running into major snags trying to get Hobo and MySQL to work together.
Both the dev box and the eventual host box have everything the same (except for the SQLite and MySQL). The current configuration is: Ruby: 1.8.6 Rails: 2.3.5 Hobo: 1.0 MySQL: 5.1 I went into MySQL and created the three databases (cjb_01_development| test|production), then ran [hobo -d mysql cjb_01] to create the project. I went to the database.yml file, put in the new database names and passwords and saved it, after doublechecking the information was correct. 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? Any assistance would be appreciated. With thanks, - Jack -- 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.
