AdminLTE is a premium Bootstrap theme for backend.
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
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
- jVectorMap (j_vector_map)
- ChartJS (chart_js)
- Sparkline (sparkline)
- Bootstrap Slider (bootstrap_slider)
- Bootstrap WYSIHTML5 (bootstrap_wysihtml5)
- Full Calendar (fullcalendar)
- Knob (knob)
- TimePicker (timepicker)
- Pace (pace)
- MorrisJS (morris)
- Date Range Picker (daterangepicker)
- Color Picker (colorpicker)
- Date Picker (datepicker)
- slimScroll (slimScroll)
- iCheck (icheck)
- Toastr (toastr)
- ckeditor
- datatables
- fastclick
- flot
- input-mask
- ionslider
- Fork it ( https://github.com/nicolas-besnard/adminlte2-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request