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...
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
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
[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
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
__
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
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