Streamlined no longer auto-registers AAA filter
Posted by Stu Fri, 20 Jul 2007 03:38:48 GMT
The following lines have been removed from acts_as_streamlined for the upcoming 0.9 release:
if defined? AuthenticatedSystem include AuthenticatedSystem before_filter :login_required end
The team discussed it, and we (mostly) agreed that developer should choose to add AAA’s filter themselves—Streamlined shouldn’t automatically choose it for them.
If you are using Streamlined with AAA and you want to require login, you will need to add the before_filter to your own controllers.



