Tag Archive ‘rails engines’

 

Shane on Mar 8th, 2006How to persist Rails sessions via cookies using the Login Engine plugin

I absolutely can't stand having to log in to web applications on every visit. If I manage to remember what login I used, I'm not going to remember the password. It's just one more unnecessary step that I don't want to take.
If you're building a Ruby on Rails application that requires authentication, you're probably [...]