Re: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1

2012-05-01 Thread Will Green
OpenSSL in Ruby is implemented in a C Extension. Last I checked, IronRuby can't load C extensions. I looked into doing a .NET port of OpenSSL for IronRuby, but quickly got lost in the .NET Crypto APIs. This was 2 years ago. -- Will Green w...@hotgazpach

Re: [Ironruby-core] Accessing a Module's Classes from C# with dynamic

2011-01-15 Thread Will Green
ore mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core -- Will Green w...@hotgazpacho.org ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Contributions

2010-10-27 Thread Will Green
Jirapong, What are your thoughts on wrapping the Bouncy Castle Crypto APIs: http://www.bouncycastle.org/ I think this is what JRuby does, but rather than distributing it as part of JRuby, they release it a a gem (jruby-ssl, I believe) and encourgae you to install it. -- Will Green http

Re: [Ironruby-core] activerecord installation

2010-10-02 Thread Will Green
n the CodePlex site: http://ironruby.codeplex.com/workitem/list/basic?ProjectName=ironruby -- Will Green http://hotgazpacho.org/ On Sat, Oct 2, 2010 at 11:41 AM, Konstantin Kos wrote: > i can run "ir.exe -1.9" and RUBY_VERSION will be 1.9.1 > but by default (and in "igem" R

Re: [Ironruby-core] OpenSSL support for IronRuby

2010-09-23 Thread Will Green
itude easier to create a pure Ruby wrapper over that assembly. -- Will Green http://hotgazpacho.org/ On Thu, Sep 23, 2010 at 12:09 PM, Ivan Porto Carerro wrote: > I don't know if openssl is still a problem for IronRuby on mono > > But the JRuby guys are using bouncy castle to get tha

Re: [Ironruby-core] Ironruby on Rails with SQL Azure

2010-09-02 Thread Will Green
Should probably change the RegExp to match after the dash (10.x.x.x), and use that as the version, rather than, e.g., 2008, 2005, 2000, etc. -- Will Green http://hotgazpacho.org/ On Thu, Sep 2, 2010 at 7:54 AM, Ameer Deen wrote: > Got it. There's a small issue with sqlserver_adapte

Re: [Ironruby-core] IronRuby FFI

2010-08-20 Thread Will Green
Couldn't this be implemented via P/Invoke? Would P/Invoke work without the attributes required in C#? -- Will Green http://hotgazpacho.org/ On Fri, Aug 20, 2010 at 4:49 PM, Charles Strahan < charles.c.stra...@gmail.com> wrote: > Ryan, > > I'm right there with you,

Re: [Ironruby-core] "Start spreading the news"

2010-08-10 Thread Will Green
Well, we've seen a few plus-ones on talking to Microsoft about their intentions for IronRuby. Tomas or Jim, since you're both still on the inside, perhaps one of you could speak, on behalf of the community, with someone at Microsoft who can clarify for us what their intentions are? --

Re: [Ironruby-core] Will the performance catch up be next milestone?

2010-07-28 Thread Will Green
assumed to be characteristic of server-side — and long running — processes; they should be taken with a grain of salt. If your primary concern is speed, you should probably look to write your app in C or Assembly. -- Will Green http://hotgazpacho.org/ On Wed, Jul 28, 2010 at 10:58 PM, Ray Linn

Re: [Ironruby-core] custom rake task

2010-07-27 Thread Will Green
splat>It must appear as the last argument in a method signature, as it collects all values from its position on into an array. <http://www.manning.com/black2/> -- Will Green http://hotgazpacho.org/ On Tue, Jul 27, 2010 at 4:49 PM, Goode, Troy wrote: > Thanks for the help everyone! I

Re: [Ironruby-core] custom rake task

2010-07-27 Thread Will Green
7/3/19/proc-new-vs-lambda-in-ruby> -- Will Green http://hotgazpacho.org/ On Tue, Jul 27, 2010 at 3:35 PM, Jim Deville wrote: > To pass the body proc into define_task, you need to turn it into a block > by calling &body. I would also recommend using a lambda instead of a proc

Re: [Ironruby-core] custom rake task

2010-07-27 Thread Will Green
ampersand tells Ruby "hey, convert this to a code block for me". -- Will Green http://hotgazpacho.org/ On Tue, Jul 27, 2010 at 2:40 PM, Goode, Troy wrote: > I was following Derek Bailey’s article from yesterday entitled “How to > Build Custom Rake Tasks; The Right > Way”<

