来自 Rails 官网的消息,Rails 3.1 将默认使用 jQuery 库。 在 Rails 3.1 中使用如下命令创建新应用将直接使用 jQuery 库 rails new my_app 如果你想用 Prototype 和 Scriptaculous 的话,可以使用 -j 参数来指定,如下所示: rails new my_app -j prototype
ruby消息
最新推荐文章于 2025-11-29 13:42:57 发布
Rails3.1版本中,默认使用jQuery库进行新应用的创建。若需使用Prototype和Scriptaculous,可通过-r参数指定。
760

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



