Ruby 開發框架 - Rails 多分支版本更新
Ruby on Rails 是一個用于開發數據庫驅動的網絡應用程序的完整框架。Rails基于MVC(模型- 視圖- 控制器)設計模式。從視圖中的Ajax應用,到控制器中的訪問請求和反饋,到封裝數據庫的模型,Rails 為你提供一個純Ruby的開發環境。發布網站時,你只需要一個數據庫和一個網絡服務器即可。
Ruby On Rails是一個用于編寫網絡應用程序的軟件包.它基于一種計算機軟件語言Ruby,給程序開發人員提供了強大的框架支持.你可以用比以前少的多的代碼和 短的多的時間編寫出一流的網絡軟件.比較著名的社區網站43things.com, odeo.com和basecamphq.com就是用Ruby On Rails編寫的.
今天 Rails 發布多個分支版本的更新,包括 Rails 3.0.12、Rails 3.1.4 以及 Rails 3.2.2 。
其中各個版本的改進記錄包括:
Rails 3.0.12:
require
andload
will return the value from the superclass- ActiveModel confirmation validation fixes
- Increasing rack dependency
Rails 3.1.4:
thrrubyrhino
is added to the Gemfile for JRuby users- Routing cache improvements
- Assets group may be skipped with the
--skip-sprockets
flag - Various Ruby 2.0 compatibility fixes
Rails 3.2.2:
- Log files are always flushed
- Failing tests will exit with nonzero status code
- Elimination of calls to deprecated methods
- Query cache instrumentation includes bindings in the payload
- Hidden checkbox values are not set if the value is nil
- Various Ruby 2.0 compatibility fixes
本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!