Re: [Ironruby-core] Looking for Examples

2008-08-27 Thread Glen Cooper
Well rspec for one - but I understand it isn't quite ready for IR yet - or vice versa. One of the main reason I'm asking is that I'm starting a project which will be a library, not a stand-alone application. So I'm wondering about things like dependencies and how someone would actually

Re: [Ironruby-core] Looking for Examples

2008-08-27 Thread Ivan Porto Carrero
In that case I would be very interested to know how to use rspec or any of the other gems. I tried copying them to the gems folder in the IronRuby install folder but that wasn't it :) I suppose you just took the library and then required the spec file in the lib folder. How are you guys doing on

[Ironruby-core] Looking for Examples

2008-08-26 Thread Glen Cooper
I'm wondering if anyone can point me to some good example projects using IronRuby. Specifically I'm looking for libraries and projects using some of the things we take for granted with regular ruby development - rake, gems, rspec, etc. I'm starting a project of my own and since there