Displaying 20 results from an estimated 1000 matches similar to: "Trouble running script/indexer at Dreamhost"
2005 Dec 21
1
Active Search
Issue:
I am trying to get a good quality search capability across our site. I
ran across ActiveSearch
(http://julik.textdriven.com/svn/tools/rails_plugins/simple_search/)
which seems to be a better solution for us than SimpleSearch (and
SearchGenerator) as it is more than just word based. However, I am
unable to get the project built and being fairly new to Ruby / Rails I''m
a little
2006 Aug 16
5
Dreamhost FastCGI: incomplete headers (0 bytes) errors
Sorry to trouble the list with another Dreamhost problem, but looking
through the archives I see nothing that can solve my problem.
I have installed my app as per
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Quick_Start_Guide_August_2006
with a symbolic link from my_domain.tld in ~/ to
~/apps/residence/public/
I get the Rails welcome screen. I have uploaded my app directory etc,
and
2006 Jun 08
0
Question about searchgenerator
Hi,
I am using the search generator in my application. How do i incorporate
this to the application when i deployed it on a host since i can''t
install simplesearch via gem on the server? I tried unpacking the gem on
my local machine. I got the folder SimpleSearch-0.5.0 and i added it to
the vendor directoy of rails. I also added ''require_gem simplesearch'' to
the
2006 Mar 31
7
Recommended search library?
I''m at a point where I''d like to start adding search capability to my
app, so I thought I''d ask:
Anyone have any recommendations for a good Rails search
library/plugin/etc? There seem to be quite a few different ones out
there, but I don''t have much context on any of them.
What is the difference between using Ferret, or a SearchGenerator,
SimpleSearch,
2006 Jul 21
2
Dreamhost - how to login to your unix account?
[apologies but dreamhost forums are down & I''m keen to get a rails up on
my dreamhost account but the following isn''t clear to me - I''m just
hoping one of the rails dreamhost users can set me straight]
I''m having difficulty in PUTTY to login to my unix account. I''ve
tried by using Putty SSH to access
2008 Jul 08
0
Installing my own gems on a Dreamhost account
Hey all,
Does anyone who uses Dreamhost have any experience installing your own
gems there?
On their wiki, I''ve found this:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_Gems_Installed_in_Your_Home_Directory
And this:
http://wiki.dreamhost.com/index.php/Passenger
(down at the bottom)
But I seem to be too dumb to interpret these directions, since neither
one seems to work.
2006 Jul 18
1
Capistrano Deployment on Dreamhost
I''m having trouble getting Capistrano to work on Dreamhost. I seem to be
having problems logging in, but I can ssh fine to my dreamhost server
from this machine. This doesn''t seem like a dreamhost specific thing to
me, but I''m kind of stuck.
Here''s the exception I get from "cap setup":
2006 Aug 04
1
file_column issues on dreamhost
ok, here''s the deal. I''m having an issue using the file_column plugin on
dreamhost. Everything works great on my local dev machine using
webrick. On dreamhost i have no errors, but initially the uploaded
images where stored in /public/user/...etc... When the image should have
displayed I just got the filename instead.
I though it might be a routing issue, so I tweaked the
2008 May 23
0
Camping on Dreamhost
I spent a few hours tonight getting Camping working with FastCGI on
Dreamhost. I pieced together information from a blog post, an email thread,
and the SiteFive page on the Camping wiki, and posted my working results in
two places:
Camping wiki -
http://code.whytheluckystiff.net/camping/wiki/CampingOnDreamhost
Dreamhost wiki - http://wiki.dreamhost.com/Camping
Hopefully this helps somebody!
--
2005 Jul 28
0
Fwd: (Dreamhost) [Announcement] Ruby on Rails change to production mode
For anyone watching Dreamhost''s RoR support:
Begin forwarded message:
> -----Original Message-----
> From: DreamHost Announcement Team [mailto:support-OZUH0SiS3Izby3iVrkZq2A@public.gmane.org]
> Sent: Wednesday, July 27, 2005 8:58 PM
> Subject: [Announcement] Ruby on Rails change to production mode
>
> This announcement applies only to users of Ruby on Rails, the web
2006 Apr 05
2
Typo on Dreamhost
I''ve had no success getting Typo running on my Dreamhost account. Does
anyone have a link to an FAQ on getting Typo up on Dreamhost?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Aug 16
0
Help get Mongrel on Dreamhost
I know there are some Dreamhoster users here, who might be interested in
getting Dreamhost to support Mongrel. If you are, vote for the
suggestion via this link:
https://panel.dreamhost.com/index.cgi?tree=home.sugg&category=Software%20Installations&search=mongrel
Cheers,
Tom
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 May 19
1
LoadError - no such file to load -- pathname (Dreamhost)
I''ve started getting the following error on Dreamhost when trying to run
any scripts or dispatch.*
[barry]$ ruby -d script/server
Exception `LoadError'' at ./script/../config/boot.rb:6 - no such file to
load -- pathname
./script/../config/boot.rb:6:in `require'': no such file to load --
pathname (LoadError)
from ./script/../config/boot.rb:6
from
2006 Apr 13
3
Creating 2nd rails app on Dreamhost?
My hosting provider is Dreamhost, and for some reason can''t figure out
something that should not be that hard to do. Being a linux newbie
isn''t helping me much either :-)
On Dreamhost, each domain gets its own subdirectory. To setup my web
app for each domain, I just go to the parent directory of that domain in
a telnet session, and type "rails mydomain.com", and
2006 Jul 28
0
Dreamhost, fastcgi, validates_uniqueness_of.... is not always unique?
Hey everyone,
I have an application running on dreamhost with fast cgi (FCGI). I have a
model, "Member", that has the following validation:
validates_uniqueness_of :email, :if =>
Proc.new{|member| !member.email.blank?}
The :if clause is really not needed because an email address is required and
in fact the model also has:
validates_presence_of :email
2005 Dec 18
0
Dreamhost Deploying Problems
Hi Everyone,
I am trying to deploy my app on dreamhost and am following the quick
start instructions on this wiki located here:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails
I have followed all of the directions and can''t figure out why it is not
working! I have been pulling out my hair for the past couple hours.
Here is the sub-domain it is installed on:
2008 Mar 10
0
mocha gem error on dreamhost
I''ve just signed up to dreamhost and I''m trying to set up a rails
application but I get a ''Rails application failed to start properly''
on the welcome screen of the rails page.
I followed the instructions on the wiki page on how to set up your
rails app on dreamhost.
when I enter: ./dispatch.fcgi
I receive the error: ''could not find Rubygem
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
2007 Feb 27
5
Camping on Dreamhost - Please Help!
Hi Folks,
I''ve been trying to get camping up and running on dreamhost for the
past six hours, but have had no success. I''d really appreciate any
suggestions!
The camping gem is on the dreamhost server, but just to make sure it
wasn''t a dependency issue causing all the problems, I installed
camping + the full set of dependencies in my own gem directory (both
are on the