Ext JS ext_scaffold generator rails
I am trying to use ext_scaffold
plugin for rails3 app. I'v开发者_StackOverflow社区e downloaded the Ext Javascript framework from here and unzip it into my rails appn/public/ext.
I have installed ext_scaffold plugin from here.
Now when I try to generate scaffold using :
rails generate ext_scaffold post title:string
I get an error "Could not find generator ext_scaffold".
I have referred this site.
How can I fix this?
On the github there is a note at the top it said: This project has not been adapted to Rails3, sorry!
there is a new project up on here: which seems to be the "new" extjs_scaffold.
give it a try - it's pretty cool! - hopes this helps
精彩评论