Tagged Questions

3
votes
1answer
73 views

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. Now I want to set CruiseControl.rb for one of them. Everything went ...
1
vote
2answers
100 views

Problem in setting up Cruise Control in RAILS 3

I just setup cruise control on my server for my projects . But now i am little bit confused how these rake task and capistrano work . I tried lots of settings but still no success . If somebody help ...
1
vote
1answer
61 views

Using build_command with CruiseControl.rb

I'm using cruisecontrol.rb for continuous integration, and have the following settings in cruise_config.rb. Project.configure do |project| ... project.build_command = 'my_build_script.sh' ... ...
1
vote
3answers
745 views

CruiseControl.rb SVN Access Denied

I'm having a problem where I have been able to add a project to CC.rb perfectly fine but when I start the service I get "Access Denied" messages each time it checks with Subversion for a newer ...
0
votes
1answer
202 views

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 specify: ...