I have a model \'Asset\' and, on the show page, I have this: { :controller \'looks\', :action => \'whatever\' } %>
Just wondering what people would suggest for an approach for a WinForms client that will have to interact with my web application (ruby on rails, which will use AuthLogic for authentication).
Pretty much have the Authlogic example type rails app setup.I\'m getting the following error when I click on the registered link.From a generic point of view I can\'t quite see how the view \"form.lab
Is there any way I can get authlogic to send email to my subscribers after they hav开发者_开发问答e registered so that they can confirm their account?It seems like this Blogpost describes what you wan
I\'ve managed to setup authlogic, and quite nice it appears too. Is it secure enough out of the box? I haven\'t rea开发者_StackOverflow中文版lly configured it too much. I\'m going to be using it on a
I am implementing an internal site, for which I want our company\'s OpenID server to be the only means of registering and logging in. To be more specific, I don\'t even want a normal email and passwor
I have auto registration working with authlogic using gaizka\'s version of authlogic_openid which I found on Github since pelle\'s original addition of the feature seemed to cause issues.
Im trying to set up my a开发者_Go百科pp to work with authlogic.. the thing is, other than the fields authlogic is supposed to use I want to keep in my database other attributes
I want to test my User Session Controller testing that a user session is first built then saved. My UserSession class looks like this:
I\'m using Authlogic for authentication in my app, using the standard User and UserSession models.I\'m building an API into my app, and I want to authenticate API access with a single access token.In