Skip to content

railscasts/250-authentication-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a184f22 · Feb 26, 2012

History

2 Commits
Jul 29, 2011
Feb 26, 2012
Jul 29, 2011

Repository files navigation

Railscasts Episode #250: Authentication from Scratch

http://railscasts.com/episodes/250

Commands

  rails g controller users new
  rails g model user email:string password_hash:string password_salt:string
  rake db:migrate
  rails dbconsole
  rails g controller sessions new

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2