Authorization plugin for rails 3 ?

Hi, I would like to know whether the authorization plugins available e.g. "Declarative Authorization" or "Authorization with CanCan", etc,... can be used under rails 3 ? I ask because the installation instructions are for rails 2.2 ? (no gemfile, no bundle ...)

Thanks,

Dani

im currently using cancan with rails 3, no problems

Radhames Brito wrote in post #960314:

im currently using cancan with rails 3, no problems

Thank you, I'll try this. Regards, Dani

Radhames Brito wrote in post #960314:

im currently using cancan with rails 3, no problems

I'm also using cancan without any problems. Actually there is a good post on using cancan with devise that might be worth looking at

http://www.tonyamoyal.com/2010/07/28/rails-authentication-with-devise-and-cancan-customizing-devise-controllers/