Displaying 20 results from an estimated 1000 matches similar to: "Typo 4.0.0 on Dreamhost"
2006 Jul 25
0
Typo 4.0.0 on Dreamhost (how to disable article preview?)
I''ve just finished installing it, I''m blog-posting about it. as soon
as i finish this post, I''ll let you know.
Btw, how can I disable the preview when posting a new article? It''s a
little lagged and slowish while I see a dispatcher consuming some
considerable cpu time.
Thanks.
On 7/25/06, Tiago Pinto <thpinto@gmail.com> wrote:
> I tried without any
2006 Aug 10
5
how to upgrade rails
hi
Is there a way to eaisly upgrade rails to the most recent version?
thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2006 Jul 28
0
typo 4 on dreamhost
I''ve installed typo 4.0.0 on my dreamhost account and decribed how
I''ve done it: http://blog.fusiveis.net/
I''m sure the gem way can be much more interesting, however this guide
installs typo the old way and is working. I''m planning to write about
installing gems on your own DH account and then install typo using its
new gem.
--
Tiago Pinto
DEIUC - Departamento
2006 Apr 23
3
Just a couple questions on how I should go about this.
I''m working on my personal site. The design is complete and I want to
integrate some rails into it. I''ve done a few small things before, but
compared to them this is big.
I need a simple blog with categories and comments and an archive. I want a
nice posting system, but don''t want it in HTML. Is there something I can add
or make, kind of like BBCODE?
I pretty much know
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi
Have this helper method inside a sites_helper.rb module
def distritos
[
['0', 'Todos'],
['1', 'Aveiro'],
['2', 'Beja'],
['3', 'Braga'],
['4', 'Brangança'],
['5', 'Castelo Branco'],
['6', 'Coimbra'],
['7',
2006 Apr 22
6
Friendly Reminder (OT)
Today, I had a tragic hard drive crash. I hadn''t updated anything to SVN in
two weeks.
I''m posting this here as a reminder to my beloved Rails community.
Everyone, right now..... make a backup of your rails work. Make sure its on
two disks. Many of you already do that automatically, but just make sure its
working.
Two near-release rails plugins were lost in the tragic crash
2008 Nov 20
1
different ACF results
Dear all,
I have one Model (M3) fitted using the lme package, and I have
checked the correlation structure of within-group errors using
plot(ACF (M3,maxLag=10),alpha=0.05)
But now I am not sure how to interpret this plot for the empirical
autocorrelation function.
The problem is that I am used to see/interpret diagrams in which all
the autocorrelation Lags, except lag-1, are inside the
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 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
2006 Mar 13
2
Dreamhost uploading
I haven''t had a chance to upload my app and configure dreamhost, but I
did log in and create the folder using the "rails app_name" command.
Now, my question is, I read online to do this:
> cd domain.com
> rails my_app_name
So, I did just that. Rails will know what to do even though my
application is in a sub-directory under "domain.com"?
Essentially,
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 Mar 14
5
Dreamhost Database problems
I''m working on uploading my site to dreamhost. I just setup my
production database, and gave it a host name. It said that it was
successfully created. Now, it''s been like 25 minutes, and I still can''t
connect to it. Is that normal?
How can I get my tables created? Just wait it out? I''m trying to load
it in the browser, and it says "server not
2006 Aug 11
2
dreamhost error after 1.1.5 upgrade
My site was working fine earlier, but since the 1.1.5 upgrade at
dreamhost it just hangs and hangs and then gives the "Application error,
rails failed to load properly". Fastcgi was and still is enabled in the
control panel. I had been using capistrano to deploy and it has been
working well that way. The application works on my local box which has
1.1.6 running. I edited
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
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 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 Aug 09
2
Large file upload and Dreamhost
I want to allow uploading large files (50 mb+) through a web form with
rails on a dreamhost shared server.
With a normal http post (of course), it doesn''t work.
So I tried an FTP upload, but even then, it doesn''t work.
Should working with threads or some kind of progress indicator (and
keeping querying the server) be of any help?
Any input is welcome.
Geoff
This