Re: [Ironruby-core] adding "each" support for a range brought from excel

2010-07-16 Thread Will Green
You can re-open the class that defines a Worksheet Range and include Ruby's Enumerable as a mixin -- Will Green http://hotgazpacho.org/ On Thu, Jul 15, 2010 at 8:10 PM, Eduardo Blumenfeld wrote: > Hi, > > I'm trying to do the following: > > ---

Re: [Ironruby-core] Syncing RubySpec and mspec

2010-06-29 Thread Will Green
rubyspec BTW, I get a StackOverflowException on of of the specs, which kills the spec run before they all finish. :-/ -- Will Green http://hotgazpacho.org/ On Tue, Jun 29, 2010 at 7:31 PM, Jim Deville wrote: > Inside of the MSpec in our tree, I have added a filtere

Re: [Ironruby-core] bug?

2010-06-29 Thread Will Green
> > "C:/Program Files/IronRuby 1.0v4/bin/ir.exe" -rubygems C:/Program > Files/IronRuby 1.0v4/lib/ironruby/gems/1.8/gems/rake-0.8.7/bin/rake > RUBYARCHDIR="C:/Program Files/IronRuby > 1.0v4/lib/ironruby/gems/1.8/gems/faster_rubygems-0.9.3/lib" > RUBYLIBDIR="C:/Program Files/IronRuby > 1.0v4/lib/iron

[Ironruby-core] Syncing RubySpec and mspec

2010-06-28 Thread Will Green
rror brings up older posts from this list saying not to use that version of mspec. So, maybe someone who knows more about it could take a look? Thanks! -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://r

Re: [Ironruby-core] igems update --system, [BUG] invalid exec_format "ir", no %s

2010-06-25 Thread Will Green
on, you can just: gem dosomething assuming %IronRubyRoot%\bin is in you path ahead of other Ruby binary directories. I use pik to manage this http://github.com/vertiginous/pik (pik is like rvm for Windows). -- Will Green http://hotgazpacho.org/ On Fri, Jun 25, 2010 at 3:07 PM, Andrew Badera

Re: [Ironruby-core] igems update --system, [BUG] invalid exec_format "ir", no %s

2010-06-25 Thread Will Green
I don't use the i-whatever batch files. Untill this fix, I just did ir -S whatever -- Will Green http://hotgazpacho.org/ On Fri, Jun 25, 2010 at 2:33 PM, Andrew Badera wrote: > Andrew Badera wrote: > > Will Green wrote: > >> http://hotgazpacho.org/2010/05/iro

Re: [Ironruby-core] igems update --system, [BUG] invalid exec_format "ir", no %s

2010-06-25 Thread Will Green
http://hotgazpacho.org/2010/05/ironruby-gem-update-system/ <http://hotgazpacho.org/2010/05/ironruby-gem-update-system/> -- Will Green http://hotgazpacho.org/ On Fri, Jun 25, 2010 at 1:35 PM, Andrew Badera wrote: > Hi all, Ruby n00b here. Longtime Windows/.NET guy primarily. > >

Re: [Ironruby-core] bug?

2010-06-25 Thread Will Green
ithub.com/rdp/faster_rubygems> -- Will Green http://hotgazpacho.org/ On Fri, Jun 25, 2010 at 12:48 PM, Roger Pack wrote: > Will Green wrote: > > That depends on how the platform is determined by mkrf. Can you verify > > what > > mkrf is using to determine the platform? Here&#x

Re: [Ironruby-core] bug?

2010-06-25 Thread Will Green
" -def:msvcrt-ruby18.def", "rubyw_install_name"=>"rubyw", "RUBYW_INSTALL_NAME"=>"rubyw", "LIBRUBY_A"=>"msvcrt-ruby18-static.lib", "LIBRUBY_SO"=>"msvcrt-ruby18.dll", "LIBRUBY_ALIASES"

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Will Green
stead do scriptname and it will be properly executed by IronRuby. Note that this only applies to gems installed after you add the ironruby.rb file. -- Will Green http://hotgazpacho.org/ On Wed, Jun 23, 2010 at 4:28 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > No, a

Re: [Ironruby-core] Cucumber with IronRuby V 1.0

