Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Tomas Matousek
OK, so taking the master snapshot from sqlserver-adapter GIT repo fixed it. Now, I need ruby-odbc native extension binary for Windows :-/. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Jimmy Schementi Sent: Thursday, August 19, 2010 12:

Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Daniele Alessandri
You can find an experimental build of RubyInstaller based on 1.9.2-rc1 (see http://rubyforge.org/frs/?group_id=167), but a new release for 1.9.2-p0 is around the corner. On Thu, Aug 19, 2010 at 23:10, Tomas Matousek wrote: > I don’t have 1.9.2 binaries – is there a build for Windows somewhere? >

Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Tomas Matousek
I don’t have 1.9.2 binaries – is there a build for Windows somewhere? I need 1.9 version so that I can prepare the test suites for IronRuby, which is now 1.9 only. Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Eddie Cianci Sent: Thursd

Re: [Ironruby-core] FW: Code Review: G19.Final

2010-08-19 Thread Daniele Alessandri
Thanks, actually it was just my local repository that (for some reason) was still stuck to the commits pushed on date 2010-08-16. On Thu, Aug 19, 2010 at 10:52, Tomas Matousek wrote: > They did. > > http://github.com/ironruby/ironruby/commit/01a1d31f2dde357194c2f5caccdc8ead06033791 > > I forgot t

Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Eddie Cianci
Hi Tomas, do you get the same outcome under 1.8.7 or 1.9.2? There are some caveats in the release notes about Rails 3 incompatibility under 1.9.1 @ http://edgeguides.rubyonrails.org/3_0_release_notes.html#rails-3-requires-at-least-ruby-187 On Thu, Aug 19, 2010 at 2:43 PM, Tomas Matousek < tomas.ma

Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Jimmy Schementi
I think it works with the latest Rails 3: http://groups.google.com/group/rails-sqlserver-adapter/browse_thread/thread/367cf70b2b48d4a0 ~Jimmy On Thu, Aug 19, 2010 at 2:43 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > Does activerecord-sqlserver-adapter work with Rails 3 RC? > > I

Re: [Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Tomas Matousek
Forgot to mention that adapter.rb just requires: require 'active_record' require 'activerecord-sqlserver-adapter' Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek Sent: Thursday, August 19, 2010 11:44 AM To: ironruby-core@ru

[Ironruby-core] activerecord-sqlserver-adapter and Rails 3

2010-08-19 Thread Tomas Matousek
Does activerecord-sqlserver-adapter work with Rails 3 RC? I get bunch of warning and then an exception: D:\temp>ruby -v adapter.rb ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32] D:/M2/dlr/External.LCA_RESTRICTED/Languages/Ruby/ruby19/lib/ruby/gems/1.9.1/gems/i18n-0.4.1/lib/i18n/core_ex

Re: [Ironruby-core] Preview of ironruby-rack gem

2010-08-19 Thread David Furber
First, thank you for doing what you're doing. The sooner we can develop Rails 3 apps in IronRuby and deploy them to IIS without pain, the better! Especially since the pain level can be a deciding factor in whether to use Rails or ASP.NET MVC 2. That said, I've followed the instructions above. I

Re: [Ironruby-core] FW: Code Review: G19.Final

2010-08-19 Thread Tomas Matousek
They did. http://github.com/ironruby/ironruby/commit/01a1d31f2dde357194c2f5caccdc8ead06033791 I forgot to attach a git comment to this shelveset, so unfortunately it just says "Sync to TFS changeset #". Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironrub

Re: [Ironruby-core] FW: Code Review: G19.Final

2010-08-19 Thread Daniele Alessandri
I guess those changes have not made it to the git repository yet, right? Anyway that's some great news, thanks again for all the awesome work! On Tue, Aug 17, 2010 at 03:42, Tomas Matousek wrote: > This change might break apps that already worked with IronRuby v1.0 or v1.1. > The reason might be