Sha256: ecb8919b78e1f820ee43575698c46d429d8df9fea6bd9f86ec8575a4c3ab988d

Contents?: true

Size: 862 Bytes

Versions: 1

Compression:

Stored size: 862 Bytes

Contents

# Simplify::Admin::Rails
- Remove some charts plugins in simplify\_admin

## Installation
- Boostrap, font-awesome, jQuery-rails are necessary. And require them above the simplify\_admin
- jQuery <= 2.0 is needed as well. If the version bigger then 2, simplify js will get errors.

Add this line to your application's Gemfile:

```ruby
gem 'simplify-admin-rails'
gem 'jquery-rails'
gem 'font-awesome'
```

And then execute:
    $ bundle

Or install it yourself as:
    $ gem install simplify-admin-rails

## Usage
```ruby
# Add it in admin.js
//= require jquery2
//= require jquery_ujs
//= require bootstrap
//= require simplify_admin

# Add it in admin.css
/*
 *=require bootstrap
 *=require font-awesome
 *=require simplify_admin
*/
```

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplify-admin-rails-0.2.1 README.md