search for: site5

Displaying 20 results from an estimated 61 matches for "site5".

Did you mean: site
2006 Jan 26
9
Problem with schema_db_import on Site5?
Hello, I am trying to put my rails app on a host .So I presume the method to do this is to first do rake db_schema_dump and then copy it to the host and do rake db_schema_import. I use mySQL Ver 14.7 Distrib 4.1.14, for pc-linux-gnu (i686) using readline 4.3 ** Invoke db_schema_import (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db_schema_import rake
2006 Apr 29
2
iCal / Authentication / Site5 ?
...al support to my app. Since I want to restrict users to their own calendars, form-based authentication isn''t going to work, so I''m using the Basic HTTP Authorization from this page - http://blogs.23.nu/c0re/stories/7409/ Everything works fine in my dev machine, but on the server (Site5), I get the login prompt ad infinitum. Has anyone run into this? Have other suggestions I could try? Chasing down another theory, I noticed that "HTTP_AUTHORIZATION" doesn''t appear in request.en -- is it possible/likely that''s the source of my problem? Thanks! -----...
2006 Jun 07
1
Site5 Hosting: Defautl Root Directory for site
Just signed up for hosting with Site5. So far the service has been great, but one question I had couldn''t be answered by the tech support. I need to change the default root directory of my site from public_html to a rails directory (i.e. foo/app/public). The tech support suggested mod_rewrite. Any other suggestions on ways...
2006 Jan 08
1
Install to Site5
is there any way to install a RoR application to Site5 (or any other host for that matter) that doesn''t require shell access. It would be nice, for simplicity sake, to be able to upload an application edit a .htaccess (or something) and have the application just run. [ it doesn''t really matter if there is no way to do this. its just...
2011 Jul 14
0
How to deploy, Rails 2 application to site5 server
Hi All. I am develop a Ruby On Rails project. I am trying to deploy my project on site5 server, but i am unable to browse the application and i am not getting any help from the support team of hosting server. Can any one briefly explain me to solve the problem. It would be grateful for me if anyone suggest me. Thanks in advance for your help... -- Posted via http://www.ruby-forum.c...
2001 Jun 29
3
Fail to build R (PR#1005)
...unknown> 0x1328 nanoftp.o <unknown> 0x1320 nanoftp.o ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status make[4]: *** [internet.so] Error 1 make[4]: Leaving directory `/site5/R_1.3.0.dir/R-1.3.0/src/modules/internet' make[3]: *** [R] Error 2 make[3]: Leaving directory `/site5/R_1.3.0.dir/R-1.3.0/src/modules/internet' make[2]: *** [R] Error 1 make[2]: Leaving directory `/site5/R_1.3.0.dir/R-1.3.0/src/modules' make[1]: *** [R] Error 1 make[1]: Leaving director...
2012 May 14
2
How to interpret an ANOVA result?
Hello all, here's a real-world example: I'm measuring a quantity (d) at five sites (site1 thru site5) on a silicon wafer. There is a clear site-dependence of the measured value. To find out if this is a measurement artifact I measured the wafer four times: twice in the normal position (posN), and twice rotated by 180 degrees (posR). My data looks like this (full, self-contained code at bottom). No...
2006 Sep 26
1
How to "Pack" a matrix
Hello, Suppose I have a matrix a where a= sp1 sp2 sp3 sp4 sp5 sp6 site1 1 0 1 1 0 1 site2 1 0 1 1 0 1 site3 1 1 1 1 1 1 site4 0 1 1 1 0 1 site5 0 0 1 0 0 1 site6 0 0 1 0 1 0 And I want to pack that matrix so that the upper left corner contains most of the ones and the bottom right corner contains most of the zeros so that matrix b is b= sp3 sp6 sp4 sp1 sp2 sp5 site1 1 1 1 1 0 0 site2 1 1 1 1 0 0 site3 1 1 1 1 1 1 site4 1 1 1 0 1 0...
2005 Dec 14
3
Multiple rails apps to appear as one app
Hello everyone, I have a problem concerning two rails apps, which I can''t seem to solve. I already tried the Ruby On Rails IRC channel. I also started a thread at the Site5 forums: http://forums.site5.com/showthread.php?t=6682 As is described in http://wiki.rubyonrails.com/rails/pages/HowtoDeployMoreThanOneRailsAppOnOneMachine , I would like two separate Rails applications to appear to the visitor as if they were one combined application. I am in the process of...
2006 Aug 29
1
Bootstraping for groups and subgroups and joing with other table
...Bahia Site2 Spp01 8.85 Bahia Site2 Spp01 8.13 Bahia Site3 Spp02 4.41 Bahia Site3 Spp01 9.49 Bahia Site3 Spp02 6.77 Bahia Site3 Spp02 0.64 Bahia Site4 Spp01 6.97 Bahia Site4 Spp03 8.34 Bahia Site4 Spp01 5.46 Bahia Site4 Spp01 5.52 Bahia Site5 Spp01 5.37 Bahia Site5 Spp02 8.66 ====== Table 2 - Attributes of SamplePlot State SamplePlot Area Bahia Site1 10 Bahia Site2 25 Bahia Site3 70 Bahia Site4 15 Bahia Site5 5 RioJaneiro Site1 32 RioJaneiro Site2 45 RioJaneiro S...
2005 Dec 28
5
Shared Hosting Rails Sites ?
I can''t decide between a2hosting.com, successfulhosting.com, site5.com (which offers 11gb of disk space for $8.77/month -- I''ll never use it), planetargon.com (which offers 1 gb for $11/month), or railsplayground.com (which offers a gigabyte practically for free). Any experiences you''d like to share? Only a2 and planetargon list their gems on...
2006 Jan 28
1
Switchtower different svn repo urls from my local box and my shared hosting
...htower 0.10.0 when I try to run "rake deploy" from my local box (windows) to my shared hosting If I set the repository to (deploy.rb): set :repository, "file:///home/[my_user]/repo/[my_app]/trunk" My local box (windows) can''t reach the subversion repository located in site5 If I set the repository to: set :repository, "svn+ssh://[my_user]@[my_site]/home/[my_user]/repo/[my_app]/trunk/" I got a "permission denied" when svn run in my shared hosting How do you deal with this? The workaround I found was: 1. Leave the :repository property in deploy...
2005 Dec 19
10
missing shortcut
I''m trying to start RubyGems on my hd. Windows searches for and can''t find a file named gemhelp.cmd Can I download that files somewhere? -- Posted via http://www.ruby-forum.com/.
2006 Mar 30
15
Rails 1.1 ~ Kick Ass
4 Rail Environments Upgraded. 0 Problems. Great work everyone, I really appreciate it. ~ Ben -- Ben Reubenstein http://www.benr75.com
2006 Oct 13
3
multiply two matrixes with the different dimension column by column
...;,"B","C","D"), c("stage1","stage2","stage3"))) Y<- matrix(1:28, nrow=4, ncol=7, dimnames=list(c("A","B","C","D"), c("site1","site2","site3","site4","site5", "site6","site7"))) I would like to multiply first column of the "Y"matrix (site1) to the all of the columns in "X"matrix. Then, the product will be three new columns (for example:site1stage1, site1stage2 and site1stage3 or something like this) wh...
2009 Feb 03
1
overlaying plots from a list of data frames
...t;, "2003", "2004"), class = c("ordered", "factor" )), data = c(0.000418478048104973, 0.00530609034999336, 0.020077837088374, 0.0326921217142046, NaN)), .Names = c("year", "data"), class = "data.frame", row.names = c(NA, -5L)), site5 = structure(list(year = structure(1:5, .Label = c("2000", "2001", "2003", "2004", "2005"), class = c("ordered", "factor" )), data = c(0.00618165243153993, 0.00303216804813299, -5.51581146266983e-08, 1.44109415817357e-09, 0.0336...
2006 Jun 13
7
help with ''error_messages_for''
Greetings, I''m in the throws of deploying an app on site5, and I''m getting strange errors. I think I might need to understand how error_messages_for works. I get a pretty standard looking error: " You have a nil object when you didn''t expect it! You might have expected an instance of ActiveRecord::Base. The error occured while...
2018 Apr 18
3
How to replace numeric value in the column contains Text (Factor)?
...table is a factor (not numeric). Here is an example. I want to change dat[4:5,3]<-"20" but it generated NA> do you have any suggestions for me? dat<-structure(list(Sites = structure(1:5, .Label = c("Site1", "Site2", "Site3", "Site4", "Site5"), class = "factor"), temp = c(14, 15, 12, 12.5, 17), precip = structure(c(3L, 4L, 5L, 2L, 1L), .Label = c("15", "34", "high", "low", "medium"), class = "factor")), .Names = c("Sites", "temp", "preci...
2007 Jul 07
2
random sampling with some limitive conditions?
I want to gain thousands of random sampling data by randomizing the presence-absence data. Meantime, one important limition is that the row and column sums must be fixed. For example, the data "tst" is following: site1 site2 site3 site4 site5 site6 site7 site8 1 0 0 0 1 1 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 sum(tst[1,]) = 3, sum(tst[,1])=4, and so on. When I randomize the data, the first row sums must equal to 3, and the first column sums must equal to 4. T...
2010 Mar 21
4
Deploying my rails app to GoDaddy
So I''ve written my first real-world RoR app and I''m now getting ready to deploy it. Unfortunately, my client decided to use GoDaddy as the hosting provider and based on what I''ve seen so far from the web, it''s not really the smoothest or ideal hosting for RoR apps. There were several posts here that I tried to follow but they were kinda old (2008, 2007). Most of