Sha256: 73784e8f0fb27c6fce8a41e4ed9d8db4f53b00c5e660bf4529cadd770b198698

Contents?: true

Size: 933 Bytes

Versions: 2

Compression:

Stored size: 933 Bytes

Contents

# SeemsRateable

Star rating gem for Rails application using jQuery plugin jRating

## Demo

<a href="http://rateable.herokuapp.com/">Demo</a> application, requires to sign up before rating 

## Instructions

### Installation

Add this line to your application's Gemfile:

    gem 'seems_rateable'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install seems_rateable

### Generation

    $ rails g seems_rateable User
    
Generator takes one argument which is name of an existing user model e.g User, Client, Player ... <br>
The generator creates necessary model, controller and asset files. It also creates route and migration files that are already migrated

### 


## Contributing

1. Fork it
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 new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
seems_rateable-1.0.4 README.md
seems_rateable-1.0.3 README.md