search for: tieg

Displaying 5 results from an estimated 5 matches for "tieg".

Did you mean: tie
2007 Sep 24
3
Trouble using backgroundrb
Hi all, I''m a newbie to backgroundrb and am having trouble integrating it into my rails-app. I''m using namespaces to differentiate between the parts of my app. When I want to create a new worker, it seems that it cannot find the worker object. Here''s my code: -------------------- controller app/passwd/index -------------------- class Passwd::IndexController <
2006 Aug 24
3
Mousehole stuff
...put scripts in mousehole? I noticed the three scripts in /samples weren''t listed in apps. Also, if anyone knows of another way to setup a really simple proxy that can proxy https pages, I would be grateful to know how (as far as I know you can''t do this with webrick http proxy), tieg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20060824/5e24b359/attachment.html
2006 Oct 02
1
Problems Deploying a Camping app on TxD
...} The lightty error log is giving me this everytime I get that 500 error: (mod_fastcgi.c.3215) response not received, request sent: 1236 on socket: unix:/users/home/me/var/run/appname-0.socket-0 for /users/home/me/web/appname/appname.rb , closing connection Does it look familiar to anyone? -tieg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20061001/4a265416/attachment-0001.html
2007 Jun 06
2
struggling with stability
Greetings all, Unit tests are passing, but I''m having mucho problems getting brb to run without exceptions for more than 6 hours. I''m seeing a mixture of the following 2 exceptions: 20070605-11:26:56 (21497) failed to find slave socket - (RuntimeError) 20070605-11:26:56 (21497) /usr/local/lib/ruby/gems/1.8/gems/ slave-1.2.1/lib/slave.rb:435:in `initialize''
2006 Jan 15
13
Hotlinking an entire row in an HTML table
Hi, This seems simple but I cant get it to work... I have a table with 4 or 5 columns and 20-30 rows. I''d like to have the ability to click anywhere in a particular row to fire an action, such as bringing up a "Details" page for the clicked row. This would eliminate the need to generate a "Details" link at the end of every row, which is what I have now and looks