2010-06-23 Thread Will Green
There is an issue with the Gherkin parser used by Cucumber. Downgrade to Cucumber 0.6.4, which does not use the Ragel-generated (native code) parser. It is slower, but it works. http://github.com/aslakhellesoy/gherkin/issues/issue/63 -- Will Green http://hotgazpacho.org/ On Wed, Jun 23, 2010

Re: [Ironruby-core] OpenSSL

2010-06-21 Thread Will Green
mentioned. Looking forward to fleshing this out; OpenSSL is a necessary library for a number of cool Ruby libs (Capistrano) and platforms (Heroku). -- Will Green http://hotgazpacho.org/ On Mon, Jun 21, 2010 at 9:23 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > You’re heading

[Ironruby-core] OpenSSL

2010-06-21 Thread Will Green
y to define a property on an underlying C# object, and mark it with a single attribute for get and set, like so: http://gist.github.com/447733 Thanks! -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http:

Re: [Ironruby-core] WatiN .NET 4.0 and the loadFromRemoteSources Element in App.config

2010-06-21 Thread Will Green
Your app is not the thing trying to load that assembly, IronRuby is. So, you'll need to add that to IronRuby's app.config. That said, why are you trying to load an assembly from a network location in your tests? That is, IMO bad testing practice. -- Will Green http://hotgazpacho.org

[Ironruby-core] RubySpec and Version Targeting

2010-06-18 Thread Will Green
mespace of CipherError in 1.8.7). What I'm looking for is some guidance. Should I implement the 1.8.6 version, or the 1.8.7 version? If the latter, how do I tell mspec that it should be running as 1.8.7? Thanks! -- Will Green http://hotgazpacho.org/ __

[Ironruby-core] OpenSSL

2010-05-26 Thread Will Green
Any takers? -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Heads Up: RubyGems.org and universal-dotnet

2010-05-25 Thread Will Green
nstall gems whose platform is not marshaled correctly. -- Will Green http://hotgazpacho.org/ On Tue, May 25, 2010 at 11:09 AM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > On May 25, 2010, at 11:08 AM, "Jimmy Schementi" < > jimmy.scheme...@microsoft.com>

[Ironruby-core] Heads Up: RubyGems.org and universal-dotnet

2010-05-25 Thread Will Green
1.3.6, as both ends treat universal-dotnet as universal-unknown. -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Installing IronRuby using RVM on Linux

2010-05-23 Thread Will Green
Perhaps Ivan Porto Carrero can shed some insight. He was maintaining the mono builds of IronRuby for a while; perhaps he knows how to get IronRuby to build on Mono, and maybe we can contribute this knowledge back to the RVM team. -- Will Green http://hotgazpacho.org/ On Sun, May 23, 2010 at 10

Re: [Ironruby-core] Git push

2010-05-18 Thread Will Green
back yet. <http://github.com/hotgazpacho/ironruby/tree/gem-update-fix> -- Will Green http://hotgazpacho.org/ On Tue, May 18, 2010 at 1:06 AM, Jim Deville wrote: > I’ve done a push of the IronRuby sources, finally. This push includes some > crazy changes to the layout, and will probably r

Re: [Ironruby-core] Fix for Inability to `gem update --system`

2010-05-18 Thread Will Green
Yup, that's the fix! The process outlined here: http://wiki.github.com/ironruby/ironruby/contributing is still valid, yes? -- Will Green http://hotgazpacho.org/ On Tue, May 18, 2010 at 2:08 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > You're talking abou

[Ironruby-core] Fix for Inability to `gem update --system`

2010-05-18 Thread Will Green
ide within RubyGems that is provided by the Ruby implementation. What do I need to do to get this into the Ruby Gems source that is distributed with IronRuby? -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforg

Re: [Ironruby-core] What's next?

2010-05-12 Thread Will Green
bugs, like the one that prevents upgrading RubyGems via `gem up --system` (which in turn prevents the easy use of cool libs like Bundler). I personally think that 1.8.7 is a better goal than 1.9.1; I've heard some prominent Ruby community members like Yehuda Katz complain about 1.9.1 on Twitter

Re: [Ironruby-core] What's next?

2010-05-11 Thread Will Green
ould make this infeasible? -- Will Green http://hotgazpacho.org/ On Tue, May 11, 2010 at 9:20 PM, David Escobar wrote: > Ok, that's certainly an option to look into. I guess what people want is > the ability to distribute applications and libraries in .exe and .dll form, > the same wa

[Ironruby-core] Installing IronRuby using RVM on Linux

