Displaying 20 results from an estimated 10000 matches similar to: "Production Server That Just Works?"
2006 Jan 09
9
Noob, installing rails on a goDaddy virtual server?
Hi,
I''m completely new to all of this. Not even certain this is an
appropriate forum for an installation question.
I''m just about to plunk down some money to get a virtual server. In
looking over the list of isp''s elsewhere on this site, goDaddy isn''t
mentioned - probably because they don''t offer rails as a standard
distribution. There are some
2006 Apr 03
11
Rails VPS Business Hosting
Greetings,
Does anyone have experience with Rails VPS hosting? I''m basically
looking for a hosting reseller option so I can have control of my
clients domains and hosting. I''m looking for something easy to use;
although I like learning it all, and am learning a lot, I am most
definitely not a command line linux user type as of yet.
The one that I''ve looked at
2006 Feb 15
6
Measuring hosting performance: shared <--> vps <--> dedicated
Every app we build has to be deployed, and the price has to be right.
* dedicated servers start at 99$/m (Dreamhost, ..), and
shared hosting go up to 47$/m (PlanetArgon) or 60$/m (TextDrive)
* Railsplayground: 2$/m
* TextDrive dedicated servers : 1000$/m
Is there an objective way/tool to measure, test and compare the
performance of the hosters?
Alain
2006 Jan 06
8
How do I write a generator?
I''d like to take some advice and write a generator to change the
scaffold.css. How do I do that? I looked on the wiki and googled it
but have not found anything yet.
Any help would be much appreciated.
bruce
2006 Jan 14
12
Dedicated Host Recommendations?
I currently have a dedicated server at ev1servers, but
it''s getting rather antiquated (Redhat 9) and am
looking to upgrade. I''m thinking about serverbeach.com
- one of their CentOS servers. Anybody have any
recommendations for dedicated servers on which to run
Rails? Hopefully less than $200/month.
Thanks!
CSN
__________________________________________________
Do You Yahoo!?
2006 Jun 10
8
OT: Good virtual server host with debian?
Hey all,
I''m casually shopping around for a host that will give me a virtual
server running Debian. It would host some of my rails projects and
probably some svn.
Does anyone know of a good host? Anecdotes about satisfaction would be
nice.
Thanks,
Bryan
--
Posted via http://www.ruby-forum.com/.
2006 Mar 06
8
RoR on a VPS
I''m looking for a virtual private server to run a RoR site accessing a
database on a different machine.
This is a small application - basically a form to add records, and a few
summary screens.
What are the minimal requirements for a vps?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 15
11
OT: Anyone have experience with completelydedicated.com?
Guys,
I''m in the market for a reliable, trustworthy dedicated server solution.
I''ve been running my own servers internally on a Speakeasy Static IP DSL
connection, but recent problems with my local loop has caused me to
reconsider this solution.
completelydedicated.com offers a value Sempron for $59/monthly...a bit
higher than I wish to go but I have no choice. Can
2005 Dec 28
8
Rails app lags after inactivity
Hi all. I have two Rails applications. Each is on its own VPS hosted by
Pipespring (excellent service btw).
My app runs lightning quick - AFTER the first load. If I visit my site after
a period of inactivity (i.e. no visitors to my site), it takes up to 10
seconds to load that first time. After that I can hop around with no
problems.
Has anyone run into this before? Ideas?
- Rabbit
2006 Feb 27
21
what hardware shuld I but to manage 100k of connections per day?
I''m doing a fotolog for a company.
It''s expected to manage about 100k of connections per day and about 1500
concurrents connections.
What hardware should I buy to manage those numbers of connections?
I''m planning to use slackware + lighttpd + fastcgi, but perhaps we will
have to reuse some scripts in php, in that case I would use slackware +
apache + mod_php + fastcgi
2006 Apr 04
4
Maintaining and securing the "Perfect Rails/Debian/Lighttpd Stack"
Hi there
I''m planning to build "The Perfect Rails/Debian/Lighttpd Stack",
published by Ezra Zygmuntowicz and Sean Schertell at
http://brainspl.at/rails_stack.html
I''m wondering what sort of constant maintanance that setup would
incur. What actions have be regularly performed to keep this setup
healthy and secure under normal conditions?
Alder
2006 Apr 27
3
Books, other resources for new Rails VPS sysadmin
Hello!
Since Virtual Private Server seems to be the only way to run Rails
apps without problems, so in the future I will need to become a Linux
sysadmin.
I plan on using debian (as per Ezra''s instructions in <http://
brainspl.at/pages/perfect_vps>).
Rails VPS sysadmin is not the same as general Linux sysadmin, since
only webserver, db and email are of interest (and of
2005 Nov 18
7
[OT] Shared hosting for Rails projects
To much of my dissapointment, the uptime on my TxD account does not
improve.
What alternatives do we have for hosting Rails projects on shared
accounts? I would love to keep lighttpd and the level of control I
have on TxD but wouldn''t like to spend much more (I am currently on
the 25$/month plan).
I won''t need much support, but I would love to have subversion
2006 Jan 04
10
Is Webrick good enough?
Hi all,
On the rails list I''ve seen that it''s hard to integrate Rails with Apache
(especially apache2), that it''s hard to change the default port (3000), and
that Apache runs Rails stuff slowly.
Is it reasonable to run Rails stuff on Webrick while simultaneously running
other stuff on Apache? How does one simultaneously run two rails applications
on Webrick, when
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2006 Feb 14
18
Does shared hosting work? Anywhere?
I moved a rails application to textdrive using their low-cost shared plan.
Once on textdrive my app would display ''proxy errors'' periodically. Hitting
reload
seemed to be all that was needed to get past the proxy error.
After discussions with their support people I decided the proxy errors were
being caused by apache server restarts -- because there were many of us
sharing
one
2006 Jan 16
42
Linux Suggestions
I''m fairly new to Ruby & Rails and I come from a stricly M$ background. I''m
trying to move into the world of open source, but I don''t have a good roadmap.
I''m starting to develop a Rails-based product and I want to have the option to
distribute it to non-hosted customers. So I''ve said all that to say this... I
want to learn how to setup linux and
2006 Aug 19
3
Special ruby language for describing sql conditions
I was brainstorming today about a smooth way to define conditions in an
sql query, when the numbers of attributes increase, so does the uglyness.
So instead of passing a hash, I thought you could specify the conditions
directly in code.
I hacked together some example code which actually turned out to work.
The result is concise and pretty beutiful.
def search(params)
Ad.find(:all) do
2006 Oct 02
13
[Slightly OT] Do you use virtualization in production ?
Hi!
I''ve been using parallels, vmware player, or virtual pc (did not try xen
yet) for development, testing and experimenting with new platforms (and I
must say I love them - copy paste a few files, and I have a clean deployment
box etc)
Since the RailsConf and various talks I''ve seen (like Jason Hoffmann''s
http://svn.joyent.com/public/JasonHoffman-EuroRailsConf.pdf ,
2006 Jul 01
22
TextDrive complaints
Hi all,
I have deployed my Ruby On Rails application on TextDrive.
At first everything seamed to be fine. However, lately, response time of my
application is incredible slow.
Worse, lately there is also a lot of downtime.
I have contacted their support desk, however, they do not respond (at all,
or very, very late).
Has anyone else these experiences with TextDrive?
And if so, what did you do