开发者

Ext JS ext_scaffold generator rails

开发者 https://www.devze.com 2023-02-19 10:55 出处:网络
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 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

0

精彩评论

暂无评论...
验证码 换一张
取 消