Sha256: 0b34b65b18232317705aecbd5fa3908b786614809a844ced612674d642303141
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
HappySeed Devise Install =================== ### What does this do? The happy_seed:devise generator * Installs devise * Generates a User class * Copies over devise views * Gives them bootstrap views * Installs MailPreview for the device mailer. * HTML Emails ### Why do you want this? Devise is a well tested and fully featured way to get user authentication. The generate sets things up with the defaults, but there are a lot more things to tweak if you are interested. ### Environment Variables na ### What needs to be done? Take a look at the user model to see if you want to configure any other features in devise. Look at the migration to see if there are any other fields you wish the users to have. Once you feel good about it run "rake db:migrate" and you should be good to go. For more information on devise please consult the docs [here.](https://github.com/plataformatec/devise)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_seed-0.0.21 | lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc |