Displaying 1 result from an estimated 1 matches for "declarativeauthor".
2010 Oct 07
0
Unwanted page displays in tests but not in development
Rails 2.3.9
Ruby 1.8.7
Cucumber 0.9.2
Cucumber-Rails 0.3.2
Auth_Logic 2.1.6
Declarative_Authorization 0.5.1
My project uses AuthLogic for authentication using ActiveRecord session
store and DeclarativeAuthorization for access control. I have a
requirement to provide a public interface to a particular query page
that requires no login. Thus, there is no AuthLogic session created.
If the query is successful then the response is displayed on a show page
and if not then the original input form is redisp...