similar to: why is webrick running in development mode?

Displaying 20 results from an estimated 4000 matches similar to: "why is webrick running in development mode?"

2006 Jul 21
6
Troubleshooting tips for getting Apache/RailsApp/Dreamhost
Hi, Background: I''m currently stuck getting my basic rails application working on dreamhost. I have gone throught the doco. Note that I can via my unix account run "ruby script/server" and get the application working via webbrick. The problem I am having is that trying to go to the app via the normal apache approach my browser just sits and spins with nothing coming
2006 Jul 27
5
Dreamhost working deploy.rb? Can anyone post/send me a copy?
Hi, Just trying to get Capistrano working to Dreamhost. I''m hitting a permissions issue on the reaper file at the moment. Has anyone a copy of the capistrano DEPLOY.RB file they could post or send me a copy of please? Thanks Greg -- Posted via http://www.ruby-forum.com/.
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi, Just trying to get my first database based rails app up on dreamhost.com. The app was working prior to putting in mysql DB usage but I''m just stuck on getting the app working with mysql. I''ve already created the database and can connect to it manually. Below is the error I get after running the rake migrate. It worked OK on my home PC environment. I did change the
2009 Sep 25
8
Cheapest Rails Hosting where they give you full access to Apache (to load modules etc)???
any pointers / suggestions re cheapest Rails hosting where they give you full access to Apache (to load modules etc)??? Can be a shared platform, however not sure if there is a shared platform type hosting service where they do give you such access?
2006 Jul 26
3
Capistrano - freezes & I don''t get prompted for password??
Hi, Just having a problem trying to get capistrano working to the remote server. I''ve set things up per the below to links, but when I enter "cap setup" (or "rake remote:exec ACTION=setup" - I assume they are the same) then things FREEZE and it never asks me for a password. I have to kill the "cmd" window. Is there a way to get some level of trace or
2006 Jul 19
11
Hosting a Ruby App From Home - Approach?
Hi, Any advice/comments on the potential for hosting some personal Ruby applications from home? (i.e. for learning, sharing with friends etc) Would the basic concept be: * Need to buy a static IP address from you ISP * By a domain name and point it to the static IP address * Run Apache as the front end web server - Q: What basic lockdown/security steps should one take? * Perform a PORT
2006 Aug 15
3
Versions Compatibility and RAILS_GEM_VERSION
Is there any problem with versions compatibility? A project I started with 1.1.2 cannot run with 1.1.4. Dreamhost recently updated their rails from 1.1.2 to 1.1.5 and 1.1.6. Needless to say I got "Application Error". However when I changed RAILS_GEM_VERSION to either 1.1.5 or 1.1.6, it works. (Haven''t made a thorough checking though.) Here it seems there is no
2006 Oct 31
3
works with webrick,lighty, not mongrel
Hello, I''ve been working away to setup mongrel as my production server, however I am running into an odd problem and am not sure where to investigate for the answer. When I run using mongrel_rails start most things work fine, but a I get a few inexplicable undefined method errors, for example: undefined method `send_qbxml'' for #<Sync:0x2aaaafa7aa78> The method is
2005 Dec 22
2
Lightty idle-timeout - does it work?
Rails 1.0 on RedHat with MySQL It seems that my app stops functioning overnight [actually I am assuming that it is after a period of inactivity]. Googling around for solutions, it seems that it might be an issue with timeouts on the MySQL session. A suggestion I found was to a) increase timeout on MySQL [don''t want to do that]; b) add idle-timeout parameter to Lightty. So I
2006 Sep 12
3
rails threads / contexts / fastcgi - can someone explain ???
Hi, Would someone be able to explain how ruby class/object contexts work from the point of view of a deployed rails application using FASTCGI and noting there are multiple Ruby processes running (say on dreamhost for example). Some questions to help clarify what I''m trying to understand: a) how do incoming URL requests get spread across the multiple Ruby processes (let''s
2007 Feb 13
2
SMS service for Rails app alerts - recommendations for free/cheap service/approach for rails apps???
Hi, I''m interested in triggering SMS alerts from my Rails app (hosted on Dreamhost) for key events or errors. Any recommendations re whether there is a free SMS service to enable this? Or else a cheap service? Also whether there is a rails plugin to make this easy? Tks Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2006 Jul 16
4
Cheap Hosting Options? (for Ruby on Rails) Suggestions?
Hi all, Any suggestions re cheap [or free ideally :)] hosting solutions for Ruby on Rails applications. At this stage for me it''s just the ability mainly to learn/play, but at the same time being able to publish the application to internet so friends can use. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Aug 12
1
Which defect tracking tool (Dreamhost)
Hi, Just wondering what people use for defect tracking generally in the RoR community? Is there an open-source/free online defect tracking site available? I already have my own SVN via dreamhost but am now thinking about use of a specific defect tracking system for defects/enhancements to track them. Note - I''ve gone for Dreamhost hosting. Not sure if there is a specific
2006 Jul 16
14
Rails, FCGI, DreamHost, and endless frustrations
Hi all! I''m trying to deploy an application out to a subdomain at dreamhost. I am getting the dreaded "Rails application failed to start properly" error. The logs for my app are empty. In the DreamHost FTP app, when I look in the error.log file (I''m guessing this the Apache error log file) I see the following for each of my attempts: [Sun Jul 16 12:36:32 2006]
2006 Oct 10
7
Problems with RJS w/ Lighttpd & Ubuntu
I have my code working on my local machine no problem, but when I upload to the server the RJS effects I have aren''t working. The server is running Ubuntu Dapper w/ lighttpd while on my local machine I''m using webrick. For kicks I shut down lightty and booted my app on the server with webrick and it works fine. So it''s definitely a lightty issue. Anyone else seen
2006 Jul 26
1
Is capistrano command meant to be run on remote server??
Hi, Just setting up capistrano. Have dev & test on my PC and production on a remote dreamhost server. I''m following http://wiki.dreamhost.com/index.php/Capistrano Basic question, but are the various capistrano commands meant to be run from the local PC, or from the remote server? Is the idea this is all about production deployment tasks hence can be run on the remote server,
2006 Jul 14
5
browser connection issue to http://localhost:3000/ on XP ?
Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( * I''ve tried: localhost:3000, 127.0.0.0:3000, 127.0.0.1:3000 + the IP address that
2006 Aug 05
1
"uninitialized constant" error when I go to app base URL???
Hi, I''m getting the below attached error when I navigate to the root of my web application on my hosting site (dreamhost.com), however in development it works fine. Any ideas? That is I have one controller so the direct URL is "http://mydomain.com/contacts". This works on dreamhost and locally. BUT when I go to "http://mydomain.com/" this works locally (on
2006 Aug 02
5
monitor fcgi?
Im trying to get a new app up on dreamhost. What fun :/ Id like to try out the ''frao_handler'' which just keeps dreamhost from automatically killing my fcgi processes. But Im also worried about things getting out of hand. I seem to remember that captures in views can cause problems with fcgi (I might just be making that up????), and I do have few in my app. And well Im
2006 Jan 06
5
Routing problems - Apache proxy vs. Webrick direct
I dropped the use of fastcgi because I could not get popen working (see ''[Rails] Apache2 and popen''). It works under WebBrick. Since CGI is too slow, I thought I''d proxy to WebBrick via Apache. I am having routing problems now with escaped slashes in the URL. Here''s my routes.rb: map.connect '''', :controller => "wiki"