Displaying 20 results from an estimated 7000 matches similar to: "How to deploy Rails apps on Servage.net"
2006 Jun 05
0
Camping Troubles
On Sat, Jun 03, 2006 at 10:27:28PM -0400, Axis Sivitz wrote:
> I removed the specified lines of code, as that only dealt with detection
> of non-camping apps anyway, and tried to run it again. The server
> started, but going to localhost:3301/ yields the following error:
In order to use bin/camping these days, you must use Camping.goes.
So make sure:
* Before you do anything else --
2007 Feb 15
2
Session not maintained - Please help
Hi,
I''ve recently developed a website with ruby on rails, I''ve uploaded the
website to my Servage account, after many hours i managed to get it to
run on that host. The problem i now have is that Rails sessions are not
maintained from page to page, the cookie is, as I''ve set it to expire
only way into the future. I''ve tried various folder permission setting
for
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my
original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s
project:
http://rubyforge.org/projects/wxextras/
(direct link:
http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem)
p.
============================================================
Before I forget, thanks
2006 Jun 19
1
How to deploy rails apps from a VM Ware Virtual Machine?
Has anyone had any luck deploying rails apps in a Linux VM image on a
production MS Server 2003 with IIS ?
If so which image did you use a a base?
I am currently using a Gentoo image and have installed ruby and rails but
after performing a rails testapp and running webrick with ruby
script/server I get a page timeout when trying to visit http://0.0.0.0:3000or
http://127.0.0.1:3000 and I get no
2006 Mar 03
2
Desktop Icons
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am also VERY new to wine - and to Linux. I was already aware of how
to call a program via wine in a terminal
2009 Apr 19
1
Question on Install
Hi,
I'm newbie on here, and on Wine too, So please go easy on me ^^
Is there a way to install wine on a linux server without the root access?
I have a servage account, and I need to install wine on it.
Is there a way?
Thanks a lot
2006 Jun 27
3
Capgem 0.1 Released
I''ve put up a first release of Capgem on Rubyforge. It''s available under the
MIT license.
Capgem is an extension to Capistrano which adds a pack task to Capistrano so
you can package up your Rails application as a Gem. This is useful if you
are in an environment where Capistrano''s remote deployment tools aren''t an
option. Capgem currently adds start and stop
2009 Jun 08
2
To deploy or not to deploy on App Engine
I am nearing the end on a project i have been working on and am trying
to figure out where to host it. I am very tempted to host it on
google''s app engine. you get a ton of space, band width, and processor
all for free!
I was hoping to get some advice as to what people think about deplying
on the app engine.
Would it better to wait until ruby is supported? Are there perfomrance
issues
2009 Jan 16
0
How do I deploy a rails app in a subdirectory using mod_rails?
Hello,
I''m launching a small web app that my client wants deployed to
domain.com/app. They don''t want to do a subdomain. I am trying to
figure out how to set the vhost file to tell mod_rails that domain.com/
app is a rails app without effecting the regular website. Any
suggestions?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message
2013 Jan 02
8
Apache Passenger and Reloader
Hi Guys,
I just started playing with camping and so far it''s pretty awesomo.
After much messing around I was finally able to get Apache Passenger,
Camping and ActiveRecord to PostgreSQL working.
One thing I was wondering about, can I use reloader with Apache Passenger?
Always having to touch/rm a tmp/restart.txt to see changes or reloading
apache altogether is kinda a pain and I was
2010 Sep 27
3
Rails3 app deploy : how to ?
Hello,
I know many people are asking this kind of question. I searched in
this forum and some others in the web but i did found something clear
enough for my "ror''s power" (i''m not completly new but real
close ;-) )
Well, I''m developing my application on os x, i''m using svn (team
choice) for versionning but i will need to deploy on linux server
(with
2007 Apr 19
4
general question about plotting multiple regression results
Hi all,
I have been bumbling around with r for years now and still havent come up
with a solution for plotting reliable graphs of relationships from a
linear regression.
Here is an example illustrating my problem
1.I do a linear regression as follows
summary(lm(n.day13~n.day1+ffemale.yell+fmale.yell+fmale.chroma,data=surv))
which gives some nice sig. results
Coefficients:
2006 Jul 06
0
+ camping 1.4.120
Okay, let''s see.
gem install camping --source code.whytheluckystiff.net
A bunch of great stuff.
* Camping::Apps stores constants for all loaded apps.
* bin/camping can be given a directory. [1]
Like: camping examples/
* Console mode -- thank zimbatm.
Use: camping -C yourapp.rb
* Call controllers with Camping.method_missing.
Tepee.get(:Index) #=> (Response)
2006 May 22
0
Bug in text_helper.rb
I think there''s a logical mistake in ActionViews text_helper.rb. The
TextHelper modul defines the methods textilize and
textilize_without_paragraph in a begin rescue block that calls
require_library_or_gem "redcloth".
The problem is, that this call will always fail and the methods will
never be defined when you install RedCloth as a plugin under
vendor/plugins.
That is
2001 May 21
0
Rep:Re: [HELP] file access
Hi!
A .ST file actually is a file representing an Atari
ST disk. As Atari used Dos format, I can do (if I
want):
mount /pathTo/file.st /pathTo/mntPoint -t msdos -o
loop
So Stew (the Atari emulator) actually does file
access, not disk access.
Still, I'll follow Mr Patel's suggestion, and try to
send the resulting file.
Yves.
-----Message d'origine De: g.patel@wanadoo.fr-----
>I use
2008 Jan 07
2
Efficient way to substract all entries in two vectors from each other
Hi all,
I'm to inexperienced to come up with the matrix solution elusively appearing
on the horizon for the following problem and would appreciate if you could
give me a nudge ...
I have two vectors a, and b and need to find the closest match for each
value of a in b.
How to do that efficiently?
Thanks, Joh
2006 Jan 15
2
Multi Web Apps ...
Hi,
I''ve just setup Ruby on Rails using the guide I found at
http://fo64.com/articles/2005/10/20/rails-on-breezy
And was just wondering if it''s possible to host PHP on the same box as
well !?
I don''t seem to be able to find any info on this so any help would be
greatly appreciated.
I''m running Apache2 on Ubuntu Linux 5.10 (PPC version)
Thanks
Mic
--
2009 Jul 17
6
Deploying apps via policy
Can I deploy software/applications through group or domain policy with samba?
2010 Jun 24
4
Samba PDC and big files
Hello,
I'm trying to setup a PDC with Samba, but I have the known problem of the
roaming profiles: big files. I think it's difficult to guarantee that a
inexperienced user will copy is downloaded files, documents, or whatever,
to a H:\ share instead of is handy desktop. Other problem is the files of
Outlook or Thunderbird that can get big. The goal is to avoid email
configuration each
2015 Mar 30
0
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
On Mon, Mar 30, 2015 at 11:58 AM, Alfred von Campe <alfred at von-campe.com>
wrote:
> We have a third party shared library from a vendor that requires glib 2.15
> or newer. We are using CentOS 6.6 which comes with glibc 2.12, and I know
> it can't be replaced as it's an integral part of the OS.
>
> However, is it possible to build a glib 2.15 RPM from source to be