Re: [Ironruby-core] Connect to Sql server with Ironruby for windows phone 7

2011-02-09 Thread Tomas Matousek
Require should work if you pass a full assembly name ("System.Data, Version=..., Culture=..., PublicKyeToken=..."). Or you can load the assemblies via Hosting API ScriptRuntime.LoadAssembly. Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...

[Ironruby-core] Connect to Sql server with Ironruby for windows phone 7

2011-02-09 Thread Sheetal Amolik
Hi, I am developing a project for Windows Phone 7 using Ironruby. However I am not able to add referencec for Database connectivity. and even not able to add dll System.data. When I include Syste.data dll in .rb file, I get exception as "NotImplementedException" in my .xaml.cs page Please provide s

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-09 Thread Tomas Matousek
One possible explanation is following: If you run the gem with IronRuby 1.0 it runs in 1.8.6 compat mode. There may be a condition that checks for the RUBY_VERSION in the gem. On Ruby 1.1.2 the RUBY_VERSION is 1.9.2 and thus some other code path might be executed that depends on Hash#flatten. I

Re: [Ironruby-core] [IronPython] Contents of Lib (packaging for RPM)

2011-02-09 Thread Tomas Matousek
[Including IronRuby list]. We have a script in Msi directory called harvest.rb. This is used by another scripts Msi\Python\generate_wxis.rb and Msi\Ruby\generate_wxis.rb that launch it with Python and Ruby specific parameters, respectively. The generated .wxi files fully describe the files and

Re: [Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-09 Thread Thibaut Barrère
Hi Larry, undefined method `flatten' for {:name=>"Modeling"}:Hash (NoMethodError) > I can reproduce this here as well: https://gist.github.com/819024 My understanding is that Hash#flatten only exist on 1.9 and not on 1.8. Is there a regression here maybe ? -- Thibaut __

[Ironruby-core] Error Using Bewildr Gem in V1.1.2

2011-02-09 Thread Jones, Larry
Thanks for all your hard work to release V1.1.2. I am using the bewildr gem to automate application tests driven through the application UI. Yesterday, I had a number of tests passing. Late yesterday afternoon, I installed V1.1.2. This morning, I receive the following error message: undefine

[Ironruby-core] Google Summer of Code 2011

2011-02-09 Thread Jeff Hardy
Google is running their "Summer of Code" program [1] again this year. For those who aren't familiar, Google basically pays post-secondary students to work on open source projects for the summer. Now that IronPython and IronRuby are community projects, I think it would be worthwhile to for us to pa