Hello,
I am trying to use both devise and right_aws in a new rails 3.0
project.
It seems devise and right_aws don't work well together as, after
adding right_aws to a working devise app when trying to access the
default sign_in, sign_up, or sign_out resources I get the error
ActionController::RoutingError (wrong constant name Devise/
sessionsController). Is this a know issue? I don't know if this
depends on devise or right_aws as I haven't investigated yet but the
lower cased sessionsController makes me think it's some kind of
right_aws monkey patching with unexpected side effects.
Regards
Andrea