public
Description: Cruise Control for Ruby, keep it simple
Homepage: http://cruisecontrolrb.thoughtworks.com
Clone URL: git://github.com/thoughtworks/cruisecontrol.rb.git
commit  c44b5959232810f9988b2d3cb9a8dcebd9dad5e5
tree    0a216c71fad729a1fc7f343ffab1a81b1fc8d03f
parent  52cb3161aadfd2e1e64458b4537631f048def8ef
100644 17 lines (16 sloc) 0.889 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= 2.0
 
  - Rails 2.3 support. This will come initially through a branch on Github.
    * DONE - on Github HEAD.
  - A smaller memory footprint for project builders. Currently they're implemented
    as a fork() and load all of Cruise into memory when loaded.
  - The ability to distribute builders across multiple machines.
  - A revised user interface for the dashboard.
  - A project build button on the main project display page.
  - Encouraging a more open community by broadening the core team of those with
    access to core maintenance tasks.
  - Improving the plugin ecosystem by documenting the plugin API and running tests
    against community plugins.
    * DONE - Plugin documentation, better loading.
    * PENDING - A test suite for cruisecontrol.rb-contrib.
 - Make default port configurable. This is difficult to do through configuration.rb
   due to load order issues.