Displaying 20 results from an estimated 20000 matches similar to: "First rails application"
2002 Sep 09
1
Plots by subject
Hello! I need some help with creating plots for each study subject. I have
tried the 'for' command as described in 'An Introduction to R', but I wasn't
successful.
Here's what I want to do:
-Create and save the following overlayed scatterplots for each subject (1 to
n).
-The data frame is in the form of one line per visit per subject (so more than
one line per
2009 Jul 13
6
first app on Dreamhost with Passenger : "rails needs to know your username and password" ?
I am trying to deploy my first rails app with Dreamhost. I ftp''d over
my existing app, turned on Passenger and pointed it to my /public
directory. When I go to ''www.mydomain.com'' I get the ''Ruby on Rails:
Welcome aboard'' default page, including the following:
Getting started
Here’s how to get rolling:
1.
Create your databases and edit
1999 May 24
2
User Mode Problem in 2.0.2
May 24, 1999
In Windows (Win 95 cilent), when I set up the access control as "user
mode", and try to "ADD" a list of users to a particular share, I get the
message, "You cannot view the list of users at this time. Please try
again later." I am using Samba 2.0.2. Is user mode functionality
available in this version? If so how do I select a list of users for a
2012 Mar 08
3
[LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London
Folks,
We are contemplating holding a Birds of a Feather session titled "Julia and LLVM: Implementing a fast dynamic language for technical computing" at the LLVM 2012 European Conference on April 12-13 in London.
http://llvm.org/devmtg/2012-04-12/
Would this be of interest to the LLVM developer and user community? It would be great if you could drop me a line. It will help us gauge
2005 Feb 11
2
Notes on bug reports 3229 and 3242 - as.matrix.data.frame
Hello R developers.
I encountered the same problem as Uwe Ligges with as.matrix.data.frame()
in bug reports 3229 and 3242 - under section not-reproducible.
Example I have is:
> tmp
level 2100-D
1 biological_process unknown NA
2 cellular process -5.88
3 development -8.42
4 physiological process -6.55
5
1999 Jun 03
1
Implementing Shares
Hi!
I am using RHL 5.2 and Samba 2.0.2. I have the SAMBA acting as the PDC
in the network where most of the clients are Win95. Earlier we had a
Novell Netware Network and I decided to shift over to Linux/Samba. I am
having trouble implementing certain shares. The exact problem is
described below:
I want ONLY 'nhs' and 'vhs' to have read only access to
'/usr/iso9001/edp'
2006 May 25
4
question about creating rails app and FTP
Hello,
I have a simple question about creating rails applications.
I am signing up with dreamhost so that i can put my rails apps on the
web (after giving up on trying to make my current VPS Plesk hosting work
with rails).
My main question is:
when creating a new rails app, can i create it using the rails command
on my computer and then upload the entire directory structure to my
domain
2006 Aug 26
2
Dreamhost issues
Hi there!
I just have discovered this wonderful plugin a few days ago and I uploaded a
little test to my Dreamhost account. I simply got a worker that resizes an
image that the user uploads.
So this morning I launched the BackgrounDRb server on my account with the
rake task and began to upload some test images. The server daemon has been
executing until a few minutes ago, I suppose because of
2006 Jul 05
5
How do I reset rails in production mode on DreamHost?
Hello!
I am testing rails on DreamHost.
I believe it''s running on apache.
In development mode, it ran very slowly.
So I changed it into production mode and switched to fcgi.
It''s very fast now.
But the problem is that if I add actions to a controller, it''s not
applied.
I know that in production mode, I need to restart web server.
But I don''t control the web
2008 Jul 23
1
Rails Rewrite rule (on mod_rails)
Hello,
I''m running fine my application on the dev server with apache2 and
mod_rails, but on the production server I have a strange issue.. it
seems like something is wrong with httpd.conf of .htacces.. the dev
server is a DreamHost PS and I''m configuring the production one one
HostGator.
I have a public/users/ folder with member profile images and a users
controller..
2006 Apr 20
5
Rails, FCGI, Dreamhost
Is anybody getting acceptable performance with a Rails application on
Dreamhost? By this, I mean response times no greater than 3 seconds, and
no large numbers of FCGI processes that you have to kill manually.
If so, how?
I''ve ended up running a constant ping script (once every ten minutes),
and still have to kill some number of excess dispatch.fcgi processes
every day.
Along with
2006 Apr 13
3
Creating 2nd rails app on Dreamhost?
My hosting provider is Dreamhost, and for some reason can''t figure out
something that should not be that hard to do. Being a linux newbie
isn''t helping me much either :-)
On Dreamhost, each domain gets its own subdirectory. To setup my web
app for each domain, I just go to the parent directory of that domain in
a telnet session, and type "rails mydomain.com", and
2003 Aug 21
20
Your details
--[This is an automatically generated email notification.]--
************************************************************
M A I L W A T C H V I R U S A L E R T !
************************************************************
You recently sent a message containing a known virus -
W32/Sobig.f@MM (ED).
The message was sent on 8/20/2003 11:39:38 PM.
The subject of the message was:
Your
2011 Oct 05
3
Rails 3 Select_tag in javascript give missing ; error
When I write
var x = "<%= select_tag(:activity_group,
options_for_select(activity_grp),{:include_blank => ''Create New
Group'', :style => ''width: 100px''}) %>";
where <% activity_grp = @activity_group.map { |ag| [ag.name,
ag.id] } %>
However, I get error (missing ; before statement) in Firebug because
var x = "<select
2008 Oct 10
3
Rails does not see installed gem in production.
Everything works like a charm locally, but running in production
(Dreamhost shared with Passenger if it matters), "These gems that this
application depends on are missing \n -rmagick"
Rmagick is installed on dreamhost, but I have also copied the gem into
the vendor directory, so it''s not even found within it''s local files.
I''m using config.gem
2010 Aug 05
2
colour of label points on a boxplot
Hi all,
I have 6 datasets(dataframes Assem_ContigsLen7 through all_ContigsLen12)
containing 3 columns (contig_id, contig_length, read_count).
Each dataset is composed of 3 types of contigs (assemblies of genomic
fragments), 1- all Bacterial fragments, 2 - all Viral fragments, 3 -
mixed fragments.
I identified the type of contig through a merge with another table with
just contig_id and
2008 Jan 14
8
What is so hard about Rails deployment?
Recently there has been a lot of fuss about the ease of Rails
deployment. People made various claims, such as "I''ve deployed PHP,
Java, (insert something else here) and Rails. Rails is by far the most
painful." and "Java deployment (with Tomcat) is easier."
I have no experience with Java deployment. But I have a friend who has
worked on several high-end software
2006 Aug 03
5
Cannot find gem for Rails error from dispatch.cgi
Hi All,
I''m developing a Rails app with Rails v1.1.4, but when I upload it to
Dreamhost and try to serve it with dispatch.cgi, I get the error "Cannot find
gem for Rails =1.1.4". However, I have installed the 1.1.4 gem in my home
directory and set GEM_PATH to look there; additionally, rake throws no errors
and "rails -v" displays "Rails 1.1.4". Any
2004 Sep 10
0
[viral@debian.org: [rcw@debian.org: Re: Patches to abcde to include support for flac format.]]
(Viral: I'm forwarding your message to the FLAC mailing list)
----- Forwarded message from Viral <viral@debian.org> -----
Date: Fri, 3 Aug 2001 00:00:07 +0530
From: Viral <viral@debian.org>
To: mdz@debian.org
Subject: [rcw@debian.org: Re: Patches to abcde to include support for flac format.]
Hi,
I patched abcde so that it can encode flac files. The patch will not
be included in
2008 Jul 28
1
Linux Noob Trying to Run Civ 4
Hi, After a devastating viral attack on in XP, I've moved to Ununtu- I love it. I also love Civilization 4, and I'm having a hard time getting it to run.
1. I can't get the installers to run. If I run setup.exe, I am allowed to choose my install language whereupon I recieve this error:
Error Code: -5005 : 0x8007000d
Error Information:
>Kernel\KernelMedia.cpp (95)