来自 Rails 官网的消息,Rails 3.1 将默认使用 jQuery 库。 在 Rails 3.1 中使用如下命令创建新应用将直接使用 jQuery 库 rails new my_app 如果你想用 Prototype 和 Scriptaculous 的话,可以使用 -j 参数来指定,如下所示: rails new my_app -j prototype
ruby消息
最新推荐文章于 2011-06-03 09:11:00 发布
Rails3.1版本中,创建新应用时默认使用jQuery库。若需指定使用Prototype和Scriptaculous,可通过-j参数实现。
3933

被折叠的 条评论
为什么被折叠?



