Sha256: 71dd7107275818244bfd6619d86f540436c8ebf2c33e1c32d325de9eddf8c4a2

Contents?: true

Size: 828 Bytes

Versions: 6

Compression:

Stored size: 828 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
* Adds use signin/signup stuff to the navbar
* 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

6 entries across 6 versions & 1 rubygems

Version Path
happy_seed-0.0.12 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.11 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.10 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.9 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.8 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc
happy_seed-0.0.7 lib/generators/happy_seed/devise/templates/docs/README.03.devise.rdoc