search for: cruise

Displaying 20 results from an estimated 106 matches for "cruise".

2008 May 02
3
CruiseControlRb behind apache
...managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749 Found a better alternative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] AuthType Basic AuthName "Cruise''s Restricted Files" AuthUserFile /var/www/.htpasswd Require valid-user --- snip --- However is there a better way for me to have cruise running under http://myserver/cruise...
2011 Jan 21
1
ggplot boxplot
Hello, I am trying to generate a set of boxplots using ggplot with the following data with 4 columns (Day, Site, VO2, Cruise) AllCorbulaMR Day Site VO2 Cruise 1 1 1 148.43632670 1 2 1 1 61.73864969 1 3 1 1 92.64536096 1 4 1 1 73.35434957 1 5 1 1 69.85568810 1 6 1 1 98.71116866 1 7 1 1 67.57880107 1 8 1 1 80.57...
2008 Dec 07
2
subsetting large data frames.
...re NOT matched in ?catches. That is to say, the combination of these 5 variables is unique. One or more of the variables could be the same but the combination would be unique. This is confusing to explain so here is a short example to explain what I am trying to explain: Example data catches: Row Cruise Order Townumber Towtype Ship Netlocation Var1 Var2 1 22 1 4 A B S X1 X2 2 22 1 4 A B S X1 X2 3 22 1 4 BL AM S X1 X2 4 22 1...
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app and (like me) you define your own :cruise task, because, for example, you use rspec rather than Test::Unit and (like me) you have the RAILS_ENV ||= ''production'' line in environment.rb (because, like me, you use crummy shared hosting) Your build will run in production mode, possibly screwing up your production d...
2005 May 13
0
randomForest partialPlot x.var through function
...alPlot function but am getting an error that I can't seem to solve. Here's a simplified version of the function and error... > pplot <- function(rf,pred.var){partialPlot(x=rf,pred.data=acoust,x.var=pred.var)} > > attach(acoust) > acoust.rf <- randomForest(VocalTF~Cruise+Spot+Spin+Delph+Stripe+Steno+Turs+Gramp+Lags+ + Lisso+FerPsu+Glob+mixspotspin+mixother+mixed+Size, + data=acoust,importance=TRUE,keep.forest=TRUE) > cruise.pp <- pplot(acoust.rf,Cruise) Error in "[.data.frame"(pred.data, , xname) : undefined columns selected He...
2007 Apr 17
7
rspec with CI
I am a bit of a rails and rspec noob. I am trying to use rspec in conjunction with CruiseControlrb. When I run a cruise build having spec errors, the build does not indicate a failure. I have tried to track down why this is the case, and my best guess is that the spec task is kicking off the spec via a ruby() method in rake, and that ruby method does not propagate my spec failure...
1999 Jul 02
0
Win cash & a cruise!
Raquel's Casino, Inc. is awarding a cruise + $300 to a lucky member. No purchase necessary to play! Join before month end to participate. (You will automatically be entered into the next drawing.)You can join at http://www.raquelscasino.com (casino) http://www.tobet.com (sportsbook) Raquel's online casino provides guests wit...
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
The build failed. Note: if you set Configuration.dashboard_url in config/site_config.rb, you''d see a link to the build page here. CHANGES ------- Build was manually requested BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake....
2008 Jan 17
3
CruiseControl problem. Broken Pipe?
...p/models/project.rb:293:in `build'' ./script/../config/../app/models/project.rb:209:in `build_if_necessary'' ./script/../config/../app/models/polling_scheduler.rb:13:in `run'' ./script/builder:79 ./script/builder:78:in `catch'' ./script/builder:78 script/../config/../cruise:14:in `load'' script/../config/../cruise:14:in `builder'' script/../config/../cruise:68:in `send'' script/../config/../cruise:68 /usr/lib/ruby/1.8/fileutils.rb:121:in `chdir'' /usr/lib/ruby/1.8/fileutils.rb:121:in `cd'' script/../config/../cruise:67 [error] W...
2007 Oct 12
1
Differencing data by groups
Colleagues, I am analyzing data collected during oceanographic cruises. We have conducted many cruises over the last decade. On each cruise we visit ~50 stations. At each station (termed EventNum)we lower an instrument that measures depth, temperature, salinity and oxygen every few seconds as it is lowered through the water. Data from all EventNums on all cruises a...
2005 Oct 19
2
Automatic rounding of values after factors , converted to numeric, are multipled by a real number
I am wondering if someone would have any suggestion about my issue? I have the following code: wgts<-aggregate(subset(lendata,select=c(Length)),list(lendata$Cruise,len data$Station,lendata$Region,lendata$Total),mean) wgts<-wgts[order(wgts$Group.3,wgts$Group.1,wgts$Group.1),] names(wgts)<-c("Cruise","Station","Region","Total","MLen") wgts$Total<-as.numeric(levels(wgts$Total))[wgts$Total] wgts$swmean&lt...
2008 Jun 09
2
SVN credentials
Hello All, Where are the username and password for your SVN repo stored for a cruisecontrol.rb project? I can see where you specify it when you add a project but I have been unable to find it to change it. Thanks -- Steve Kickert CEO Riverock Technologies www.riverocktech.com 952-232-5280 (direct) 612-965-1909 (mobile) -------------- next part -------------- An HTML attachment...
2010 Mar 18
2
CCrb configuration for many projects
Hi! I have about 10 projects in my Cruise. I want to use metric_fu (roodi, rcov, flay) metrics. Right now I have defined :cruise task in Rakefile in each project. Is there any convention to manage cruise configuration from one place? Gem? Plugin for Rails projects? Some good habit also for custom artifacts? -- Pozdrawiam, Sebastian Nowak...
2007 Oct 18
0
cruise control rb mailer / Action Mailer
I am getting this error message when the mailer tries to execute TLS not available after start at /usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' any one have any idea whats going on here -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Jul 24
0
CCTray written in Java to connect to Cruise Control
Hi, JCCTray is a Java port of CCTray that was originally written in .NET. JCCTray is a utility for use with all flavors of CruiseControl Continuous Integration servers. Specifically it works with CruiseControl, CruiseControl.NET, CruiseControl.Rb. It provides feedback on build progress, and allows control over some of the server''s operations. You can download JCCTray from http://jcctray.sourceforge.net/ Cheers, Ket...
2008 Dec 31
2
How to set homepage in Rails
Hi : If I want http://localhost:3000/share to be homepage http://localhost:3000/, How can I do setting from rails ,please? Thanks. Cruise -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2007 May 03
7
before method
Would it be desirable to have before and after take a spec name as well as :each and :all? Scott
2009 Sep 05
3
Selecting biological data
...adapt but there are a few routine tasks which I would like to run smoother in R and I am having trouble finding a help resource. Could someone suggest a guide to filtering, selecting, sorting, and processing biological matrix data? Here is a rudimentary example of what I'm after [ocean research cruise- data.frame<-example]: Cruise, dec yr, station, cast, depth, data1 1, 2007.65, 9, 29, 1, 105.04 1, 2007.65, 9, 29, 10, 104.91 1, 2007.65, 9, 29, 20, 101.43 1, 2007.65, 9, 29, 50, 100.68 1, 2007.65, 9, 29, 100, 100.09 1, 2007.69, 11, 33, 1, 107.32 1, 2007.69, 11, 33, 10, 105.94 1, 2007.69, 11,...
2014 Nov 04
1
What List to Use for Patch Requests (Johnny Hughes) - CentOS Digest, Vol 118, Issue 4
...Nov 2014 05:58:07 -0600 From: Johnny Hughes <johnny at centos.org> To: centos at centos.org Subject: Re: [CentOS] What List to Use for Patch Requests Message-ID: <5458BF4F.6020300 at centos.org> Content-Type: text/plain; charset="windows-1252" On 11/03/2014 06:38 PM, Stan Cruise wrote: > I posted an issue that may warrant a patch some days ago with no response. > Is there a more appropriate list to post on? CentOS is a rebuild of RHEL Source code ... we don't release bugfixes of things released by RHEL unless we (CentOS team) somehow introduced the broken code...
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks, We successfully set up our ccrb app, running on a server in-house. As a first pass, I was originally running it through a terminal connected to the server via ssh, where I''d just navigated to the app''s folder then run ''cruise start''. At that time, I could connect fine to the CCTray service. We''ve subsequently ''productionized'' it a bit, by setting up a builder account on the server and an /etc/init.d script to start / stop mongrel. I''m now finding that the CCTray service...