Getting Started w/ Restful Authentication in Rails
First we need to have rails generate the framework code. This is done by executing “rails MyMovies” in the terminal. “MyMovies” is what I chose to name this application and you are free to use that or anything else. This command creates a lot of files and folders most of which are of no concern to us, but are required for the application to work properly. After this executes will want to change into the newly created MyMovies directory…

