adminpage
Get Version
0.0.2→ ‘adminpage’
What is this?
This generator is a scaffold generator for Ruby on Rails.
You can generate template files easy and beautiful by this generator.
Features
- You can use this generator like the default scaffold generator.(I modified template files only)
- Generated pages are beautiful. These templates are based on: http://www.webresourcesdepot.com/free-admin-template-for-web-applications/
Installing
sudo gem install adminpage_scaffold_generator
The basics
This gem needs rails ver 2.1.0 or higher. (because I checked this version only. I don’t know about another version.)
Demonstration of usage
$ cd (YOUR_RAILS_ROOT_DIR) $ script/generate adminpage_scaffold (MODEL_NAME) [(COLUMN_NAME:TYPE) [(COLUMN_NAME:TYPE) ...]]
If you didn’t ganerate it, please check:
$ script/generate(enter) ... Installed Generators Rubygems: adminpage_scaffold, install_rubigen_scripts <-- THIS LINE. Can you see "adminpage_scaffold" at here? Builtin: controller, integration_test, mailer, migration, model, observer, plugin, resource, scaffold, session_migration ...
and, see help:
$ script/generate adminpage_scaffold(enter)
Tutorial videos
Here is a tutorial video on the Youtube.If you are Japanese, I recommend a NICO NICO VIDEO version.(But, you need login)
Demo site
I made a demo site on Heroku.com.
Forum
http://groups.google.co.jp/group/adminpage_scaffold_generator
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
The trunk repository is svn://rubyforge.org/var/svn/adminpage/trunk for anonymous access.
License
This code is free to use under the terms of the GPL version 3 license. See: http://www.gnu.org/licenses/gpl.html
Small(16×16) icons are licensed under a Creative Commons Attribution 2.5 License. See: http://creativecommons.org/licenses/by/2.5/ and http://www.famfamfam.com/lab/icons/silk/
Middle(32×32) icons are free to use under the Free License. See: http://itweek.deviantart.com/art/Knob-Buttons-Toolbar-icons-73463960
This template files (layout, index, add, edit, show, CSS and more) are free to use under the Free License. See: http://www.webresourcesdepot.com/
Contact
Comments are welcome. Send an email to Yusuke Ohmichi via the forum
Yusuke Ohmichi(Maimuzo), 17th July 2008
Theme extended from Paul Battley