Project

lte-rails

0.01
No commit activity in last 3 years
No release in over 3 years
This gem provides all the assets for Admin LTE for use in a rails project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 2.6
~> 10.0
~> 3

Runtime

 Project Readme

AdminLTE gem for Rails

This is a gem for using the AdminLTE template within a Rails project.

This gem is currently using AvminLTE v2.3.5.

To use, add this to your Gemfile:

gem 'lte-rails'

and add this (changing the skin name to anything you want or adding more) to your application.css:

 *= require lte-rails
 *= require AdminLTE/skins/skin-blue

Notes

This gem uses the main AdminLTE github repo to re-generate the gem from them by dynamically patching so that the assets work properly within the Rails environment.

This gem is not supporting the Javascript parts, yet.