search for: slingshot

Displaying 20 results from an estimated 121 matches for "slingshot".

Did you mean: longshot
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
...d RailsMachine (thanks Coda and Bradley!). It''s, well, bad-ass, if I must say so myself. My favorite part: (0..mongrel_servers-1).each { |server| apache2_rails_conf += " BalancerMember http://127.0.0.1:#{mongrel_start_port + server}\n" } It''s on our newest Slingshot Hosting image, but you can download it here: http://www.slingshothosting.com/files/apache2_2_mongrel_deploy.rb Deployment just got a whole lot easier. And, is about to get even easier: http://cleanair.highgroove.com/articles/2006/08/18/heartbeat-sneak-preview -- Charles Brian Quinn self-promo...
2009 Mar 31
2
Packaging Rails App as Standalone EXE
Hi, Does anyone know what is currently the proper way to distribute a Rails app as a windows exe (NT Service, how to package, ...). I know there was http://www.erikveen.dds.nl/distributingrubyapplications/rails.html, but it''s pretty old. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 Sep 18
1
Mongrel Upload Progress progress method returns Content-Length: 0
...'m guessing it''s some kind of incompatiability with Zlib or something. The ruby on the non-working Xserve is compiled from source using the newest readline. Any idea where to start debugging? -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot rails business hosting: www.slingshothosting.com main: 404.394.4935 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranch Intensive Ruby on Rails Training: http://www.bignerdranch.com/classes/ruby.shtml
2006 Sep 07
9
Mass virtual hosting with mongrel
Ok, a refinement of the question I asked yesterday (If there were any replies from yesterday I don''t have access to them here .. sorry if I''m duplicating anybody''s words here). How can one host multiple domains with mongrel? Assuming you are mass vhosting and you also want the performance benefits of using mongrel ... As far as I can tell, one could set up a
2009 Dec 14
6
write.csv and header
Dear list, I would like to export a matrix to a TXT-File by using write.csv (not necessarily). Is there a way to add a header (with additional informations concerning the project) spanning multiple lines to this file before the actual data are listed up? Should look like this: date: filename: number of permutations: ------------ data (as a matrix) Any suggestions? Thnx in advance.
2018 Feb 02
2
Updating Rcpp package when it is claimed by dplyr
...our last statement is extremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. > -- > Sent from my phone. Please excuse my brevity. > > On February 1, 2018 11:00:01 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: >> When i tried to install the hunspell package, I got this error >> message: >> >> Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by >> ?hunspell? >> >> So I set about installing a new version of Rcpp but I get th...
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but I''m not finding any guidance on this problem. When I try to talk to my mongrel it simply responds with NOT FOUND and nothing else. I can''t find anything on google because this has to be the second most commond phrase in existence. Any help or guidance would be greatly appreciated. Sincerely, Chuck Vose
2009 Nov 18
2
How to install older version of R?
Dear list This is much like a linux problem, but I can't find any reference for it. My OS is ubuntu 9.04 and a version of 2.9.2 of R has been already installed in. Now, I need to install the version of 2.7.1. I google a lot of websites and it seems like without a painless way provided me to do it. If any one offer me some suggestions/reference, I will appreciate. Jia-Chiun Pan
2018 Feb 14
0
Using gutenbergr with a firewall
...firewalls are much more strict than others, and yours may be different than any someone here might have encountered. You might also be having trouble with anti virus software. -- Sent from my phone. Please excuse my brevity. On February 13, 2018 10:55:40 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: >I can use the gutenberg_download() function in the gutenbergr package >on a computer that doeson't use a firewall, but on an almost identical >installation that is behind a firewall, nothing happens, not even a >time-out. > >Has anyone succeeded in using gute...
2018 Feb 02
0
Updating Rcpp package when it is claimed by dplyr
...tremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. |> > -- |> > Sent from my phone. Please excuse my brevity. |> > |> > On February 1, 2018 11:00:01 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: |> >> When i tried to install the hunspell package, I got this error |> >> message: |> >> |> >> Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by |> >> ?hunspell? |> >> |> >> So I set about ins...
2008 May 30
2
Including a tilde in a plotmath-type call
Suppose I have a plot plot(1:10, pch = "") And I want some text to indicate a Normal distrubition. I could do this: text(5, 6, substitute(X~~~~N(mu, sigma^2)), adj = 0) text(5.35, 6, "~", adj = 0) But that's clumsy, and depending on your plotting device, might not even look sensible. I'd prefer to be able to do it more directly and simply the way these do: text(5,
2018 Feb 14
2
Using gutenbergr with a firewall
I can use the gutenberg_download() function in the gutenbergr package on a computer that doeson't use a firewall, but on an almost identical installation that is behind a firewall, nothing happens, not even a time-out. Has anyone succeeded in using gutenberg_download() successfully with a firewall? I tried raising an issue at https://github.com/ropenscilabs/gutenbergr/issues/17 with no
2007 Feb 09
6
mongrel_cluster clarification
Apologizes in advance if this sounds rather dense, but I want to make sure I''m understanding everything correctly. We''re in the process of migrating from Apache2.0/FastCGI to Apache2.0+mongrel (why not 2.2? that story is too long and too uninteresting to recount here, but I will tell you that it involves RHEL and only using RHN rpms). The init script that comes with mongrel
2018 Feb 02
0
Updating Rcpp package when it is claimed by dplyr
Your last statement is extremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. -- Sent from my phone. Please excuse my brevity. On February 1, 2018 11:00:01 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: >When i tried to install the hunspell package, I got this error >message: > >Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by >?hunspell? > >So I set about installing a new version of Rcpp but I get this message: > >Error in unloa...
2009 Jul 09
2
Mysteriously vanishing LD_LIBRARY_PATH
Using R-2.8.0 and R-2.8.1, I get behaviour like this: R version 2.8.0 (2008-10-20) Copyright (C) 2008 The R Foundation for Statistical Computing ISBN 3-900051-07-0 [....] > Sys.getenv("LD_LIBRARY_PATH") LD_LIBRARY_PATH
2006 Oct 03
3
Capistrano and Uploaded Documents
I have an application I''m working on which allows me to upload files. The files are stored somewhere in the public directory so that they can be accessed directly. When I deploy an update with Capistrano, I ''lose'' the files because of the current symlink points to the new checked out version. Before I start working on a solution, has anyone else already solved this
2018 Feb 02
2
Updating Rcpp package when it is claimed by dplyr
When i tried to install the hunspell package, I got this error message: Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by ?hunspell? So I set about installing a new version of Rcpp but I get this message: Error in unloadNamespace(pkg_name) : namespace ?Rcpp? is imported by ?dplyr? so cannot be unloaded How does one get around that? I tried installing Rcpp in a
2006 Aug 21
3
strange problem with system call
Hi, I am using backgroundrb to create a automated system of typo blogs.So, users can create new typo applications using web interface and all that jazz. Now..its working perfectly except one minor glitch. Since latest version of typo has a command called "typo", i simply use that command to install new typo app.And it works. def do_work(args) DIR =
2006 Aug 01
2
actionmailer cant find template in backgroundrb
Im trying to send mails from a backgroundrb worker and it seems like ActionView cant find my template. same code works as a rake task. here my worker: class StatusMailWorker < BackgrounDRb::Rails repeat 1.minutes # <-- hehe! def do_work(args) [...blah...] NotificationMailer.create_daily_report(users, rep, items) end end end its throwing the following error: No
2017 May 18
2
[R] R-3.4.0 fails test
...uot; "2016-12-06 20:45:44 UTC" So what you see, is simply the result of your timezone settings on your computer. Cheers Joris On Thu, May 18, 2017 at 1:19 PM, peter dalgaard <pdalgd at gmail.com> wrote: > > > On 18 May 2017, at 11:00 , Patrick Connolly <p_connolly at slingshot.co.nz> > wrote: > > > > On Wed, 17-May-2017 at 01:21PM +0200, Peter Dalgaard wrote: > > > > |> > > |> Anyways, you might want to > > |> > > |> a) move the discussion to R-devel > > |> b) include your platform (hardware, OS) and ti...