Giter Club home page Giter Club logo

qadmin's Introduction

WARNING

The documentation is currently out of date as of 10/27/09 - A major rewrite has just been merged into master and is going to be documented and released once stable

qadmin

github.com/quirkey/qadmin

DESCRIPTION:

An [almost] one command solution for adding admin interfaces/resources to a Rails app.

SYNOPSIS:

Qadmin is a partial extraction of 2+ years of building Rails admin systems. A lot of the code comes from a Rails plugin I wrote (private) called quirkey_tools.

The system consists currently of two parts: a generator, and a set of macros.

The generator is =~ the Rails resource generator, but instead of plopping all the code for the different standard resource actions into the controller and templates, it uses the #qadmin macro to include the standard resource actions.

For full details and usage please see the website at:

code.quirkey.com/qadmin

INSTALL:

Qadmin can be installed as a gem or a plugin.

As a gem

sudo gem install qadmin --source=http://gems.github.com

Then in your config/environment.rb

config.gem 'qadmin'

As a plugin

./script/plugin install git://github.com/quirkey/qadmin.git

LICENSE:

MIT-LICENSE - See LICENSE

qadmin's People

Contributors

lenary avatar quirkey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.