On July 18, 2010 08:23:32 pm abbasi wrote:
> Hi,
> As you can guess, i am pretty new to hobo, ruby and rails. Enjoying it
> though and expecting will learn soon to get past basics:
> Currently however please let me know how to rename an existing model
> and/or delete an existing model created through hobo
> "hobo_model_resource".
> 

In my experience, renaming a model is a little bit messy (you have to rename 
the files and change the package names in those files, but Hobo takes care of 
the database migration.

To delete a model, use the Rails script called destroy:

        script/destroy hobo_model_resource MyModel

Cheers,
Henry

> regards
> Au


-- 
Henry Baragar
Instantiated Software

-- 
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