forked from railscasts/250-authentication-from-scratch
-
Notifications
You must be signed in to change notification settings - Fork 0
rubuntu/250-authentication-from-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- Ruby 67.9%
- HTML 15.2%
- JavaScript 8.9%
- CSS 5.2%
- SCSS 1.7%
- CoffeeScript 1.1%