Hi Jet, El 30/05/13 00:55, Jet escribió: > Hello all, > > once again returning to Hobo. > > After doing work on a couple of other applications which > are using > > devise cancan rolify > > I am wondering how the authorize/permission/role systems > in Hobo compare to above. > > Actually noticed posting a few years old about someone wishing > to use 'devise' in Hobo. > > ...and I have come to appreciate how easily 'cancan' handles permissions > with its centralized abilities.rb. 'rolify' is quite handy too.
I have worked in other applications with Cancan, and in the cases I've worked with Hobo permissions would have been enough. It seems easy to me to add properties to the user model to separate different user profiles apart from user/admin/guest. One thing I have found really useful lately is using default_scope for multitenant apps (see http://railscasts.com/episodes/388-multitenancy-with-scopes?view=comments). Have you tried combining Hobo with one of those permission systems? I wonder if they are nice to each other :). > > Other question is about plugins. While deploying a Hobo test app to > Heroku today, > noticed the string of warnings about plugins: > > "DEPRECATION WARNING: You have Rails 2.3-style plugins in > vendor/plugins! Support for these plugins will be removed in Rails 4.0" > > But that could be a bit too far in future to worry about? > Most Hobo plugins in Hobo 2.0 have been moved into gems, as plugins in vendor/plugins are deprecated. You should look at the ones you have there and see if there is a gem version available. Regards, Ignacio > Cheers, > > Jet > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Ignacio Huerta Arteche http://www.ihuerta.net Teléfono: 0034 645 70 77 35 Email realizado con software libre -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
