ext_scaffold
---------
Prerequisites
=============
You need to download the Ext Javascript framework from
`
http://extjs.com/download`,
and unzip it into `#{RAILS_ROOT}/public/ext`. Ext_scaffold was tested
against version 2.0.1 of the Ext framework.
Installation
============
`script/plugin install
http://rug-b.rubyforge.org/svn/ext_scaffold`
Example
=======
`./script/generate ext_scaffold post` # no attributes, view will be anemic
`./script/generate ext_scaffold post title:string body:text published:boolean`
`./script/generate ext_scaffold purchase order_id:integer amount:decimal`
Copyright (c) 2008
martin.rehfeld@glnetworks.de, released under the MIT license