TorqueBox是一个集成了流行的Ruby技术的忍者级应用平台,与 Ruby on Rails 类似,同时扩大了Ruby应用功能,以支持包括任务调度,任务队列,SOAP 处理和远程通讯。 
TorqueBox 提供了一个集成的环境,该环境基于最新版的 JBoss AS 应用服务器,提供包括集群、云计算的功能。 
  
新版本的改进内容包括: 
- Fewer gratuitous JRuby runtime instantiations. This shaved ~30s off application deployment time on my laptop
 - Standardized on YAML-handling library.  This reduces our dependencies by 1.
 - Support for public/index.html being served if necessary.
 - Re-enabling symlink deployments of RAILS_ROOTs
 - Documentation improvements by Jean Deruelle on the telecom/SIP bits
  
 
下载地址: 
http://torquebox.org/download 
  |