Project

vision

0.0
No commit activity in last 3 years
No release in over 3 years
Vision is a Rails Way dashboard, built as a simple alternative to ActiveAdmin.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Vision

Install it using Gemfile

gem 'vision', :git=>'git://github.com/prikha/vision.git'

##Generators

###Vision: ####installation rails g vision:install - the one and the only MUSTRUN generator oh and don`t forget awesome RedactorJS

rails g redactor:install --devise - to make sure you have persoanlized assets! ####assets vision:assets - delivers you assets from the engine to for customization

vision:css - delivers only CSS

`vision:js` - delivers only JS

vision:layout - get the layout

####make it dance vision:resource - generates new resource in your admin interface

vision:views - overrides views for customization

Админка доступна по адресу /vision и резервирует под себя этот путь включая vision_path

This project rocks and uses MIT-LICENSE.