0.01
No commit activity in last 3 years
No release in over 3 years
Common layout and functionalities for NoCMS custom admins
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.0.3, ~> 4.0
>= 4.0.0, ~> 4.0
 Project Readme

nocms-admin

Common functionality for NoCMS Admins

Add to your Gemfile

gem "nocms-admin", git: 'git@github.com:simplelogica/nocms-admin.git'

This gem is usually installed with nocms-admin-pages.

Dependencies

NoCMS Admin requires these versions of SASS and JQuery in your Gemfile:

gem 'jquery-rails', '~> 3.1'
gem 'sass-rails', '~> 4.0'

Update your bundle:

bundle install

Mount NoCMS Admin in a route you find handy:

mount NoCms::Admin::Engine => "/admin"