Skip to content

buoyant/episode-250

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

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