Gem


AdminLTE 2 Rails Gem

AdminLTE is a premium Bootstrap theme for backend.

Installation

Add this line to your application's Gemfile:

gem 'adminlte2-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adminlte2-rails

Then, generate the default template:

$ bin/rails generate admin_lte2

Plugins

Add a new plugins

By default, there's no plugin installed. However, I've created a generator to help you install them

$ rails g admin_lte2_plugins PLUGIN_NAME

Plugins available

Plugins missing

  • [ ] ckeditor
  • [ ] datatables
  • [ ] fastclick
  • [ ] flot
  • [ ] input-mask
  • [ ] ionslider

Contributing

  1. Fork it ( https://github.com/nicolas-besnard/adminlte2-rails/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