similar to: Rails apps and TextDrive

Displaying 20 results from an estimated 1000 matches similar to: "Rails apps and TextDrive"

2006 May 02
3
Mongrel on Textdrive
As anyone deployed on Textdrive using Apache + Mongrel? If so did you just install the GEM locally? I have filed a support request with Textdrive querying when we will see the Mongrel GEMs installed but have received no response yet... Thanks! Josh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 20
3
Anyone running a business hosting plan @ textdrive?
I currently run a handfull of sites on a MediaTemple VPS - which is blazing fast and very cheap for what I get. BUT installing rails and mysql v4 was a major pain in my ass, along with other things. I''m considering switching to a Textdrive business hosting plan but wanted to get some feedback from list members first. I pay about $200 a month quarterly for my MediaTemple service.
2007 Jan 21
2
Help with Installation on OpenSolaris (TextDrive Containers)
Gents, I installed ferret successfully in my MacOS (rails development) using the gem install. I did some tests and everything worked fine. Then I tried to install it on the same way on my production environment at TextDrive? running OpenSolaris? (container). This time ''gem install ferret'' seems to be completed: [92140-AA:~/web/labs/blogblogs/trunk] root# gem install ferret
2006 Mar 29
2
Textdrive Rails 1.1 Error - Dependencies::LoadingModule
Textdrive upgraded to Rails 1.1 already. I have an older rails app, and am now getting the following error: c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.0 /lib/active_support/depende ncies.rb:112:in `const_missing'': uninitialized constant LoadingModule (NameEr ror) from ./script/../config/environment.rb:91 from
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
2007 Jun 30
8
attachment_fu not working on Textdrive
I have attachment_fu working on my local Windows machine (localhost: 3000) But when I transfer it to Textdrive (Solaris), it doesn''t work. Any ideas? Give it a shot: http://haloresearch.textdriven.com:8217/raw_data_files/new I haven''t got the logger working yet on TextDrive, but that will be my next step. Any suggestion on what things to look at first? Chirag
2006 Mar 12
1
restart ROR app running on Apache, FCGI (textdrive)
I have an app running on Apache and FCGI (on Textdrive). It is displaying an error, and I need to restart it, but have no idea how to do it. Could anyone advice me on that? What are the commands to be used to start,stop and restart apps running on Apache and FCGI. I also want to make sure that apps on my other subdomains are not affected. Thanks for the help. Arpan -- Posted via
2006 Apr 03
6
Installing Ferret locally on TextDrive
I would like to give the 0.9.0 version of Ferret a try on my application hosted on TextDrive. I am currently running on the 0.3.2 version there. Does anyone have any tips on installing it locally there? I know just enough about Ruby gems to get by... but I am thinking it could be as easy as passing a -i flag to specify the install location for ferret. Then, the only thing I am not sure about
2007 Apr 13
5
[Ferret] Serious memory leak on Joyent / TextDrive / Solaris
There is serious memory leak bug in ferret. I''m having this error on TextDrive Container (aka. Joyent Accelerators) OpenSolaris with Ferret 0.11.4 It happens while searching for some terms with accented or special characters. This makes ferret to allocate lots of memory (usually reaching 3+ GB) and failing if another query like this is executed. Any ideas on that, could this be locale
2006 Jun 19
9
Railsday 2006
Can you guys post a demo of your application ? Would be great. Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2006 May 29
0
subversion password using capistrano on textdrive
Hi, I am trying to set up capistrano for use on textdrive, and followed the instructions posted at this very helpful site: http://blog.tuples.us/pages/rails-guide My problem is that when I try to execute rake remote:exec ACTION=cold_deploy the execution getss stuck when it tries to access my subversion repository. ** [out :: myurl.com] Authentication realm: <http://myurl.com:80>
2006 Jul 24
8
Off-topic: Rails hosting
All, I''ve been looking switching hosting providers, and have been strongly considering TextDrive. Doing a little Googling turns up a fair number of complaints that seem to be centered around server performance, stability and uptime. Since I know a poorly written app can contribute to all of these, I thought I''d pose the question to all of you. Does anyone here host
2006 Apr 06
2
OpenSSL: SSL_CTX_new:: library has no ciphers
I''m trying to do a basic get or post operation using Net::HTTP in SSL mode. I''m on TextDrive, which runs ruby 1.8.2; however, I have the /net folder from ruby 1.8.4 in my /lib to support net/https, which doesn''t appear to be present in 1.8.2. http = Net::HTTP.new "www.beanstream.com", 443 http.use_ssl = true http.start {
2006 May 18
9
Possible solutions to txtdrive process killing for cpu usage
Hi, I''ve just deployed a basic ecommerce site on textdrive.com. The application has been stress tested on our local development machines and appears to be running fine (no memory leaks). However, on textdrive the fcgi processes are being killed after just a few requests apparently because of cpu usage (The log says the processes exceeds 17% average cpu usage in the last few minutes)
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 Jun 09
2
Noob with Overwhelming Deployment Woes...
I''m doing some searching for deployment options, and I feel like I''m getting buried in a lot of new technology and assumptions that I know all that it''s dependent on. In the past I''ve done small things with PHP where I just dump the app in a folder and everything works out of the box. I found that everyone is using Capistrano, which relies on Subversion
2008 May 14
6
anyone from Joplin, MO
I'm trying to convince my employer to deploy an Asterisk based system, but one member of the leadership team is against it. The rest of the team is for it, but he's convinced them that we should find other organisations in the Joplin, MO area who are using Asterisk first because, "we don't want to be the first in our area." I can't fathom how that's relevant, since
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
Hi, I try to deploy rails application to textdrive account. I use Geoffrey Grosenbach''s script http://nubyonrails.com/pages/shovel Unfortunatly I receive error message :-( Can you help me with this problem? I have no clue where exactly problem is :-( Please see log below ---- LOG ---- c:\Projekty\truck\trunk>rake --trace remote:exec ACTION=setup_lighty (in
2006 Feb 14
3
is shared hosting evil?
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 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