adminlte2assets-rails 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +244 -0
- data/Rakefile +2 -0
- data/adminlte2assets-rails.gemspec +42 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/adminlte2assets/rails/engine.rb +7 -0
- data/lib/adminlte2assets/rails/version.rb +5 -0
- data/lib/adminlte2assets/rails.rb +8 -0
- data/lib/adminlte2assets-rails.rb +7 -0
- data/vendor/assets/images/avatar.png +0 -0
- data/vendor/assets/images/avatar04.png +0 -0
- data/vendor/assets/images/avatar2.png +0 -0
- data/vendor/assets/images/avatar3.png +0 -0
- data/vendor/assets/images/avatar5.png +0 -0
- data/vendor/assets/images/boxed-bg.jpg +0 -0
- data/vendor/assets/images/boxed-bg.png +0 -0
- data/vendor/assets/images/credit/american-express.png +0 -0
- data/vendor/assets/images/credit/cirrus.png +0 -0
- data/vendor/assets/images/credit/mastercard.png +0 -0
- data/vendor/assets/images/credit/mestro.png +0 -0
- data/vendor/assets/images/credit/paypal.png +0 -0
- data/vendor/assets/images/credit/paypal2.png +0 -0
- data/vendor/assets/images/credit/visa.png +0 -0
- data/vendor/assets/images/default-50x50.gif +0 -0
- data/vendor/assets/images/icons.png +0 -0
- data/vendor/assets/images/ionslider/sprite-skin-flat.png +0 -0
- data/vendor/assets/images/ionslider/sprite-skin-nice.png +0 -0
- data/vendor/assets/images/photo1.png +0 -0
- data/vendor/assets/images/photo2.png +0 -0
- data/vendor/assets/images/photo3.jpg +0 -0
- data/vendor/assets/images/photo4.jpg +0 -0
- data/vendor/assets/images/user1-128x128.jpg +0 -0
- data/vendor/assets/images/user2-160x160.jpg +0 -0
- data/vendor/assets/images/user3-128x128.jpg +0 -0
- data/vendor/assets/images/user4-128x128.jpg +0 -0
- data/vendor/assets/images/user5-128x128.jpg +0 -0
- data/vendor/assets/images/user6-128x128.jpg +0 -0
- data/vendor/assets/images/user7-128x128.jpg +0 -0
- data/vendor/assets/images/user8-128x128.jpg +0 -0
- data/vendor/assets/javascript/AdminLTE/app.min.js +13 -0
- data/vendor/assets/javascript/AdminLTE/plugins/bootstrap-slider/bootstrap-slider.js +1576 -0
- data/vendor/assets/javascript/AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js +14975 -0
- data/vendor/assets/javascript/AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js +8 -0
- data/vendor/assets/javascript/AdminLTE/plugins/chartjs/Chart.js +3736 -0
- data/vendor/assets/javascript/AdminLTE/plugins/chartjs/Chart.min.js +11 -0
- data/vendor/assets/javascript/AdminLTE/plugins/colorpicker/bootstrap-colorpicker.js +1079 -0
- data/vendor/assets/javascript/AdminLTE/plugins/colorpicker/bootstrap-colorpicker.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/bootstrap-datepicker.js +1671 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ar.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.az.js +12 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.bg.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ca.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.cs.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.cy.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.da.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.de.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.el.js +13 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.es.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.et.js +18 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.fa.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.fi.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.fr.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.gl.js +11 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.he.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.hr.js +13 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.hu.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.id.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.is.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.it.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ja.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ka.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.kk.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.kr.js +13 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.lt.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.lv.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.mk.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ms.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.nb.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.nl.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.no.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.pl.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.pt.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ro.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.rs.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ru.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.sk.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.sl.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.sq.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.sv.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.sw.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.th.js +14 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.tr.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.ua.js +15 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.vi.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js +17 -0
- data/vendor/assets/javascript/AdminLTE/plugins/daterangepicker/daterangepicker.js +1542 -0
- data/vendor/assets/javascript/AdminLTE/plugins/daterangepicker/moment.js +3111 -0
- data/vendor/assets/javascript/AdminLTE/plugins/daterangepicker/moment.min.js +7 -0
- data/vendor/assets/javascript/AdminLTE/plugins/fastclick/fastclick.js +841 -0
- data/vendor/assets/javascript/AdminLTE/plugins/fastclick/fastclick.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/excanvas.js +1427 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/excanvas.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.colorhelpers.js +180 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.colorhelpers.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.canvas.js +345 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.canvas.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.categories.js +190 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.categories.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.crosshair.js +176 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.crosshair.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.errorbars.js +353 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.errorbars.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.fillbetween.js +226 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.fillbetween.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.image.js +241 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.image.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.js +3137 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.min.js +2 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.navigate.js +346 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.navigate.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.pie.js +817 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.pie.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.resize.js +60 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.resize.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.selection.js +360 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.selection.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.stack.js +188 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.stack.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.symbol.js +71 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.symbol.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.threshold.js +142 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.threshold.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.time.js +429 -0
- data/vendor/assets/javascript/AdminLTE/plugins/flot/jquery.flot.time.min.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/fullcalendar/fullcalendar.js +9732 -0
- data/vendor/assets/javascript/AdminLTE/plugins/fullcalendar/fullcalendar.min.js +8 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.date.extensions.js +488 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.extensions.js +122 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.js +1627 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.numeric.extensions.js +177 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.phone.extensions.js +50 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/jquery.inputmask.regex.extensions.js +169 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/phone-codes/phone-be.json +45 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/phone-codes/phone-codes.json +294 -0
- data/vendor/assets/javascript/AdminLTE/plugins/input-mask/phone-codes/readme.txt +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/ionslider/ion.rangeSlider.min.js +76 -0
- data/vendor/assets/javascript/AdminLTE/plugins/jQueryUI/jquery-ui.js +16617 -0
- data/vendor/assets/javascript/AdminLTE/plugins/jQueryUI/jquery-ui.min.js +13 -0
- data/vendor/assets/javascript/AdminLTE/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
- data/vendor/assets/javascript/AdminLTE/plugins/jvectormap/jquery-jvectormap-usa-en.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
- data/vendor/assets/javascript/AdminLTE/plugins/knob/jquery.knob.js +805 -0
- data/vendor/assets/javascript/AdminLTE/plugins/morris/morris.js +1892 -0
- data/vendor/assets/javascript/AdminLTE/plugins/morris/morris.min.js +7 -0
- data/vendor/assets/javascript/AdminLTE/plugins/pace/pace.js +935 -0
- data/vendor/assets/javascript/AdminLTE/plugins/pace/pace.min.js +2 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ar.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/az.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/bg.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ca.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/cs.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/da.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/de.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/el.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/en.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/es.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/et.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/eu.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/fa.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/fi.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/fr.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/gl.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/he.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/hi.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/hr.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/hu.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/id.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/is.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/it.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ja.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/km.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ko.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/lt.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/lv.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/mk.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ms.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/nb.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/nl.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/pl.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/pt-BR.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/pt.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ro.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/ru.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/sk.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/sr-Cyrl.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/sr.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/sv.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/th.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/tr.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/uk.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/vi.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/zh-CN.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/i18n/zh-TW.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/select2.full.js +6436 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/select2.full.min.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/select2.js +5725 -0
- data/vendor/assets/javascript/AdminLTE/plugins/select2/select2.min.js +3 -0
- data/vendor/assets/javascript/AdminLTE/plugins/slimScroll/jquery.slimscroll.js +474 -0
- data/vendor/assets/javascript/AdminLTE/plugins/slimScroll/jquery.slimscroll.min.js +16 -0
- data/vendor/assets/javascript/AdminLTE/plugins/sparkline/jquery.sparkline.js +3054 -0
- data/vendor/assets/javascript/AdminLTE/plugins/sparkline/jquery.sparkline.min.js +5 -0
- data/vendor/assets/javascript/AdminLTE/plugins/timepicker/bootstrap-timepicker.js +903 -0
- data/vendor/assets/javascript/AdminLTE/plugins/timepicker/bootstrap-timepicker.min.js +5 -0
- data/vendor/assets/javascript/AdminLTE.js +4 -0
- data/vendor/assets/stylesheets/AdminLTE/AdminLTE.min.css +7 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/bootstrap-slider/slider.css +282 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css +117 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css +3 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/bootstrap-colorpicker.css +251 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/bootstrap-colorpicker.min.css +9 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/img/alpha-horizontal.png +0 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/img/alpha.png +0 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/img/hue-horizontal.png +0 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/img/hue.png +0 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/colorpicker/img/saturation.png +0 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/datepicker/datepicker3.css +790 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/daterangepicker/daterangepicker.css +232 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/fullcalendar/fullcalendar.css +977 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/fullcalendar/fullcalendar.min.css +5 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/fullcalendar/fullcalendar.print.css +202 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/ionslider/ion.rangeSlider.css +149 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/ionslider/ion.rangeSlider.skinFlat.css +106 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/ionslider/ion.rangeSlider.skinNice.css +102 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/jvectormap/jquery-jvectormap-1.2.2.css +40 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/morris/morris.css +2 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/pace/pace.css +85 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/pace/pace.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/select2/select2.css +484 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/select2/select2.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/timepicker/bootstrap-timepicker.css +121 -0
- data/vendor/assets/stylesheets/AdminLTE/plugins/timepicker/bootstrap-timepicker.min.css +10 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/_all-skins.css +1770 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/_all-skins.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-black-light.css +173 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-black-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-black.css +158 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-black.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue-light.css +164 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue.css +139 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-blue.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-green-light.css +153 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-green-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-green.css +131 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-green.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple-light.css +153 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple.css +131 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-purple.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-red-light.css +153 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-red-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-red.css +131 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-red.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow-light.css +153 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow-light.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow.css +131 -0
- data/vendor/assets/stylesheets/AdminLTE/skins/skin-yellow.min.css +1 -0
- data/vendor/assets/stylesheets/AdminLTE.scss +5 -0
- metadata +474 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5fbb7045d553025fe9e4d5949dcd302870c6ea71
|
4
|
+
data.tar.gz: 67ea6343f9f570f796c245f2a9e4d345ba216b0e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 68e9d29d242c99c30e6bf7a6503e0ca101a033eae66e073cd42ef42327a64ba60702f3a126972594827833105ab836df4734584ce77ea4d9f339073c1076aceb
|
7
|
+
data.tar.gz: c4ab7823b40a28eb9e48172b2d91b79319d97b295a724f9c47094d0da13eeaade1e93cdeca517c77904ce3e3965641534d7641da6b39cb4eb80b60c4056678aa
|
data/.gitignore
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# Contributor Code of Conduct
|
2
|
+
|
3
|
+
As contributors and maintainers of this project, and in the interest of
|
4
|
+
fostering an open and welcoming community, we pledge to respect all people who
|
5
|
+
contribute through reporting issues, posting feature requests, updating
|
6
|
+
documentation, submitting pull requests or patches, and other activities.
|
7
|
+
|
8
|
+
We are committed to making participation in this project a harassment-free
|
9
|
+
experience for everyone, regardless of level of experience, gender, gender
|
10
|
+
identity and expression, sexual orientation, disability, personal appearance,
|
11
|
+
body size, race, ethnicity, age, religion, or nationality.
|
12
|
+
|
13
|
+
Examples of unacceptable behavior by participants include:
|
14
|
+
|
15
|
+
* The use of sexualized language or imagery
|
16
|
+
* Personal attacks
|
17
|
+
* Trolling or insulting/derogatory comments
|
18
|
+
* Public or private harassment
|
19
|
+
* Publishing other's private information, such as physical or electronic
|
20
|
+
addresses, without explicit permission
|
21
|
+
* Other unethical or unprofessional conduct
|
22
|
+
|
23
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
24
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
25
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
26
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
27
|
+
threatening, offensive, or harmful.
|
28
|
+
|
29
|
+
By adopting this Code of Conduct, project maintainers commit themselves to
|
30
|
+
fairly and consistently applying these principles to every aspect of managing
|
31
|
+
this project. Project maintainers who do not follow or enforce the Code of
|
32
|
+
Conduct may be permanently removed from the project team.
|
33
|
+
|
34
|
+
This code of conduct applies both within project spaces and in public spaces
|
35
|
+
when an individual is representing the project or its community.
|
36
|
+
|
37
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
38
|
+
reported by contacting a project maintainer at bartosz.grzesiak@gmail.com. All
|
39
|
+
complaints will be reviewed and investigated and will result in a response that
|
40
|
+
is deemed necessary and appropriate to the circumstances. Maintainers are
|
41
|
+
obligated to maintain confidentiality with regard to the reporter of an
|
42
|
+
incident.
|
43
|
+
|
44
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
45
|
+
version 1.3.0, available at
|
46
|
+
[http://contributor-covenant.org/version/1/3/0/][version]
|
47
|
+
|
48
|
+
[homepage]: http://contributor-covenant.org
|
49
|
+
[version]: http://contributor-covenant.org/version/1/3/0/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016 Bartosz Grzesiak
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,244 @@
|
|
1
|
+
# Adminlte2 assets Rails gem
|
2
|
+
|
3
|
+
This gem integrates [AdminLTE](https://github.com/almasaeed2010/AdminLTE) theme with Rails assets pipeline
|
4
|
+
|
5
|
+
AdminLTE version: [v2.3.6](https://github.com/almasaeed2010/AdminLTE/tree/v2.3.6)
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add this line to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'adminlte2assets-rails'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install adminlte2assets-rails
|
22
|
+
|
23
|
+
## Usage
|
24
|
+
|
25
|
+
This gem uses the "bootstrap-sass' and 'jquery-rails'. They are automatically added so there is no need to add them to 'Gemfile'
|
26
|
+
|
27
|
+
### JavaScript
|
28
|
+
|
29
|
+
//= require AdminLTE
|
30
|
+
|
31
|
+
### Stylesheet
|
32
|
+
|
33
|
+
@import "AdminLTE";
|
34
|
+
@import "AdminLTE/skins/all-skins.min";
|
35
|
+
|
36
|
+
### Plugins
|
37
|
+
|
38
|
+
1. Bootstrap Slider
|
39
|
+
|
40
|
+
**JavaScript**
|
41
|
+
```javascript
|
42
|
+
//= require AdminLTE/plugins/bootstrap-slider/bootstrap-slider
|
43
|
+
```
|
44
|
+
**Stylesheet**
|
45
|
+
```
|
46
|
+
@import AdminLTE/plugins/bootstrap-slider/slider
|
47
|
+
```
|
48
|
+
|
49
|
+
[See documentation bootsrap-slider](https://github.com/seiyria/bootstrap-slider)
|
50
|
+
|
51
|
+
2. Bootstrap WYSIHTML5
|
52
|
+
|
53
|
+
**JavaScript**
|
54
|
+
```javascript
|
55
|
+
//= require AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all
|
56
|
+
```
|
57
|
+
**Stylesheet**
|
58
|
+
```
|
59
|
+
@import AdminLTE/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5
|
60
|
+
```
|
61
|
+
|
62
|
+
[See documentation bootstrap-wysihtml5](http://jhollingworth.github.io/bootstrap-wysihtml5/)
|
63
|
+
3. ChartJS
|
64
|
+
|
65
|
+
**JavaScript**
|
66
|
+
```javascript
|
67
|
+
//= require AdminLTE/plugins/chartjs/chart
|
68
|
+
```
|
69
|
+
[See documentation Chart.js](https://github.com/nnnick/Chart.js/)
|
70
|
+
4. Color picker
|
71
|
+
|
72
|
+
> Not implemented yet
|
73
|
+
|
74
|
+
5. Date picker
|
75
|
+
|
76
|
+
**JavaScript**
|
77
|
+
```javascript
|
78
|
+
//= require AdminLTE/plugins/datepicker/bootstrap-datepicker
|
79
|
+
//= require AdminLTE/plugins/datepicker/locales/bootstrap-datepicker.pl
|
80
|
+
```
|
81
|
+
**Stylesheet**
|
82
|
+
```
|
83
|
+
@import AdminLTE/plugins/datepicker/datepicker3
|
84
|
+
```
|
85
|
+
[See documentation bootstrap-datepicker](http://bootstrap-datepicker.readthedocs.org/)
|
86
|
+
6. Date range picker
|
87
|
+
|
88
|
+
**JavaScript**
|
89
|
+
```javascript
|
90
|
+
//= require AdminLTE/plugins/daterangepicker/moment
|
91
|
+
//= require AdminLTE/plugins/daterangepicker/daterangepicker
|
92
|
+
```
|
93
|
+
**Stylesheet**
|
94
|
+
```
|
95
|
+
@import AdminLTE/plugins/daterangepicker/daterangepicker
|
96
|
+
```
|
97
|
+
[See documentation bootstrap-daterangepicker](http://www.daterangepicker.com/)
|
98
|
+
7. Fastclick
|
99
|
+
|
100
|
+
**JavaScript**
|
101
|
+
```javascript
|
102
|
+
//= require AdminLTE/plugins/fastclick/fastclick
|
103
|
+
```
|
104
|
+
[See documentation fastclick](https://ftlabs.github.io/fastclick/)
|
105
|
+
8. flot
|
106
|
+
|
107
|
+
**JavaScript**
|
108
|
+
```javascript
|
109
|
+
//= require AdminLTE/plugins/flot/jquery.flot
|
110
|
+
```
|
111
|
+
[See documentation flot](http://www.flotcharts.org/)
|
112
|
+
9. FullCalendar
|
113
|
+
|
114
|
+
**JavaScript**
|
115
|
+
```javascript
|
116
|
+
//= require AdminLTE/plugins/fullcalendar/fullcalendar
|
117
|
+
```
|
118
|
+
**Stylesheet**
|
119
|
+
```
|
120
|
+
@import AdminLTE/plugins/fullcalendar/fullcalendar
|
121
|
+
@import AdminLTE/plugins/fullcalendar/fullcalendar.print
|
122
|
+
```
|
123
|
+
[See documentation FullCalendar](http://fullcalendar.io/)
|
124
|
+
10. Jquery.inputmask
|
125
|
+
|
126
|
+
**JavaScript**
|
127
|
+
```javascript
|
128
|
+
//= require AdminLTE/plugins/input-mask/jquery.inputmask
|
129
|
+
```
|
130
|
+
[See documentation Jquery.inputmask](http://robinherbots.github.io/jquery.inputmask/)
|
131
|
+
11. ion.rangeSlider
|
132
|
+
|
133
|
+
**JavaScript**
|
134
|
+
```javascript
|
135
|
+
//= require AdminLTE/plugins/ionslider/ion.rangeSlider.min
|
136
|
+
```
|
137
|
+
**Stylesheet**
|
138
|
+
```
|
139
|
+
@import AdminLTE/plugins/ionslider/ion.rangeSlider
|
140
|
+
@import AdminLTE/plugins/ionslider/ion.rangeSlider.skinFlat
|
141
|
+
```
|
142
|
+
[See documentation ion.rangeSlider](http://ionden.com/a/plugins/ion.rangeSlider/en.html)
|
143
|
+
12. jVectorMap
|
144
|
+
|
145
|
+
**JavaScript**
|
146
|
+
```javascript
|
147
|
+
//= require AdminLTE/plugins/jvectormap/jquery-jvectormap-1.2.2.min
|
148
|
+
//= require AdminLTE/plugins/jvectormap/jquery-jvectormap-world-mill-en
|
149
|
+
```
|
150
|
+
**Stylesheet**
|
151
|
+
```
|
152
|
+
@import AdminLTE/plugins/jvectormap/jquery-jvectormap-1.2.2
|
153
|
+
```
|
154
|
+
[See documentation jVectorMap](http://jvectormap.com/)
|
155
|
+
13. Knob
|
156
|
+
|
157
|
+
**JavaScript**
|
158
|
+
```javascript
|
159
|
+
//= require AdminLTE/plugins/knob/jquery.knob
|
160
|
+
```
|
161
|
+
[See documentation jQuery Knob](http://anthonyterrien.com/knob/)
|
162
|
+
14. morris.js
|
163
|
+
|
164
|
+
**JavaScript**
|
165
|
+
```javascript
|
166
|
+
//= require AdminLTE/plugins/morris/morris
|
167
|
+
```
|
168
|
+
**Stylesheet**
|
169
|
+
```
|
170
|
+
@import AdminLTE/plugins/morris/morris
|
171
|
+
```
|
172
|
+
[See documentation morris.js](http://morrisjs.github.io/morris.js/)
|
173
|
+
15. Pace
|
174
|
+
|
175
|
+
**JavaScript**
|
176
|
+
```javascript
|
177
|
+
//= require AdminLTE/plugins/pace/pace
|
178
|
+
```
|
179
|
+
**Stylesheet**
|
180
|
+
```
|
181
|
+
@import AdminLTE/plugins/pace/pace
|
182
|
+
```
|
183
|
+
[See documentation pace](http://github.hubspot.com/pace/docs/welcome/)
|
184
|
+
16. select2
|
185
|
+
|
186
|
+
**JavaScript**
|
187
|
+
```javascript
|
188
|
+
//= require AdminLTE/plugins/select2/select2.full
|
189
|
+
//= require AdminLTE/plugins/select2/i18n/en
|
190
|
+
```
|
191
|
+
**Stylesheet**
|
192
|
+
```
|
193
|
+
@import AdminLTE/plugins/chartjs/select2
|
194
|
+
```
|
195
|
+
[See documentation select2](https://select2.github.io)
|
196
|
+
17. jQuery-slimScroll
|
197
|
+
|
198
|
+
**JavaScript**
|
199
|
+
```javascript
|
200
|
+
//= require AdminLTE/plugins/slimScroll/jquery.slimscroll
|
201
|
+
```
|
202
|
+
[See documentation jQuery-slimScroll](http://rocha.la/jQuery-slimScroll)
|
203
|
+
18. jQuery Sparklines
|
204
|
+
|
205
|
+
**JavaScript**
|
206
|
+
```javascript
|
207
|
+
//= require AdminLTE/plugins/sparkline/jquery.sparkline
|
208
|
+
```
|
209
|
+
[See documentation jQuery Sparklines](http://omnipotent.net/jquery.sparkline/#s-docs)
|
210
|
+
19. Bootstrap Timepicker
|
211
|
+
|
212
|
+
**JavaScript**
|
213
|
+
```javascript
|
214
|
+
//= require AdminLTE/plugins/timepicker/bootstrap-timepicker
|
215
|
+
```
|
216
|
+
**Stylesheet**
|
217
|
+
```
|
218
|
+
@import AdminLTE/plugins/timepicker/bootstrap-timepicker
|
219
|
+
```
|
220
|
+
[See documentation Boostartap Timepcker](http://jdewit.github.io/bootstrap-timepicker/)
|
221
|
+
|
222
|
+
20. Ckeditor
|
223
|
+
|
224
|
+
We use the gem ['ckeditor'](https://rubygems.org/gems/ckeditor), which is installed automatically and there is no need to add it to 'Gemfile'
|
225
|
+
21. iCheck
|
226
|
+
|
227
|
+
We use the gem ['icheck-rails'](https://rubygems.org/gems/icheck-rails), which is installed automatically and there is no need to add it to 'Gemfile'
|
228
|
+
22. DataTables
|
229
|
+
|
230
|
+
We use the gem ['datatablesassets-rails'](https://rubygems.org/gems/datatablesassets-rails), which is installed automatically and there is no need to add it to 'Gemfile'
|
231
|
+
|
232
|
+
## Contributing
|
233
|
+
|
234
|
+
1. [Fork it](https://github.com/wendrowycz/adminlte2assets-rails)
|
235
|
+
2. Create your feature branch (`git checkout -b my-new-feature`)
|
236
|
+
3. Commit your changes (`git commit -am 'Added some feature'`)
|
237
|
+
4. Push to the branch (`git push origin my-new-feature`)
|
238
|
+
5. Create new Pull Request
|
239
|
+
|
240
|
+
|
241
|
+
## License
|
242
|
+
|
243
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
244
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'adminlte2assets/rails/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "adminlte2assets-rails"
|
8
|
+
spec.version = Adminlte2assets::Rails::VERSION
|
9
|
+
spec.authors = ["Bartosz Grzesiak"]
|
10
|
+
spec.email = ["bartosz.grzesiak@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{Integrates the AdminLTE theme with the Rails asset pipeline}
|
13
|
+
spec.description = %q{AdminLTE is a premium Bootstrap theme for Backend.}
|
14
|
+
spec.homepage = "https://github.com/wendrowycz/adminlte2assets-rails"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
18
|
+
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
19
|
+
# if spec.respond_to?(:metadata)
|
20
|
+
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
21
|
+
# else
|
22
|
+
# raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
23
|
+
# end
|
24
|
+
|
25
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
26
|
+
spec.bindir = "exe"
|
27
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
|
+
spec.require_paths = ["lib"]
|
29
|
+
|
30
|
+
spec.add_runtime_dependency "railties", "~> 4.1"
|
31
|
+
spec.add_runtime_dependency "jquery-rails", "~> 4.1"
|
32
|
+
spec.add_runtime_dependency "bootstrap-sass", "~> 3.3"
|
33
|
+
spec.add_runtime_dependency "sass-rails", "~> 5.0"
|
34
|
+
spec.add_runtime_dependency "font-awesome-rails", "~> 4.6"
|
35
|
+
spec.add_runtime_dependency "font-ionicons-rails", "~> 2.0"
|
36
|
+
spec.add_runtime_dependency "ckeditor", "~> 4.2"
|
37
|
+
spec.add_runtime_dependency "icheck-rails", "~> 1.0"
|
38
|
+
spec.add_runtime_dependency "datatabesassets-rails", "~> 1.0"
|
39
|
+
|
40
|
+
spec.add_development_dependency "bundler", "~> 1.12"
|
41
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
42
|
+
end
|
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "adminlte2assets/rails"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start
|
data/bin/setup
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,13 @@
|
|
1
|
+
/*! AdminLTE app.js
|
2
|
+
* ================
|
3
|
+
* Main JS application file for AdminLTE v2. This file
|
4
|
+
* should be included in all pages. It controls some layout
|
5
|
+
* options and implements exclusive AdminLTE plugins.
|
6
|
+
*
|
7
|
+
* @Author Almsaeed Studio
|
8
|
+
* @Support <http://www.almsaeedstudio.com>
|
9
|
+
* @Email <abdullah@almsaeedstudio.com>
|
10
|
+
* @version 2.3.6
|
11
|
+
* @license MIT <http://opensource.org/licenses/MIT>
|
12
|
+
*/
|
13
|
+
function _init(){"use strict";$.AdminLTE.layout={activate:function(){var a=this;a.fix(),a.fixSidebar(),$(window,".wrapper").resize(function(){a.fix(),a.fixSidebar()})},fix:function(){var a=$(".main-header").outerHeight()+$(".main-footer").outerHeight(),b=$(window).height(),c=$(".sidebar").height();if($("body").hasClass("fixed"))$(".content-wrapper, .right-side").css("min-height",b-$(".main-footer").outerHeight());else{var d;b>=c?($(".content-wrapper, .right-side").css("min-height",b-a),d=b-a):($(".content-wrapper, .right-side").css("min-height",c),d=c);var e=$($.AdminLTE.options.controlSidebarOptions.selector);"undefined"!=typeof e&&e.height()>d&&$(".content-wrapper, .right-side").css("min-height",e.height())}},fixSidebar:function(){return $("body").hasClass("fixed")?("undefined"==typeof $.fn.slimScroll&&window.console&&window.console.error("Error: the fixed layout requires the slimscroll plugin!"),void($.AdminLTE.options.sidebarSlimScroll&&"undefined"!=typeof $.fn.slimScroll&&($(".sidebar").slimScroll({destroy:!0}).height("auto"),$(".sidebar").slimscroll({height:$(window).height()-$(".main-header").height()+"px",color:"rgba(0,0,0,0.2)",size:"3px"})))):void("undefined"!=typeof $.fn.slimScroll&&$(".sidebar").slimScroll({destroy:!0}).height("auto"))}},$.AdminLTE.pushMenu={activate:function(a){var b=$.AdminLTE.options.screenSizes;$(document).on("click",a,function(a){a.preventDefault(),$(window).width()>b.sm-1?$("body").hasClass("sidebar-collapse")?$("body").removeClass("sidebar-collapse").trigger("expanded.pushMenu"):$("body").addClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").hasClass("sidebar-open")?$("body").removeClass("sidebar-open").removeClass("sidebar-collapse").trigger("collapsed.pushMenu"):$("body").addClass("sidebar-open").trigger("expanded.pushMenu")}),$(".content-wrapper").click(function(){$(window).width()<=b.sm-1&&$("body").hasClass("sidebar-open")&&$("body").removeClass("sidebar-open")}),($.AdminLTE.options.sidebarExpandOnHover||$("body").hasClass("fixed")&&$("body").hasClass("sidebar-mini"))&&this.expandOnHover()},expandOnHover:function(){var a=this,b=$.AdminLTE.options.screenSizes.sm-1;$(".main-sidebar").hover(function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-collapse")&&$(window).width()>b&&a.expand()},function(){$("body").hasClass("sidebar-mini")&&$("body").hasClass("sidebar-expanded-on-hover")&&$(window).width()>b&&a.collapse()})},expand:function(){$("body").removeClass("sidebar-collapse").addClass("sidebar-expanded-on-hover")},collapse:function(){$("body").hasClass("sidebar-expanded-on-hover")&&$("body").removeClass("sidebar-expanded-on-hover").addClass("sidebar-collapse")}},$.AdminLTE.tree=function(a){var b=this,c=$.AdminLTE.options.animationSpeed;$(document).off("click",a+" li a").on("click",a+" li a",function(a){var d=$(this),e=d.next();if(e.is(".treeview-menu")&&e.is(":visible")&&!$("body").hasClass("sidebar-collapse"))e.slideUp(c,function(){e.removeClass("menu-open")}),e.parent("li").removeClass("active");else if(e.is(".treeview-menu")&&!e.is(":visible")){var f=d.parents("ul").first(),g=f.find("ul:visible").slideUp(c);g.removeClass("menu-open");var h=d.parent("li");e.slideDown(c,function(){e.addClass("menu-open"),f.find("li.active").removeClass("active"),h.addClass("active"),b.layout.fix()})}e.is(".treeview-menu")&&a.preventDefault()})},$.AdminLTE.controlSidebar={activate:function(){var a=this,b=$.AdminLTE.options.controlSidebarOptions,c=$(b.selector),d=$(b.toggleBtnSelector);d.on("click",function(d){d.preventDefault(),c.hasClass("control-sidebar-open")||$("body").hasClass("control-sidebar-open")?a.close(c,b.slide):a.open(c,b.slide)});var e=$(".control-sidebar-bg");a._fix(e),$("body").hasClass("fixed")?a._fixForFixed(c):$(".content-wrapper, .right-side").height()<c.height()&&a._fixForContent(c)},open:function(a,b){b?a.addClass("control-sidebar-open"):$("body").addClass("control-sidebar-open")},close:function(a,b){b?a.removeClass("control-sidebar-open"):$("body").removeClass("control-sidebar-open")},_fix:function(a){var b=this;if($("body").hasClass("layout-boxed")){if(a.css("position","absolute"),a.height($(".wrapper").height()),b.hasBindedResize)return;$(window).resize(function(){b._fix(a)}),b.hasBindedResize=!0}else a.css({position:"fixed",height:"auto"})},_fixForFixed:function(a){a.css({position:"fixed","max-height":"100%",overflow:"auto","padding-bottom":"50px"})},_fixForContent:function(a){$(".content-wrapper, .right-side").css("min-height",a.height())}},$.AdminLTE.boxWidget={selectors:$.AdminLTE.options.boxWidgetOptions.boxWidgetSelectors,icons:$.AdminLTE.options.boxWidgetOptions.boxWidgetIcons,animationSpeed:$.AdminLTE.options.animationSpeed,activate:function(a){var b=this;a||(a=document),$(a).on("click",b.selectors.collapse,function(a){a.preventDefault(),b.collapse($(this))}),$(a).on("click",b.selectors.remove,function(a){a.preventDefault(),b.remove($(this))})},collapse:function(a){var b=this,c=a.parents(".box").first(),d=c.find("> .box-body, > .box-footer, > form >.box-body, > form > .box-footer");c.hasClass("collapsed-box")?(a.children(":first").removeClass(b.icons.open).addClass(b.icons.collapse),d.slideDown(b.animationSpeed,function(){c.removeClass("collapsed-box")})):(a.children(":first").removeClass(b.icons.collapse).addClass(b.icons.open),d.slideUp(b.animationSpeed,function(){c.addClass("collapsed-box")}))},remove:function(a){var b=a.parents(".box").first();b.slideUp(this.animationSpeed)}}}if("undefined"==typeof jQuery)throw new Error("AdminLTE requires jQuery");$.AdminLTE={},$.AdminLTE.options={navbarMenuSlimscroll:!0,navbarMenuSlimscrollWidth:"3px",navbarMenuHeight:"200px",animationSpeed:500,sidebarToggleSelector:"[data-toggle='offcanvas']",sidebarPushMenu:!0,sidebarSlimScroll:!0,sidebarExpandOnHover:!1,enableBoxRefresh:!0,enableBSToppltip:!0,BSTooltipSelector:"[data-toggle='tooltip']",enableFastclick:!1,enableControlSidebar:!0,controlSidebarOptions:{toggleBtnSelector:"[data-toggle='control-sidebar']",selector:".control-sidebar",slide:!0},enableBoxWidget:!0,boxWidgetOptions:{boxWidgetIcons:{collapse:"fa-minus",open:"fa-plus",remove:"fa-times"},boxWidgetSelectors:{remove:'[data-widget="remove"]',collapse:'[data-widget="collapse"]'}},directChat:{enable:!0,contactToggleSelector:'[data-widget="chat-pane-toggle"]'},colors:{lightBlue:"#3c8dbc",red:"#f56954",green:"#00a65a",aqua:"#00c0ef",yellow:"#f39c12",blue:"#0073b7",navy:"#001F3F",teal:"#39CCCC",olive:"#3D9970",lime:"#01FF70",orange:"#FF851B",fuchsia:"#F012BE",purple:"#8E24AA",maroon:"#D81B60",black:"#222222",gray:"#d2d6de"},screenSizes:{xs:480,sm:768,md:992,lg:1200}},$(function(){"use strict";$("body").removeClass("hold-transition"),"undefined"!=typeof AdminLTEOptions&&$.extend(!0,$.AdminLTE.options,AdminLTEOptions);var a=$.AdminLTE.options;_init(),$.AdminLTE.layout.activate(),$.AdminLTE.tree(".sidebar"),a.enableControlSidebar&&$.AdminLTE.controlSidebar.activate(),a.navbarMenuSlimscroll&&"undefined"!=typeof $.fn.slimscroll&&$(".navbar .menu").slimscroll({height:a.navbarMenuHeight,alwaysVisible:!1,size:a.navbarMenuSlimscrollWidth}).css("width","100%"),a.sidebarPushMenu&&$.AdminLTE.pushMenu.activate(a.sidebarToggleSelector),a.enableBSToppltip&&$("body").tooltip({selector:a.BSTooltipSelector}),a.enableBoxWidget&&$.AdminLTE.boxWidget.activate(),a.enableFastclick&&"undefined"!=typeof FastClick&&FastClick.attach(document.body),a.directChat.enable&&$(document).on("click",a.directChat.contactToggleSelector,function(){var a=$(this).parents(".direct-chat").first();a.toggleClass("direct-chat-contacts-open")}),$('.btn-group[data-toggle="btn-toggle"]').each(function(){var a=$(this);$(this).find(".btn").on("click",function(b){a.find(".btn.active").removeClass("active"),$(this).addClass("active"),b.preventDefault()})})}),function(a){"use strict";a.fn.boxRefresh=function(b){function c(a){a.append(f),e.onLoadStart.call(a)}function d(a){a.find(f).remove(),e.onLoadDone.call(a)}var e=a.extend({trigger:".refresh-btn",source:"",onLoadStart:function(a){return a},onLoadDone:function(a){return a}},b),f=a('<div class="overlay"><div class="fa fa-refresh fa-spin"></div></div>');return this.each(function(){if(""===e.source)return void(window.console&&window.console.log("Please specify a source first - boxRefresh()"));var b=a(this),f=b.find(e.trigger).first();f.on("click",function(a){a.preventDefault(),c(b),b.find(".box-body").load(e.source,function(){d(b)})})})}}(jQuery),function(a){"use strict";a.fn.activateBox=function(){a.AdminLTE.boxWidget.activate(this)},a.fn.toggleBox=function(){var b=a(a.AdminLTE.boxWidget.selectors.collapse,this);a.AdminLTE.boxWidget.collapse(b)},a.fn.removeBox=function(){var b=a(a.AdminLTE.boxWidget.selectors.remove,this);a.AdminLTE.boxWidget.remove(b)}}(jQuery),function(a){"use strict";a.fn.todolist=function(b){var c=a.extend({onCheck:function(a){return a},onUncheck:function(a){return a}},b);return this.each(function(){"undefined"!=typeof a.fn.iCheck?(a("input",this).on("ifChecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onCheck.call(b)}),a("input",this).on("ifUnchecked",function(){var b=a(this).parents("li").first();b.toggleClass("done"),c.onUncheck.call(b)})):a("input",this).on("change",function(){var b=a(this).parents("li").first();b.toggleClass("done"),a("input",b).is(":checked")?c.onCheck.call(b):c.onUncheck.call(b)})})}}(jQuery);
|