Top "Authlogic" questions

Authlogic is a clean, simple, and unobtrusive ruby authentication solution.

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

I am using Authlogic-Connect for third party logins. After running appropriate migrations, Twitter/Google/yahoo logins seem to work fine …

ruby-on-rails ruby ssl authlogic facebook-graph-api
How to manually create a new user and user session in Devise?

I have a form where I collect a lot of information in Rails. Part of this form is fields for …

ruby-on-rails ruby-on-rails-3 authlogic devise
Rails 3 Authentication: Authlogic vs Devise

I have always used Authlogic in Rails 2.3 but now that I am using Rails 3 I think I might try out …

ruby-on-rails-3 authlogic devise
Ruby on Rails - request.env['HTTP_REFERER'] returns nil

I am trying to save the http_referer so I can send the user back to that url after he …

ruby-on-rails authlogic
Ruby on Rails: Best way to add Facebook login, Twitter login, OpenID login, etc

I'm currently running on a Ruby on Rails app with Authlogic handling my authentication and user management. I'm struggling to …

ruby-on-rails authlogic
Rails 3 authentication with OpenID, Twitter or Facebook

Can you suggest some working example of it? I tried Authlogic and Devise withous success.

ruby-on-rails facebook openid ruby-on-rails-3 authlogic
Migrating from Authlogic to Devise

I've previously implemented Authlogic for authorization on my site. Now however I wish to switch over to using Devise instead, …

ruby-on-rails authlogic devise
Rails: Authorization with Authlogic

I need a very granular authorization system that works seamlessly with Authlogic. I've tried these gems/plugins so far: Lockdown …

ruby-on-rails authorization authlogic
undefined method `save' for nil:NilClass

I get this error when trying to register a new user. NoMethodError (undefined method save' for nil:NilClass): app/controllers/…

ruby-on-rails authlogic declarative-authorization