search for: beingthexemplarylist

Displaying 3 results from an estimated 3 matches for "beingthexemplarylist".

Did you mean: beingthexemplarylists
2007 Jun 26
11
mongrel not daemonizing for me..
Hey All, I''m setting up some mongrel servers.. can''t get it to daemonize. here is my configurator block:: config = Mongrel::Configurator.new(:host => OPTIONS[:ip]) do #debug(''/gateway.rb'',[:access,:threads]) listener :port => OPTIONS[:port] do uri("/gateway.rb", :handler => RUBYAMF::MongrelServlet.new, :num_processors =>
2007 Aug 07
0
Killing a nohup process?
Hey All, How can I find processes that were started with nohup and kill them? thanks all Also, is this the right list for that kind of question? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070807/77647bfe/attachment-0001.html>
2006 Dec 22
2
Class reference from parsing a string?
Say I have a model class called Game. I also have a string call ''game''. How can I do some parsing magic on the string to have a reference to the model Game. So I can perform class methods. (Game.find(1)) thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.