cruisecontrol.rb icon indicating copy to clipboard operation
cruisecontrol.rb copied to clipboard

CruiseControl for Ruby. Keep it simple.

Results 31 cruisecontrol.rb issues
Sort by recently updated
recently updated
newest added

Bumps [sprockets](https://github.com/rails/sprockets) from 2.2.2 to 2.2.3. Commits - [`9b4083f`](https://github.com/rails/sprockets/commit/9b4083fd038d34fdc7ac6ae93c4e414b0a1731f1) Sprockets 2.2.3 - [`d61af15`](https://github.com/rails/sprockets/commit/d61af15199649b110aa66655968295009554db6b) Check for absolute paths in server URL before passing to find - See full diff in [compare...

dependencies

It needs to be re-recorded as a general part of the 2.0 deliverable.

bug

The changelog needs to be updated in preparation for 2.0. I'll push in some of the major changes until this point. Keeping this one open so that any new noteworthy...

infrastructure

The documentation needs to be revised. Specifically: - documentation of all new config features, e.g. Bundler - documentation of Builder model - HOWTOs for running and configuring the app -...

infrastructure

Seems as though cruisecontrolrb.thoughtworks.com isn't working. Let me know if it's just me. Tried it on here and my phone and got a timeout.

In builder log I got this error [error] [2014-08-17 21:53:53] Error sending e-mail - current server settings are : :address = "localhost" :domain = "staff.mymilenium.ru" [error] uninitialized constant ActionView::CompiledTemplates::Configuration I...

site_config.rb is under config folder, not data_root

If you do not explicitly update the working dir after git clean it will stay at the old revision, leading to continuous builds of the same outdated revision.

Here is a general todo list: - Deprecate/remove Rcov and switch to something compatible with ruby2 like simplecov. - If simplecov is decided upon, perhaps add in a simplecov tab...