Since 4/14/2012 3:07:48 AM, dhf0820 has written 4 articles and participated in 4 conversations. dhf0820 signature: dhf0820
dhf0820's articles:
Items(4) /1
active_support classify truncating1144 (6/29/2010 10:36:45 PM) comp.lang.ruby I tried to use "my_class".classify and got MyClas as a result. Tried
others that ended in 'ss' and got the same results. Tried other
endings and they work. Ruby 1.9.2-preview3 and
activesupport-3.0.0.beta4 ... Don
Semi global variables4197 (4/26/2010 12:57:57 AM) comp.lang.ruby I have an application where multiple objects are created processing
different sets of data based upon a configuration specified. Each
object uses several other objects but those objects must use the
configur... Don
Raw data in xml0143 (3/23/2010 7:37:56 AM) comp.lang.ruby I have a array of lines that are actually a final document that I need
to put into one XML file/buffer as one element including all newlines
and formfeed characters. Actually all control characters.
The sn... Don
Executing one of several ruby objects1043 (11/5/2009 7:34:46 AM) comp.lang.ruby I am trying to write a program that will load a series of DSLs (ruby files) into it and then call the same class method in each one until one returns something other than nil. The current DSL is just a ruby cl... dhf0820
dhf0820's replies:
Items(2) /1
Ruby 1.9, Rubygems, and .gemspec warnings1329 (9/7/2009 8:02:46 AM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi all I'm getting a massive amount of gemspec warnings to STDERR in Ruby 1.9.1 whenever 'rubygems/specification' gets required. The error ... rsanheim(156)
Executing one of several ruby objects1043 (11/5/2009 7:34:46 AM) comp.lang.ruby I am trying to write a program that will load a series of DSLs (ruby files) into it and then call the same class method in each one until one returns something other than nil. The current DSL is just a ruby cl... dhf0820(8)