Tutorials for photoshop, javascript, php, html, css, flash, and more!

tutorials for photoshop, javascript, and php
   The Machine | Search for a cog | Submit a cog

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…

Click here for this Tutorial!