thoughtworks / cruisecontrol.rb

CruiseControl for Ruby. Keep it simple.
http://cruisecontrolrb.thoughtworks.com
Apache License 2.0
613 stars 206 forks source link

Upgraded CruiseControl to rails 3.2, #93 #118

Closed synth closed 11 years ago

synth commented 11 years ago

This necessitated changing the Configuration scope to be nested underneath the CruiseControl module. Any site_config's out in the wild will break if their cruise control install is upgraded; so they will need to be updated, which is simple enough. Addresses #93

seanmarcia commented 11 years ago

Awesome! Thanks!