Ruby on Rails 3.1 正式版发布
时间:2011-09-01 来源:开源中国社区
Rails 3.1 正式版发布了,该版本主要亮点:
- HTTP Streaming
HTTP Streaming 是 3.1 一个很重要的改进,可以让浏览器在页面生成过程中就已开始下载样式和JS文件,该特性要求 Ruby 1.9.2 ,同时要求Web服务器的支持,目前 nginx 和 unicorn 已经支持。 - Reversible Migrations
- Assets Pipeline
- 默认使用 jQuery
尽管你也可以使用下面命令来选择 prototype 作为 js 库
$ rails new myapp -j prototype
Rails 3.1 要求 Ruby 版本至少是 1.8.7.
详细信息请看发行说明:
http://guides.rubyonrails.org/3_1_release_notes.html
相关阅读 更多 +