Tagged Questions
1
vote
1answer
30 views
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 computer i.e. I don't ...
1
vote
2answers
102 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
62 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
2answers
698 views
Ruby on Rails and CruiseControl.rb
How do I set up the email notification with CruiseControl.rb? I've specified the ActionMailer::Base.smtp_settings in the site-config.rb but where do I specify who will receive the email notification? ...
0
votes
1answer
242 views
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.
Current settings are:
project/cruise_config.rb:
...
0
votes
1answer
203 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: ...
0
votes
2answers
172 views
cruisecontrol.rb
we are using cruisecontrol.rb for CI.
but cruise control is failing with this output
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems.rb:258:in `activate': can't activate ...