Ruby开发工具 RubyMine 3.2 发布,此次升级的主要目的是Ruby on Rails 3.1 变化的支持。
RubyMine 是一个全新的为Ruby 和 Rails开发者准备的 IDE (非开源且收费),RubyMine由 JetBrains 开发(JetBrains最著名的产品之一就是Java IDE:IntellJ IDEA了!)。RubyMine是建立在IntellJ IDEA平台之上,提供所有必须的IDE功能,比如编辑,调试工具,源代码控制集成,代码自动提示完成,以及其他功能。专门为ruby打造的功能有基于 GUI 支持的 RSpec 和 Test::Unit。

更新如下:
- Rails 3.1 Support: 'JavaScript library' option on project generation, Assets 'smart folder' in Rails project view, Sprockets support, etc.
- CoffeeScript — .coffee file is a fully supported file type in RubyMine now.
- YARD support including references in comments.
- External documentation via rubydoc.info.
- New Ruby/Rails code inspections, including ones inspired by "Rails code quality checklist" and naming convention inspections.
- SimpleCov code coverage analysis tool support.
- JavaScript Debugger in Google Chrome.
- Many other fixes and performance improvements.
暂无更多评论