Re: [Ironruby-core] Code Review: Equality

2010-02-05 Thread Jim Deville
Test changes look good. -Original Message- From: Tomas Matousek Sent: Thursday, February 04, 2010 6:01 PM To: IronRuby External Code Reviewers Cc: ironruby-core@rubyforge.org Subject: Code Review: Equality tfpt review "/shelveset:Equality;REDMOND\tomat" Comment : Fixes comparison

Re: [Ironruby-core] Rails 3?

2010-02-05 Thread Mark Rendle
Right, I'll have a crack at that over the weekend then. M On Fri, Feb 5, 2010 at 4:51 PM, Jim Deville wrote: > I’ve tried earlier versions of rails 3 and it appears that it might rely on > constant lookup differences as well. > > > > I’d also like to know if things have changed. > > > > JD > >

[Ironruby-core] IronRuby + Rails on IIS via Rack

2010-02-05 Thread Edward J. Stembler
Anyone have a link for instructions on getting IronRuby + Rails up and running on IIS via Rack? I already have everything installed, but I'm not sure how to configure IIS to use Rack. Already created a seperate AppPool. A few more questions... What directory should be used as the virtual di

Re: [Ironruby-core] Rails 3?

2010-02-05 Thread Jim Deville
I’ve tried earlier versions of rails 3 and it appears that it might rely on constant lookup differences as well. I’d also like to know if things have changed. JD From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Friday,

Re: [Ironruby-core] autospec

2010-02-05 Thread Tim Hoolihan
My autotest file is: Autotest.add_hook :initialize do |at| %w{.svn .hg .git vendor}.each {|exception| at.add_exception(exception)} Again, I don't think this is the problem, as I can check out this project and immediately run autospec under the MRI on ubuntu. -Tim

Re: [Ironruby-core] Rails 3?

2010-02-05 Thread Ivan Porto Carrero
I don't think anybody tried that already. I'd be keen to get your results --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Fri, Feb 5, 2010 a

[Ironruby-core] Rails 3?

2010-02-05 Thread Mark Rendle
I'm planning to try the Rails 3 beta with IronRuby later today. Is there any reason it just flat-out won't work yet? I noted that R3 requires MRI 1.8.7 because of a hash-equality bug in 1.8.6, whereby two different hashes containing the same values are not considered equal, preventing hashes from b