similar to: Mongrel Cluster: Rolling restart?

Displaying 20 results from an estimated 1000 matches similar to: "Mongrel Cluster: Rolling restart?"

2007 Nov 07
2
find_pid broken in mongrel_cluster 1.0.4
The find_pid method no longer returns a nil by default which causes some breakage in cases where the pid can''t be found since the local variable ''pid'' becomes the entire output of the ''ps'' command. Can you add this return back in so that it behaves the way it did earlier? thanks, eric
2006 Oct 22
10
Configuration Error?
I''m trying to get a rails app running with this configuration: Mongrel, Apache 2.2, mod_proxy load balancer and Rails 1.1.6 error I have a rails app on another server working with (apparantly) the same configuration and it runs fine so I''m stumped. I''m wondering if anyone has any insight into the error I have pasted below. It seems to be one of those errors that
2006 Jul 24
1
Tabnav Plugin: Tabbed navigation made easy
Hi guys, this is just to let you know I''ve just released a rails plugin that lets you build tabbed navigation very easily and quickly. you can check it out here: http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app I''m posting this via ruby-forum so if you have questions or suggestion please drop me an email at staff@seesaw.it
2014 Aug 20
1
Hulu requires Flash Player 10.1.53.64
I'm running firefox on Centos 6 and am trying to watch a movie on hulu. Hulu requires Flash Player 10.1.53.64 or higher What to do? My recollection is that dealing with flash has always been a pain and that it recently got worse when Adobe EOLed flash for linux. Is this correct? [hennebry at localhost grease]$ uname -a Linux localhost.localdomain 2.6.32-431.20.3.el6.x86_64 #1 SMP Thu Jun 19
2009 Aug 16
11
best "Rails on the cloud" solution?
A search of this forum for "cloud" brought up a pretty anemic and mostly year or more old list of stuff. That was a bit of a surprise to me. I''m interested in getting opinions on the easiest way to deploy a Rails app to a well known (S3 or similar) "cloud" server. It should be something with little or no "installation" or "establishment" fees and
2010 Nov 11
2
Flash problems in newest upgrade?
Hi, I just upgraded to the newest kernel and Flash. Hulu now "grays out" when I try to go to full screen. I tried uninstalling and reinstalling the proprietary video drivers (no difference either way), so I'm guessing it has something to do with either the new Flash or the new kernel. Anyone else experiencing this problem? Thanks for any pointers. -- RonB -- Using CentOS 5.5
2010 Nov 08
2
flash-plugin crashes on full screen
Hi List. doing my weekly updates with yum last night installed kernel.x86_64 2.6.18-194.17.4.el5.centos.plus and flash-plugin.i386 10.1.102.64-release now today as I go to watch a movie from hulu.com it crashes the flash-plugin whenever I try to go full screen. Anyone else notice this behaviour? I guess I'll try to downgrade flash and see if that fixes the problem. TIA --------------
2007 Aug 22
1
Tabbed Navigation
Went back and forth a bit trying to find out the easiest way to do this. Found a plugin but it didn''t seem very stable/well written. This is what I have going right now: - if @content_for_recipe_editor_tabs = yield :recipe_editor_tabs - else = tabbed_navigator(RecipesController.send "edit_tabs") If any templates/sub-templates/partials used in this render have
2006 Aug 05
2
Multi-step forms
I need to create a number of multi-step forms for creating models. Currently i''m looking at http://www.bigbold.com/snippets/posts/show/277 As a solution. Are there any other methods you guys would recommend? Are there any reusable (dry) methods of creating multiple multi-step forms? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 04
1
How to hack a mongrel cluster to restart in an alternating manner?
Hello, I''ve been trying (unsuccessfully) to hack my mongrel_cluster to re-ststart in an alternating manner. Specifically, this soluiton: http://blog.carlmercier.com/2007/09/07/a-better-approach-to-restarting-a-mongrel-cluster/#content Which means I an call to mongrel_rails cluster::restart to do this: mongrel_rails start 8001 mongrel_rails stop 8001 mongrel_rails start 8002
2007 Mar 20
1
SIP/Polycom Issue, Asterisk 1.2.16, calls dropped
I've been running the 8/1/2004 Head release up until a little over a week ago. I was forced to due to a card failure to upgrade to 1.2.16 without any advance preparation or testing (most of my connections are via satellite to all corners of the globe with high latency). Up until the upgrade I was running with very few issues. Since the upgrade I have been experiencing strange issues
2007 Jul 13
11
Mongrel + Insert Web Server Here
Which web server does mongrel fair best with? -Ron
2007 Mar 16
1
0.4.2 compile error on FC5
I get the following error compiling swfdec on FC5 x86_64 - i have cairo-1.0.4 2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 /home/eric/Desktop/swfdec-0.4.2/libswfdec/.libs/libswfdec-0.4.so -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -loil-0.3 -lgobject-2.0 -lglib-2.0 -lz -lasound -lm -ldl -lpthread ../libswfdec/.libs/libswfdec-0.4.so: undefined reference to
2007 Mar 15
4
Via Eden
Hello list, i?m looking forward to buy a new server. It should be low voltage so i?m thinking of a via eden processor like this one -> http://tinyurl.com/3ymlkl (sorry, there?s only a german page). Has someone expierence in using a via eden processsor? Thanks! Kamill
2006 Jan 05
8
Repost - Do dynamic finders work with legacy schemas?
Hello everyone, I have another question related to a legacy schema I am working with. Do dynamic finders work with legacy schemas in general? The schema I am working with uses hungarian prefixes for column names. For example fOpen is 0 if a bug is closed and 1 if it is open (type smallint). When I try @bugs = Bug.find_all_by_fOpen(1), I get the following exception: undefined method
2006 Oct 15
14
Mongrel can''t handle some URLs that IE6 sends
IE6 happily sends unsafe* characters unencoded if you''ve typed them into the URL bar of your IE6 window. This could happen if you copy & paste a URL from an email or web page. Mongrel doesn''t seem to handle these properly. In 0.3.13.3 it would print out something like: Sun Oct 15 23:05:38 CST 2006: BAD CLIENT (192.168.1.2): Invalid HTTP format, parsing fails. 0.3.13.5
2006 Apr 16
7
Problem running unit tests
I am running Rails 1.1.2 with Ruby 1.82-15. My database is Postgresql. I haven''t had any problems generating models, migrations, using scaffolds, and generally building and using my application, but I haven''t been able to get testing to work. I initially just ignored the problem and kept developing, but would like to add proper testing from here on out. Currently when I type
2006 May 03
6
Versioning the contents of a table as a set
I am looking at using acts_as_versioned to manage revisions of data in several tables in my application. However, the default behavior of acts_as_versioned appears to apply to individual rows within a table. The tables I want to version are complicated lookup tables and what I really want is to version the entire contents of each table as a single set. Adding a row, deleting a row, or updating
2006 Oct 23
8
can a worker commit suicide?
Can a worker kill themselves when they''re ''done''? Or do I have to do that either from the controller or the worker manager? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061023/11dd429c/attachment.html
2006 Jan 05
10
OT -- A "HOWTO" is a guide not a question.
This is way offtopic, but I''ve seen this several times recently and it''s annoying me. If you put "HOWTO" in your subject that means that you''re posting a guide on a particular topic. It doesn''t mean that you''re asking a question about "how to" do something. It''s not like it''s a crisis, but it screws up searches