2010-05-09 Thread Will Green
s_args' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:102:in `run' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in `run' -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] RubyGems/RDoc 1.8.6 policy

2010-04-24 Thread Will Green
Looks like we'll need an IronRuby 1.0.1 that brings us up to 1.8.7. Unless we can get to 1.9 faster... -- Will Green http://hotgazpacho.org/ On Sat, Apr 24, 2010 at 4:36 AM, Zac Brown wrote: > Saw this earlier today, might be something to think about in the near > future for I

Re: [Ironruby-core] Attempting To Get IronRuby.Rack Running a non-demo rails site

2010-04-15 Thread Will Green
It would be helpful to know what the output of both *ir -S gem env *and *ir -S gem list* **You may have a mismatch between the version of Rails that your app is expecting vs the version you have installed. Check config/environment.rb for RAILS_GEM_VERSION -- Will Green http://hotgazpacho.org

Re: [Ironruby-core] Has someone tried to use Shoulda with IronRuby?

2010-04-06 Thread Will Green
I'll have to try that later. Have you run the shoulda tests on MRI? Does it report a different number of Tests and Assertions? -- Will Green http://hotgazpacho.org/ On Tue, Apr 6, 2010 at 2:54 AM, Shay Friedman wrote: > This doesn't work for me: > > require 'ruby

Re: [Ironruby-core] Has someone tried to use Shoulda with IronRuby?

2010-04-05 Thread Will Green
This what I did: cd %HOME%\dev ir -S gem install rake shoulda rails sqlite3-ironruby mocha --no-rdoc --no-ri git clone http://github.com/thoughtbot/shoulda.git cd shoulda ir -S rake test It appears to pass. Results are here: http://gist.github.com/356509 -- Will Green http://hotgazpacho.org

Re: [Ironruby-core] Has someone tried to use Shoulda with IronRuby?

2010-04-05 Thread Will Green
Shoulda has a test suite. Have you run that to see what breaks? -- Will Green http://hotgazpacho.org/ On Mon, Apr 5, 2010 at 9:30 AM, Shay Friedman wrote: > I get the same problem with test-spec. Both frameworks enhance > Test::Unit and they both don't work... > > Thanks,

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-19 Thread Will Green
FYI, my patch to Ruby Gems was accepted yesterday. Hopefully, we'll see a release that includes it (and rubygems.org using it) at or about the time IronRuby 1.0 goes RTW. -- Will Green http://hotgazpacho.org/ On Mar 12, 2010, at 12:57 PM, Shri Borde wrote: Sounds great. Thank

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-11 Thread Will Green
- gemname-universal-dotnet-4.0 If there are no objections, I'll resubmit to Ruby Gems. -- Will Green http://hotgazpacho.org/ On Thu, Mar 11, 2010 at 4:19 PM, Ivan Porto Carrero < i...@whiterabbitconsulting.eu> wrote: > I don't care either way as long as it's lower-ca

Re: [Ironruby-core] FYI Code Review: config

2010-03-11 Thread Will Green
+1000 on cleaning up RbConfig. Perhaps a bost-build step that writes out rbconfig.rb? What is MQ? -- Will Green http://hotgazpacho.org/ On Thu, Mar 11, 2010 at 2:53 PM, Jim Deville wrote: > Looks good. As part of MQ, we should look deeply at the compilation based > variables and see i

Re: [Ironruby-core] The Proper way to detect the Windows Platform in Ruby

2010-03-11 Thread Will Green
Yikes! Well, those are all OSS projects. We should fork them, fix them, and send pull requests/patches ;-) -- Will Green http://hotgazpacho.org/ On Thu, Mar 11, 2010 at 4:39 PM, Tomas Matousek < tomas.matou...@microsoft.com> wrote: > Sure, using RUBY_PLATFORM is not good. Howev

[Ironruby-core] The Proper way to detect the Windows Platform in Ruby

2010-03-11 Thread Will Green
Thought I'd share this with everyone: http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/ >From one of the JRuby core team. <http://blog.emptyway.com/2009/11/03/proper-way-to-detect-windows-platform-in-ruby/> -- Will Green http://h

Re: [Ironruby-core] FYI Code Review: config

2010-03-11 Thread Will Green
I still have misgivings about RUBY_PLATFORM identifying the underlying OS, when in reality, the platform that Ruby is running on is the CLR. Based on this change, I will update my patch for Ruby Gems and resubmit to that team. -- Will Green http://hotgazpacho.org/ On Thu, Mar 11, 2010 at 2:53

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-11 Thread Will Green
t;dotnet". On Thursday, March 11, 2010, Tomas Matousek wrote: > Wouldn’t “clr” be better after all? Tomas From: > ironruby-core-boun...@rubyforge.org > [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Will Green > Sent: Thursday, March 11, 2010 8:47 AM > To: iro

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-11 Thread Will Green
Then why is RbConfig['arch'] "universal-.net2.0" and not "universal-.NET2.0"? -- Will Green http://hotgazpacho.org/ On Thu, Mar 11, 2010 at 10:45 AM, Shri Borde wrote: > The name is spelled as “.NET”, and so "gemname-universal-dotNET" would > r

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-10 Thread Will Green
Attached is a new patch I would propose to address the feedback from the Ruby Gems team. I would love some feedback on it. It is a patch against rev 2463 of trunk of Ruby Gems source. -- Will Green http://hotgazpacho.org/ On Wed, Mar 10, 2010 at 10:33 PM, Will Green wrote: > Based on s

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-10 Thread Will Green
object to .Net native gems like: "gemname-universal-dotnet" "gemname-universal-dotnet-2.0" "gemname-universal-dotnet-4.0" I think this would get the patch accepted more quickly. Is this kosher with LCA, or even something that needs to be brought to their attention?

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-07 Thread Will Green
ansicolor-0.0.3-universal-.net-2.0 (gemspec.platform="universal-.net-2.0") It looks like the .Net 4 runtime selected the non-platform specific gem, while the .Net 2 runtime selected the "universal-.net-2.0" gem. -- Will Green http://hotgazpacho.org/ On Sun, Mar 7, 2010 at

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-06 Thread Will Green
for what they truly are: a desire to make IronRuby an awesome, well-manored Ruby implementation! Keep up the good work! -- Will Green http://hotgazpacho.org/ On Mar 6, 2010, at 1:58 AM, Tomas Matousek wrote: So basically, if I understand it well, there are two variables in questio

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-05 Thread Will Green
the mswin32 ones without causing all sorts of headaches with platform juggling. IronRuby is not always on Windows, and thus should not identify itself as running on Windows, and certainly should not identify itself as the MSVC6 version or Ruby. -- Will Green http://hotgazpacho.org/ On Mar

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-05 Thread Will Green
WILL NOT WORK on IronRuby). I am certain this will lead to less frustration from end-users going forward. -- Will Green http://hotgazpacho.org/ On Fri, Mar 5, 2010 at 12:00 PM, Shri Borde wrote: > The whole point of changing RbConfig::CONFIG[“arch”] was to be able to > have two independe

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-05 Thread Will Green
a line this weekend. -- Will Green http://hotgazpacho.org/ On Fri, Mar 5, 2010 at 10:45 AM, Shri Borde wrote: > We should push the change once the dust settles down. Let’s wait until > the RTM to make sure that this all actually works as we would like it to. > > > > In t

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-05 Thread Will Green
Cool beans! I noticed in the latest push that a change was made to Ruby Gems itself: http://github.com/ironruby/ironruby/commit/82cb04621b505dea5a010c70827addc2de6227ba#diff-0 Someone should contribute that change to the Ruby Gems project as well. -- Will Green http://hotgazpacho.org/ On Thu

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-03 Thread Will Green
Digging deeper, it appears that when you require 'rubygems' it looks at RbConfig, specifically RbConfig::CONFIG['arch'] -- Will Green http://hotgazpacho.org/ On Wed, Mar 3, 2010 at 1:18 PM, Will Green wrote: > It does seem to. > > Ruby Gems maintains a list of p

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-03 Thread Will Green
oft Corporation. All rights reserved. >>> require 'rubygems' => true >>> Gem::Platform.local() => # >>> RUBY_PLATFORM => "i386-mswin32" >>> p = Gem::Platform.new('universal-.net-3.5') => # -- Will Green http://hotgazpacho.org/

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-02 Thread Will Green
That all depends on how Gem checks the platform. If it uses the RUBY_PLATFORM variable, then IronRuby needs to change what it reports here. Currently, it reports i386-mswin32. -- Will Green http://hotgazpacho.org/ On Tue, Mar 2, 2010 at 1:07 PM, Jim Deville wrote: > I believe JRuby is do

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-02 Thread Will Green
under MRI. -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 11:45 PM, Will Green wrote: > I think I may have pushed a corrupted gem :-/ Sorry about that folks. > Trying to get the bits in place to yank it from gemcutter and replace it > with a known good version of the gem.

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
I think I may have pushed a corrupted gem :-/ Sorry about that folks. Trying to get the bits in place to yank it from gemcutter and replace it with a known good version of the gem. -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 1:33 PM, Will Green wrote: > I am seeing this er

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
I don't see why not. That said, there has been no testing specifically to verify that. If you clone the git repo, install rake and rspec, and run rake, the default rake task is to run the rspec specifications. -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 3:49 PM, Mohammad

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
cho/iron-term-ansicolor/downloads> -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 1:41 PM, Ivan Porto Carrero < i...@whiterabbitconsulting.eu> wrote: > I also get it when I try to install from a remote location. But downloading > the source and building the gem

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
ate-1.3.6 Updating RubyGems to 1.3.6 Installing RubyGems 1.3.6 ERROR: While executing gem ... (Gem::Exception) [BUG] invalid exec_format "ir", no %s -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 1:33 PM, Will Green wrote: > I am seeing this error, too :-( > >

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
for iron-term-ansicolor-0.0.2... unrecognized option `--format' For help on options, try 'rdoc --help' -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 1:04 PM, Jim Deville wrote: > Having issues installing this with ironruby rc2. Anyone else seeing that? I > t

