Building the Authentication structure
Since I’m still a noob with Rails, I’m attempting to use a plug in for the Authentication model. This will help me understand complex Rails apps, as well as speed up development. Once I get this in place, I’ll start sketching out the HTML layouts for the entire app, then build the rest of the backend.
I’ve chosen Devise, found here: http://github.com/plataformatec/devise
