jana4u / cute_admin_example

Sample Rails app using cute_admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CuteAdmin Example
=========

You can have a look at sample administration generated by cute_admin.

Installation:

1. git clone git://github.com/jana4u/cute_admin_example.git
2. cd cute_admin_example
3. git submodule update --init
4. rake gems:install
5. rake db:migrate
6. rake db:populate
7. rake cute_admin:generate_with_associations
8. ./script/server

Source code is available at: http://github.com/jana4u/cute_admin_example
Source code of rails plug-in cute_admin is available at: http://github.com/jana4u/cute_admin

Copyright (c) 2008 Jana4U <jana4u@seznam.cz>, released under the MIT license

About

Sample Rails app using cute_admin

License:MIT License


Languages

Language:Ruby 99.6%Language:JavaScript 0.4%