Rails Depot Deploy

Grading

This assignment should be done individually.

During class on 2/3/2011 or before, each student will show me their working demo and will receive a grade and feedback immediately.

Goals

To integrate user models with real authentication into a demo rails app.

Reading

Assignment

Create an application that uses at least two methods of authentication (like Twitter and Facebook) to create new and authenticate existing users. The actual application can do anything you want.

Setup

We will be using github for this assignment. Our repository is on github here: https://github.com/olin-dotcom/rails-auth.

  • Instead of branching, this time, fork the repository to your personal github account through the github web interface, right at the top there.
  • Clone your fork to your local machine instead of the master repository.
  • Then, instead of creating a new folder for your work, try this:
    • rails new 'myapp'
    • then copy the contents of 'myapp' into the forked folder when you clone
    • this way, Heroku will be happy to deploy branch 'master' from the root directory of the repository
rails_authentication.txt · Last modified: 2011/01/31 11:34 by mchang
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki