Sha256: 121429664337c540d62161472860a8ae8d596aefb6ac68f33fa25af38d4e6ae8

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 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.

### 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
happy_seed-0.0.13 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc