cruisecontrol.rb
Advice on Rails and CI, how often does this run exactly? or what is common practice
First off, is autotest and cruisecontrol performing the same sort of CI tasks?开发者_开发问答 I want to setup something that will run my unit tests, and also integration tests on my local MBP compute[详细]
2023-04-09 15:29 分类:问答Problem in setting up Cruise Control in RAILS 3
I jus开发者_如何学Pythont setup cruise control on my server for my projects . But now i am little bit confused how these rake task and capistrano work .[详细]
2023-04-02 13:11 分类:问答CruiseControl.rb throwing exception with Postgres
In a VPS I have Postgres installed and 2 Rails projects. Both are running on production mode and connecting PG as different users.[详细]
2023-04-01 15:31 分类:问答Using build_command with CruiseControl.rb
I\'m using cruisecontrol.rb for continuous integration, and have the following settings in cruise_config.rb.[详细]
2023-04-01 12:59 分类:问答Setting up a Cruise control with rspec, metrical, rcov for Rails
I would like to setup cruisecontrol with rspec and rcov (+ metrical). I see one old post http开发者_JS百科://jerrett.net/entries/general/enforcing-spec-coverage-with-cruisecontrol-rcov-and-rspec writt[详细]
2023-03-15 22:47 分类:问答Automated testing of privileged operations
How do you unit/integration test code that requires a different privilege level than exists in your continuous integration environment?[详细]
2023-01-09 09:31 分类:问答CruiseControl.rb: Error in plugin EmailNotifier: 501 5.1.7 Bad sender address syntax?
I can\'t seem to figure this out.I setup my email address in cruisecontrol.rb but no matter how I set it, it always gives me this error.[详细]
2022-12-30 00:16 分类:问答Remotely Track the Current Branch in Git
I\'m moving my continuous testing to a dedicated server (autotest slows down my local laptop too much). What I\'d like is for my testing server (which happens to be running CruiseControl.rb) to be con[详细]
2022-12-12 00:28 分类:问答CruiseControl.rb always running my projects in production mode?
I\'m curious as to why when I build my project using CruiseControl.rb, it runs it in production mode? Even though my application should not be in production开发者_如何学编程 mode. I even tried to spec[详细]
2022-12-08 23:54 分类:问答