开发者

Is RightJs (right-rails) ready for rails3

开发者 https://www.devze.com 2023-01-01 15:17 出处:网络
I\'m wondering if right-rails(rightjs) is rea开发者_如何学Cdy for rails3? I\'didn\'t found any replacement for the default public/javascripts/rails.js

I'm wondering if right-rails(rightjs) is rea开发者_如何学Cdy for rails3?

I'didn't found any replacement for the default public/javascripts/rails.js

Thanks


Yes, it has Rails3 UJS module already built in the rails.js.

The only problem is that the script/generate right_rails doesn't work on Rails3 yet. So you'll need to generate the scripts on a clean Rails2 project and copy the things to Rails3 manually

All the other things helpers and javascript should be just fine

0

精彩评论

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