Displaying 20 results from an estimated 2000 matches similar to: "Tunneling in capistrano twice"
2006 Jun 06
2
Running a script on my server
Hello, I am rather new to Ruby On Rails but have it installed on my computer
and have created a test project that works. My next objective is to get the
script up and running on my server for public access.
I am getting hosted from a private host. The host does support Rails, and
does have it up and running currently. Well, that''s all the information I
have. I have Cpanel with shell
2006 Feb 16
4
Lost while trying to deploy rails app on apache
I need to graft some rails apps onto a website running apache 1.3 and
I must be missing something very obvious because I cannot get things
working properly. Here is what I need:
1) The server must be running apache 1.3. A very large body of PHP
content is currently vended by the server through 5 vhosts and I have
neither the time nor resources to replace apache1 with apache2 or
lighttpd. Maybe
2005 Jul 26
1
--delete problem
Hello, the list.
Didn't find any answer in the archive (a hit, but no answer :-()
testing rsync, I use the following line:
rsync --rsync-path=/usr/bin/rsync -e ssh --delete -valptz
--safe-links * jdd@mecum:~/temp/test
between a mandrake 10.1 and a suse 9.0
a create a dummy file in start dir, run rsync, file is
transfered.
I delete the file in start dir, run rsync, the file is _not_
2008 May 19
3
Can anyone give a exmple of use Ajax.Response?
hi, everyone , could anyone give a exmple of use Ajax.Response? I can
not find a sample in prototype homepage
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from
2008 Jul 01
4
Positioning Oddities
I''m having some trouble using Element#cumulativeOffset and
Element#cumulativeScrollOffset to absolutely position an element right
under a link in certain browsers.
I made a couple of tests to illustrate the issue, which can be found
here: http://www.jeffreykeen.com/sandbox/position.
But in summary, I''ve found two cases which seem to be problematic.
1. If the link has a
2008 Apr 21
4
Does String.evalScripts() work on well-formed script tags?
Does String.evalScripts() work when the opening SCRIPT tag of a SCRIPT
block contains common attributes? I''ve tried and it does not appear
to be working. Here''s an example:
<script type="text/javascript" charset="ISO-8859-1"
language="JavaScript">
//<![CDATA[
<!--
alert(''look! it works!'');
//-->
//]]>
2010 Nov 21
1
trying to make ploader (piwigo) work
Hello,
I use a 64 bits (i5) openSUSE. I try to make pLoader, a piwigo program to work, but I always fail for something.
pLoader is a perl program that allows uploading photos to an online gallery (piwigo). There is an ubuntu version, but the library used are not available in openSUSE :-(, so I try the windows version with wine.
It almost works... almost because the offline version works, but it
2002 Aug 06
1
stuck in a loop?
Hi Everyone,
Just wondering if anyone has seen anything similar to this:
Jul 28 21:57:30 GATEWAY smbd[6681]: open_directory: unable to stat name =
proc
/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/
cwd/
proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/s
elf/
cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/
Jul 28 21:57:30 GATEWAY
2006 Feb 24
4
lighttpd and Apache .. will they play together?
Can someone point me to a tutorial or web example of doing this ...
I want to have a site that is normally pure content served via Apache and I
want to set up a Rails app on the same box that is served via lighttpd. Now
I want the Apache site to be able to retrieve formatted pages for MySQL
database queries by the Rails app. I will also be using ActionMailer under
the Rails app.
How can I
2014 Dec 19
3
PATH directive
> On Thu, 18 Dec, at 07:47:18PM, Ady wrote:
> > I have a question about the PATH directive. In fact, the question is
> > not about how it is currently working, but about its intention or goal,
> > or how it was supposed to work (or how it was thought about for the
> > 5.00 release).
> >
> > Previous discussions about the PATH directive in the Syslinux
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
Team,
I''m trying to figure out how to run 2 rails apps on one host.
I ran an experiment:
cd /tmp/
rails app1
rails app2
cd app1
script/server
rails put a copy of lighttpd.conf in
/tmp/app1/config/
and then started lighttpd
http://localhost:3000
gave me the splash page.
I shutdown the server
I added something to
/tmp/app1/config/lighttpd.conf
server.modules = (
2001 May 03
4
ftp question
hello
I have turned on my ftpd via INETD
here is my ftpaccess file. how do I disallow anonymous ftp
------------------------------
class all real,guest,anonymous *
email root@localhost
loginfails 5
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes all
tar yes
2015 Jan 01
0
PATH directive
On Sat, 20 Dec, at 12:48:18AM, Ady wrote:
>
> So, my first (still incomplete and still inaccurate) attempt to write
> some rules about the PATH directive, and ask about remaining doubts!...
>
>
> The search (for c32 files) is supposed to respect the following rules:
>
> 1_ The search for c32 files is performed according to the following
> rules. The search for
2014 Dec 19
0
PATH directive
On Thu, 18 Dec, at 07:47:18PM, Ady wrote:
> I have a question about the PATH directive. In fact, the question is
> not about how it is currently working, but about its intention or goal,
> or how it was supposed to work (or how it was thought about for the
> 5.00 release).
>
> Previous discussions about the PATH directive in the Syslinux Mailing
> List, and its
2005 Sep 14
4
How to get full path name of execname?
Hi,
Is there a way to print out full path name of execname when the following
probe is touched?
proc:genunix:exec_common:exec-success
Thanks.
************************************************
* C P Lin, Common Technology Project Lead. *
* Sun Microsystems Inc. *
* E-Mail: c.lin at sun.com *
* Address: 4150 Network Circle,
2014 Dec 18
2
PATH directive
I have a question about the PATH directive. In fact, the question is
not about how it is currently working, but about its intention or goal,
or how it was supposed to work (or how it was thought about for the
5.00 release).
Previous discussions about the PATH directive in the Syslinux Mailing
List, and its documentation (e.g. "PATH rules") left on me the
impression that it was
2006 Jun 15
6
Problem with lighttpd
I have a problem with lighttpd on OSX.
Everything builds fine (and webrick runs just fine) but lighttpd barfs:
edward-kenworthys-computer:~/Development/Ruby/pricematic/trunk edward$
script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2006 Mar 24
3
1.1RC and Lighttpd
I started what I thought was going to be a 30 minute project on the
train this morning to write a little timetracker for myself.
Amongst other things (don''t have a model called Task as it conflicts
with Rake at the moment, don''t have a model called Action as it
disappears in the hash when you submit a form :-), I had to use Webrick
as Lighty complained about an unknown
2002 Oct 28
2
glmm for binomial data? (OT)
A while ago (April 2002) there was a short thread on software for generalized
linear mixed models.
Since that time, has anyone written or found R code to use a glmm to analyze
binomial data? I study CWD in white-tailed deer, and I'd like to do a
similar analysis as Kleinschmidt et al. (2001, Am. J. Epidemiology 153:
1213-1221) used to assess control for spatial structure in malaria
2015 Jan 13
0
PATH directive
On Fri, 02 Jan, at 02:23:48AM, Ady wrote:
>
> Hmm, I thought it was decided to consider the colon (":") character as
> deprecated, and instead we should be using a space character as
> separator for the PATH directive (or multiple lines). Well, at least as
> for the current MASTER HEAD, Syslinux 6.03.
Are you referring to commit 1945579 ("PATH: use a linked