Make a basic User model (including secure passwords)
Showing
| ... | @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0' | ... | @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0' |
| gem 'sdoc', '~> 0.4.0', group: :doc | gem 'sdoc', '~> 0.4.0', group: :doc | ||
| # Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
| # gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
| # Use Unicorn as the app server | # Use Unicorn as the app server | ||
| # gem 'unicorn' | # gem 'unicorn' | ||
| ... | ... |
Please
register
or
sign in
to comment