Search the web
Sign In
New User? Sign Up
crusers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 256 - 285 of 611   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
256
Is anyone meeting up to work on libmagic tonight? If so, when and where? Thanks, Jerry...
yello_downunder
Offline Send Email
Oct 4, 2006
8:50 pm
257
Yes, at 6pm, in James Joyce bar on Stephen Avenue. If you are come and don't find us there, call me at 921-9772, we may have moved to another venue. Alex ...
Alexey Verkhovsky
al_verk
Offline Send Email
Oct 4, 2006
11:15 pm
258
Hi, I have a trivial question. I would like to create a Gem for a simply application and run it. I could generate Gem and successfully install it locally. But...
tadatoshi_takahashi
tadatoshi_ta...
Offline Send Email
Oct 11, 2006
5:12 am
259
... Well, what a timely question. This was just posted on RubyForge today: http://drnicwilliams.com/2006/10/11/generating-new-gems/ I haven't had time to read...
Lori Olson
wndx
Offline Send Email
Oct 11, 2006
2:39 pm
260
Thank you, Lori. The article was good. But it didn't explain how to execute an application as gem. I have a background in Java. In Java, you can create a Java...
Tadatoshi Takahashi
tadatoshi_ta...
Offline Send Email
Oct 12, 2006
5:35 am
261
Use the "executables" attribute in your .gemspec file. For example, here's what Rake's gemspec does to install the executable: s.executables = ["rake"] Have a...
Dave Lee
adavelee
Offline Send Email
Oct 12, 2006
5:34 pm
262
Hi, Look at the gemspec of Rake (or Rails). This problem is solved there, both for Windows and *nix. "gem install rake" creates /usr/bin/rake, which happens to...
Alexey Verkhovsky
al_verk
Offline Send Email
Oct 12, 2006
5:44 pm
263
Thank you, Dave, Alex. I added s.executables to my .gemspec file. And I added executable file with Ruby code inside under bin directory following the format of...
tadatoshi_takahashi
tadatoshi_ta...
Offline Send Email
Oct 13, 2006
5:53 am
264
Hi, guys, I was able to make the gem work. It turned out that the LOAD_PATH problem was because of a tiny mistake in the gemspec file I created. Now I like the...
tadatoshi_takahashi
tadatoshi_ta...
Offline Send Email
Oct 14, 2006
4:41 am
265
Dear all, CRUSERS September meeting will take place on the usual day (6pm on October 17, third Tuesday of the month), at the usual place (a meeting room of...
al_verk
Offline Send Email
Oct 16, 2006
8:28 pm
266
Powerpoint and code from my yesterday's presentation on DSLs are both available at http://tech.groups.yahoo.com/group/crusers/files/Presentations/ Best...
al_verk
Offline Send Email
Oct 18, 2006
8:40 pm
267
Please do not reply to this email.  If you are interested in this role or wish to refer someone, please go to www.meritasrecruiting.com or email ...
Denise Richards
drichards@...
Send Email
Oct 31, 2006
8:56 pm
268
A few more topics for consideration. 1) Discuss how ruby makes developing a stand-alone GUI program simple, perhaps using FLTK or one of its peers. 2) Brief...
Alvin Schur
aschur1@...
Send Email
Nov 1, 2006
1:49 am
269
I think I have a pretty good idea about unit testing in ruby, but Im pretty sure I could learn more. Can we add that to the list of topics too? Paul ... From:...
Paul Rogers
pmr16366
Offline Send Email
Nov 1, 2006
3:57 am
270
I think a good presentation on either 1) some of the major upcoming changes/features in 1.2 or 2) a presentation on REST. I'd be willing to do the...
christian.maclean@...
rubytoaster
Offline Send Email
Nov 1, 2006
5:03 am
271
... Oooo! A volunteer. I love volunteers. You are pencilled in for January, to give a talk on REST. Thanks Christian! Lori...
Lori Olson
wndx
Offline Send Email
Nov 1, 2006
5:32 am
272
In addition to what Paul said about unit test, I am interested in learning about MockObject frameworks in Ruby. When I am using Java, I use jMock, which allows...
Tadatoshi Takahashi
tadatoshi_ta...
Offline Send Email
Nov 1, 2006
8:00 am
273
Correct me if I'm wrong, but doesn't everything work the same way as a dynamic proxy in Ruby? That is, any object that you create arbitrarily as a mock or...
Sean Dockery
dockerysean
Offline Send Email
Nov 1, 2006
3:45 pm
274
I think so, but I couldnt have written it like that ;-) Sounds like you know a lot.. ENought to do a presentation ? ... From: Sean Dockery...
Paul Rogers
pmr16366
Offline Send Email
Nov 1, 2006
4:26 pm
275
It's very easy to write a stub in Ruby, indeed. Being able to intercept any method xcall in method_missing() helps, and there is no static type safety to get...
Alexey Verkhovsky
al_verk
Offline Send Email
Nov 1, 2006
4:53 pm
276
Exactly. Also, even with dynamic proxy, wouldn't it be nice to have a framework to do record, replay and assert as the way EasyMock does it? ... -- Simon Lin ...
Simon Lin
noisebar
Offline Send Email
Nov 1, 2006
6:03 pm
277
Exactly. Also, even with dynamic proxy, wouldn't it be nice to have a framework to do record, replay and assert as the way EasyMock does it? ... -- Simon Lin ...
Simon Lin
noisebar
Offline Send Email
Nov 1, 2006
6:06 pm
278
Sorry for the double posting guys. The Gmail interface totally confused me. ... like you ... under test ... too? ... ...
noisebar
Offline Send Email
Nov 1, 2006
6:32 pm
279
As Simon and Alex pointed out, one of the main reasons why I use MockObject framework (in Java) is that I can test if the component under test is meeting the...
Tadatoshi Takahashi
tadatoshi_ta...
Offline Send Email
Nov 1, 2006
7:05 pm
280
my pleasure! Now I just have to find time to put it together on top of all of my other stuff! *gulp* I need to work some extra hours to pay for a new...
christian.maclean@...
rubytoaster
Offline Send Email
Nov 1, 2006
7:54 pm
281
Look at http://mocha.rubyforge.org/ and http://rubyforge.org/projects/rspec/ The latter has quite a bit wider scope than just mocks, but is still worth looking...
Alexey Verkhovsky
al_verk
Offline Send Email
Nov 1, 2006
8:44 pm
282
Actually, I don't know very much at all about Ruby. I'd be lucky to crank out a Hello World program without a simple interpreter error. So, I don't think...
Sean Dockery
dockerysean
Offline Send Email
Nov 1, 2006
9:41 pm
283
Hi, Are the libmagic-ruby people meeting tonight at the usual place and time? Jerry...
Jerry Seutter
yello_downunder
Offline Send Email
Nov 1, 2006
10:16 pm
284
... crank ... don't ... That's right, Sean. November 21 is the next meeting. I'll try to get some details on upcomimg meetings posted on Friday. Regards,...
Lori Olson
wndx
Offline Send Email
Nov 1, 2006
10:55 pm
285
... time? Alvin cannot make it today, so the answer is "no" :( If I read your email earlier, we could have made it anyway, but now is too late. My cell phone...
Alexey Verkhovsky
al_verk
Offline Send Email
Nov 2, 2006
12:25 am
Messages 256 - 285 of 611   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help