search for: rogerdpack

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

Did you mean: rogerdpack2
2010 Aug 18
2
dynamic tests possible?
Sorry if this is a newbie question, but here goes. I was wondering if the following is somehow possible: for file in Dir[''*.bmp''] it "should be able to parse #{file}" do p file # test this file end end Currently rspec seems to evaluate the blocks after the fact, leading to "file" always being the last file in the list. I was unsure
2007 Feb 16
4
Ideas for rails
Here are a few suggestions, wondering what others thought: When you generate a model for a DB table, it would be nice if the model.rb contained the DB schema (kind of like # commented out schema) right in the model file. This would make reference WAY easier and put all of the DB stuff in one easy file. Thanks. also nice, of course, woudl be for rails to try and ''guess'' the
2009 Nov 04
1
question
Perhaps it would be useful to do some parsing of the messages... it "should raise an Exception if record is invalid" do end # expects that block to raise Thoughts? -r
2013 Nov 20
1
static only builds shared with 1.0.3
Hello. As reported by a user, when building 1.0.3 with ./configure --enable-static --disable-shared it seems to still build shared components with 1.0.3 and 1.1.-beta, but not with 1.0.1 (that one works well). Thought I'd point it out to you. Thank you. -roger- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Apr 23
2
Status of EventMachine.fork
Hi All, I''m currently looking into doing a bit of evented network programming in ruby and i''m currently looking into packet, eventmachine and rev. The problem is that I need to be able to fork and start a new reactor within the forked child (it also should open a socket and write status information back to the main process). I have not been able to do this with EventMachine.