search for: alisonrowland

Displaying 7 results from an estimated 7 matches for "alisonrowland".

2006 May 30
6
Getting /etc/mongrel_cluster and startup script to work?
Hi, I''m trying to setup my mongrel clusters to start on boot. I have followed the instructions under the "On Boot Initialization Setup" section at http://mongrel.rubyforge.org/docs/mongrel_cluster.html. When I try to start it up, I get the following error: me at mybox.com: sudo /etc/init.d/mongrel_cluster start Starting all mongrel_clusters... !!! Path to log file not
2006 Jun 09
2
Deployment Suggestions
Did a quick search, but didn''t come up with anything definitive. So what does everyone think is the best low maintenance and most hassle free way to go for deployment? Is lighttpd still everyone''s choice? I remember seeing one that was a pre-packaged environment with apache I think. Anyway, just about to deploy an app and thought I''d ask suggestions - want to see
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped: I have an app that requires sudo to run mongrel_rails. For my capistrano recipe is do it like this: sudo "mongrel_rails start -e production -p #{application_port} -d -c #{current_path}" Which works famously. Now I have tried several things for my restart task. Here they are: sudo "cd #{current_path} && sudo
2006 Jun 30
0
Fwd: Mongrel-users Digest, Vol 5, Issue 22
...smachine.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060630/f6abd4b4/attachment-0001.html ------------------------------ Message: 9 Date: Fri, 30 Jun 2006 08:09:43 -0400 From: Alison Rowland <alisonrowland at fastmail.fm> Subject: Re: [Mongrel] Time To Pick the Mongrel BUGS Mascot! To: mongrel-users at rubyforge.org Message-ID: <34D1EB40-A5A5-4744-8A25-0A2B84197A22 at fastmail.fm> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed +1 Jake. His photo seems the most iconic t...
2006 May 24
8
Rails, Ubuntu dapper & Mongrel > uninitialized constant Mongrel::HttpHandler error
This on Ubuntu testing with the default ruby1.8 package, RubyForge current gems, mongrel...this look familiar to anyone?? andre@andre:~/rails_apps/depot$ mongrel_rails /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13/lib/mongrel/rails.rb:44: uninitialized constant Mongrel::HttpHandler (NameError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from
2006 Aug 17
0
Sqlite3 Update Problems
I have an Sqlite3 DB backing a Rails app, which was previously working fine, but then my client called me up to say he couldn''t update his site. The site works fine for any type of "select" type operations, but not for any "update" type operations. I have tried all manner of permissions, and even moved my symlinked db out of a shared directory directly into the db
2005 Dec 01
0
Problem using a date helper
Hi, I''m having trouble getting a date helper working. I was pointed to this by Sean Allen, and it resides at http://theredheadedstepchild.net/articles/2005/08/04/datehelper-fixes It''s meant to fix the bug in Rails which doesn''t allow datetime_select to properly discard the year. So, I''m trying to use the helper''s time_select function. date_helper.rb