Re: [Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-03-01 Thread Will Green
er/commit/abeaf62d2e7c9dd576a27365cdaa29aa6067547c#diff-0> -- Will Green http://hotgazpacho.org/ On Mon, Mar 1, 2010 at 1:19 AM, Shri Borde wrote: > Very cool! > > > > So if a user runs Cucumber on IronRuby, does Cucumber give the right error > message about having to install iron-te

[Ironruby-core] iron-term-ansicolor 0.0.2 Released

2010-02-26 Thread Will Green
ttp://rubygems.org/gems/iron-term-ansicolor>igem install iron-term-ansicolor The source is available on github: http://github.com/hotgazpacho/iron-term-ansicolor Big thanks to Danny Coates for devising a much better way to parse the ANSI control codes! -- Will Green http://hotgazpac

Re: [Ironruby-core] MRI 1.8.7 compatibility

2010-02-15 Thread Will Green
7;d rather see the team focus on that. -- Will Green http://hotgazpacho.org/ On Mon, Feb 15, 2010 at 5:22 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > Good point, but slight overreaction =) > > > > Running Rails 3 and being 1.8.7 compatible can be completel

Re: [Ironruby-core] MRI 1.8.7 compatibility

2010-02-15 Thread Will Green
om my admittedly limited experience, care about weather it can run Rails or not). -- Will Green http://hotgazpacho.org/ On Sun, Feb 14, 2010 at 4:17 PM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > Here's the current compatibility plan, let me know if this concerns anyone: >

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-29 Thread Will Green
In MRI, when you attempt to gem install, but don't have access to the system gems path, you get a warning before putting them in ~/.gems Is this behavior preserved for IronRuby? -- Will Green http://hotgazpacho.org/ On Wed, Jan 27, 2010 at 1:26 PM, Shri Borde wrote: > With yesterday&#

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-26 Thread Will Green
Yes, that occurred to me this morning. ;-) So, runas /user:mymachine\administrator igem install foo for globals gems, right? -- Will Green http://hotgazpacho.org/ On Tue, Jan 26, 2010 at 4:16 AM, Thibaut Barrère wrote: > > Per-user gems should not be the default. In RubyInstaller (min

