Sha256: a3fef7cf03b7f3a052ef8021e9007b42b26b325c70c620dfcb0e8e82b198b332

Contents?: true

Size: 840 Bytes

Versions: 4

Compression:

Stored size: 840 Bytes

Contents

# CarnivalDeviseViews

Generate Devise Views for Carnival applications

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'carnival_devise_views'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install carnival_devise_views

## Usage
    $ rails g carnival_devise_views:install

## Options
### Folder Name
    $ rails g carnival_devise_views:install admin_user

### Haml Views
    $ rails g carnival_devise_views:install --haml

### Sass
    $ rails g carnival_devise_views:install --sass


## Contributing

1. Fork it ( https://github.com/Vizir/carnival_devise_views/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
carnival_devise_views-0.0.5 README.md
carnival_devise_views-0.0.4 README.md
carnival_devise_views-0.0.3 README.md
carnival_devise_views-0.0.2 README.md