Just letting folks know. after looking at mailboxer , the api and examples the integration idea goes down the toilet as pretty much the documentation is only auto generated thus very lacking and all examples are post SocialStream integration so it's beyond messy. There is a gem for the 15 or so views and controllers you need to add manually but its rails 3.1 so no go. I'll be writing a system from scratch starting tomorrow (well.. later today technically). If I end up with anything presentable (it's a must as it's a part of something meant to go live ) I'll write up a recipe. Tho it may take a week or so.
On Mar 12, 1:31 pm, Matt Jones <[email protected]> wrote: > On Mar 11, 2012, at 11:57 PM, Scorpio wrote: > > > I came across a gem I'd like to integrate > > >https://github.com/ging/mailboxer > > > I've been reading instructions and I'm beginning to wonder if the > > required actions/views won't conflict with what hobo has built in ? > > Shouldn't be any problems, as the only generated views are for the mailers. > You may wind up wanting to reopen the model classes in your app/models > directory to add Hobo-decoration (fields, permissions) but that's about it. > > --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.
