Sha256: e5a4313505552d1703dbfa4a7be98cd8a0b1bbff0453e1b5f963363ac5b89f96

Contents?: true

Size: 803 Bytes

Versions: 6

Compression:

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

## Writing tests

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
happy_seed-0.0.19 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.18 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.17 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.16 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.15 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.14 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc