Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
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-apiI 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 deviseI 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 deviseI am trying to save the http_referer so I can send the user back to that url after he …
ruby-on-rails authlogicI'm currently running on a Ruby on Rails app with Authlogic handling my authentication and user management. I'm struggling to …
ruby-on-rails authlogicCan you suggest some working example of it? I tried Authlogic and Devise withous success.
ruby-on-rails facebook openid ruby-on-rails-3 authlogicI've previously implemented Authlogic for authorization on my site. Now however I wish to switch over to using Devise instead, …
ruby-on-rails authlogic deviseI need a very granular authorization system that works seamlessly with Authlogic. I've tried these gems/plugins so far: Lockdown …
ruby-on-rails authorization authlogicI get this error when trying to register a new user. NoMethodError (undefined method save' for nil:NilClass): app/controllers/…
ruby-on-rails authlogic declarative-authorizationI am using authlogic-connect in Rails. I am using a simple haml template where i dont want to show the …
ruby regex authlogic haml ruby-on-rails-3