Usually people start Hobo projects with the "hobo" command rather than 
the "rails" command.  However, it certainly is possible to do it with 
the rails command to avoid some of the hobo generators.

After you run the rails command, you need to:

1: add Hobo either as a gem or a plugin
2: run "rake hobo --add-routes"
3: run "rake hobo_rapid --import-tags"

The rest of the generators are optional, but recommended.  For the full 
list of what `hobo` runs, see the comments section of 
http://cookbook.hobocentral.net/manual/generators

cheers,
Bryan


Dave Porter wrote:
> I created a new project using:
> rails _2.3.4_ project
> 
> Which works fine.
> But when I run the hobo_rapid command I get an error
> uninitialized constant Hobo
> 
> any thoughts ?
> 
> Dave Porter
> 
> --
> 
> 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.
> 
> 
> 

--

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.


Reply via email to