jmamma wrote: > We are evaluating authorization plugins for rails and I wanted to > address the group for some feedback. > > The two we are looking at are: cancan by Ryan Bates and > declarative_authorization. >
I've never used either of these, but I've been working with DocSavage's rails_authorization plugin. It's OK, but declarative_authorization looks like the same thing done a little better IIRC. > If anyone has used either of these and can give me some feedback on > how they have worked out for you that would be great! We would be > using one of these in conjunction with the restul_auth plugin btw. Please, please, *do not* use restful_auth. It may seem easier now, but in a month you'll regret it as you will have a User model full of unmaintainable generated crap. I echo other posters who recommend Authlogic instead. Best, -- Marnen Laibow-Koser http://www.marnen.org mar...@marnen.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.