You can certainly run Hobo without any DRYML views, but at the moment there is no way to run it without the DRYML gem.
If you're really just interested in lifecycles, my suggestion would be just to switch from Hobo lifecycles to Acts As State Machine (https://github.com/rubyist/aasm) Bryan On Sun, Jun 10, 2012 at 7:24 AM, Gert Thiel <[email protected]> wrote: > Hoi hoi. > > I'm trying to integrate Joosy <http://joosy.ws/> <https://github.com/ > roundlake/joosy> with Hobo 1.4. > > Joosy replaces the complete V of Rails' MVC with a Rich Client (see > <https://github.com/roundlake/joosy-guides/blob/gh-pages/guides/basics/ > getting-started.md>). > > All DRYML related stuff of Hobo becomes superfluous. > > How can I get rid of DRYML, taglibs et al? > > (I know I could use only hobo_support and hobo_fields, but I want to > use lifecycles which are part of the hobo gem). > > Regards, > > Gert Thiel > > -- > 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.