Re: [Ironruby-core] "igem install rake" raise an System.UnauthorizedAccessException (Windows 7)

2010-01-25 Thread Will Green
Per-user gems should not be the default. In RubyInstaller (mingw MRI), as well as MRI on Linux, and I believe OS X, system-wide gems are the default. This, of course, would require elevation (sudo gem install xxx). -- Will Green http://hotgazpacho.org/ On Mon, Jan 25, 2010 at 7:58 PM, Shri

Re: [Ironruby-core] [ANN] IronRuby 0.9.2 Released

2009-11-04 Thread Will Green
s administrator, does the issue still occur? -- Will Green http://hotgazpacho.org/ On Tue, Nov 3, 2009 at 11:37 PM, Jim Deville wrote: > Please file a bug with us and i'll investigate to see if MRI acts > identically. > > > > -Original Message- > From: Mark Ryall

[Ironruby-core] Announcing iron-term-ansicolor 0.0.1

2009-10-30 Thread Will Green
round color, but not both at the same time. Specs and patches to implement the feature are welcome! You feedback and patches are most welcomed! -- Will Green http://hotgazpacho.org/ ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://r

Re: [Ironruby-core] win32console and color

2009-07-10 Thread Will Green
round). Sadly, my Regex-fu is not very strong. -- Will Green http://willgreen.mp/ On Thu, Jul 9, 2009 at 1:08 PM, Ivan Porto Carrero wrote: > This may help, I got the people mixed up it was Will Green who has been > working on it: > http://github.com/hotgazpacho/iron-term-ansicolor/ > I gu

Re: [Ironruby-core] Cucumber status

2009-06-20 Thread Will Green
ed. Thanks! -- Will Green http://willgreen.mp/ On Mon, Jun 8, 2009 at 2:46 PM, Shri Borde wrote: > With a build from the latest sources, the Cucumber C# example from > http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-net is working. > Also, only two of the Cucumber tests fail. One

[Ironruby-core] Command line Option Parsing broken

2009-06-17 Thread Will Green
appers get installed to %MERLIN_ROOT%\Bin\Debug, which, as I pointed out, gets clobbered every time you recompile. I have filed a bug report on Codeplex: http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=1585 Let me know if any more detail would be helpful. -- Will Green http://wi

Re: [Ironruby-core] Cucumber status

2009-06-14 Thread Will Green
Ah ha! The key is to pass a --bindir argument to igem. I've updated my post to reflect this change. Thanks, Jimmy and Jim! -- Will Green http://willgreen.mp/ On Sun, Jun 14, 2009 at 8:36 PM, Will Green wrote: > Looks like the GEM_BIN environment variable is one way folks swap between

Re: [Ironruby-core] Cucumber status

2009-06-14 Thread Will Green
along with GEM_HOME and GEM_PATH in dev.bat to the directory tree Jimmy suggested, and report back. Thanks for the pointer! -- Will Green http://willgreen.mp/ On Sun, Jun 14, 2009 at 6:25 PM, Jim Deville wrote: > One option is the bin folder that Jimmy suggested which is put into your

Re: [Ironruby-core] Cucumber status

2009-06-14 Thread Will Green
uild IronRuby. I'm open to suggestions on automating this, and ammending the post. -- Will Green http://willgreen.mp/ On Jun 14, 2009, at 2:42 PM, Jimmy Schementi > wrote: Thanks for the post! It will be very useful to people wanting to use it. Mind if I put something similar on th

Re: [Ironruby-core] Cucumber status

2009-06-13 Thread Will Green
I just wrote up a blog post detailing, step by step, the process I followed to get Cucumber working with IronRuby. May be old hat to some of you, but I figured that documenting my process might help others going forward. http://hotgazpacho.org/2009/06/cucumber-and-ironruby-it-runs/ -- Will Green

Re: [Ironruby-core] something has changed

2009-06-06 Thread Will Green
e irb(main):005:0> s == n => false irb(main):006:0> n.class => NilClass irb(main):007:0> s.class => String irb(main):008:0> s.eql? n => false -- Will Green http://willgreen.mp/ On Sat, Jun 6, 2009 at 9:23 AM, Ivan Porto Carrero wrote: > Hi > Since this weeks u

Re: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with IronRuby

2009-02-11 Thread Will Green
x27;d be keen to help you with that.. If you've created a project on github please post the url so we can clone, fork and contribute :) cheers Ivan 2009/2/9 Will Green Woops, looks like it was on the GitHub wiki, and I may have ascribed more meaning to what is there: http://wiki.github.co

Re: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with IronRuby

2009-02-08 Thread Will Green
- > boun...@rubyforge.org] On Behalf Of Will Green > Sent: Sunday, February 08, 2009 12:23 PM > To: ironruby-core@rubyforge.org > Subject: [Ironruby-core] IIS 7 HttpModule for Rails/Rack with IronRuby > > First, I want to say that I'm very excited by the progress of IronRuby.

[Ironruby-core] IIS 7 HttpModule for Rails/Rack with IronRuby

2009-02-08 Thread Will Green
ing that can be done at this time, or if IronRuby needs some more help before I can attempt it. I'd be happy to contribute time & code to get this working. Thanks! Will Green ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://