From cmmathomps at gmail.com Tue May 1 17:00:33 2012 From: cmmathomps at gmail.com (Craig Thompson) Date: Tue, 1 May 2012 13:00:33 -0400 (EDT) Subject: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 In-Reply-To: <31694527.52.1335891350761.JavaMail.cthompson@cthompson-pc> Message-ID: <9910411.120.1335891630380.JavaMail.cthompson@cthompson-pc> Trying to create a simple "hello world" application. So far I simply deleted the /public/index.html file and created a home controller. When I try to browse to the page, I get an uninitialized constant OpenSSL::Digest::SHA1 error. Couple of pieces of information. OS is Windows 7 and I am using the Visual Studio as my IDE. I've done some googleing, but I haven't been able to find any articles that describe the error I'm having. I've installed OpenSSL using a windows installer and I tried copying ssleay32.dll and libeay32.dll into the IronRuby bin folder, but that did not work. Seems like I must be missing something really basic. Thanks, Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: From perlun at gmail.com Tue May 1 21:07:17 2012 From: perlun at gmail.com (Per Lundberg) Date: Wed, 2 May 2012 00:07:17 +0300 Subject: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 In-Reply-To: <9910411.120.1335891630380.JavaMail.cthompson@cthompson-pc> References: <31694527.52.1335891350761.JavaMail.cthompson@cthompson-pc> <9910411.120.1335891630380.JavaMail.cthompson@cthompson-pc> Message-ID: Hi there, It seems like you are using some kind of framework/web server - what would that be? Do you use Sinatra or how does is your Ruby web application structured? Best regards, Per On Tue, May 1, 2012 at 8:00 PM, Craig Thompson wrote: > Trying to create a simple "hello world" application. So far I simply > deleted the /public/index.html file and created a home controller. When I > try to browse to the page, I get an uninitialized constant > OpenSSL::Digest::SHA1 error. Couple of pieces of information. OS is > Windows 7 and I am using the Visual Studio as my IDE. I've done some > googleing, but I haven't been able to find any articles that describe the > error I'm having. I've installed OpenSSL using a windows installer and I > tried copying ssleay32.dll and libeay32.dll into the IronRuby bin folder, > but that did not work. Seems like I must be missing something really > basic. > > Thanks, > Craig > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at ruby-forum.com Tue May 1 21:35:23 2012 From: lists at ruby-forum.com (Eduardo Blumenfeld) Date: Tue, 01 May 2012 23:35:23 +0200 Subject: [Ironruby-core] Installing gems extremely slow? In-Reply-To: References: <-8217564940106719530@unknownmsgid> Message-ID: Per, I find it quite fast, and the .net integration fascinating. Eduardo Per Lundberg wrote in post #1059008: > Hehe, that was a prompt reply. :-) > > Generating the rdoc is taking some time yes, but this was actually > before > it even managed to start downloading the .gem file. It's sitting and > generating up the rdocs right now as we're speaking... > > What is your general perception of IronRuby, performance-wise? > Comparable > to other platforms or lagging slightly behind? > > Best regards, > Per -- Posted via http://www.ruby-forum.com/. From will at hotgazpacho.org Wed May 2 02:32:54 2012 From: will at hotgazpacho.org (Will Green) Date: Tue, 1 May 2012 22:32:54 -0400 Subject: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 In-Reply-To: <9910411.120.1335891630380.JavaMail.cthompson@cthompson-pc> References: <9910411.120.1335891630380.JavaMail.cthompson@cthompson-pc> Message-ID: <47A09FCA-257C-44AF-8463-9E64B9E32001@hotgazpacho.org> 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 will at hotgazpacho.org From cmmathomps at gmail.com Wed May 2 12:28:55 2012 From: cmmathomps at gmail.com (Craig Thompson) Date: Wed, 2 May 2012 08:28:55 -0400 (EDT) Subject: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 In-Reply-To: <47A09FCA-257C-44AF-8463-9E64B9E32001@hotgazpacho.org> Message-ID: <10134515.67.1335961732305.JavaMail.cthompson@cthompson-pc> Thanks for all the responses. The thing that baffling me is that IronRuby has an install that includes Visual Studio integration. So, it would seem that I should be able to get Hello World to work... I must have some specific "oddity" to my system that is hosing the IronRuby/Rails install. Craig ----- Original Message ----- From: "Will Green" To: ironruby-core at rubyforge.org Sent: Tuesday, May 1, 2012 10:32:54 PM Subject: Re: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 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 will at hotgazpacho.org _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: From albertjan at curit.com Mon May 7 09:26:34 2012 From: albertjan at curit.com (Albert-Jan Pieter Nijburg) Date: Mon, 7 May 2012 11:26:34 +0200 Subject: [Ironruby-core] Top issues with ironruby Message-ID: <96697BDC863ACA41B6F3A3743B8CB75CBA9EEC@idefix.Curit.local> Hi guys, I would like to spend some time helping with ironruby. I was planning on starting with the specs. But I thought it might be a good idea to ask here if there are issues that are more pressing then others. I recently saw some stuff come by about open ssl, I have some experience using bouncycastle I could also look into using that to mimick openssl. Wouldn't it also be a good idea to do a new release? Lots of stuff has been fixed since the last release. Regards, Albert-Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmmathomps at gmail.com Mon May 7 19:11:13 2012 From: cmmathomps at gmail.com (Craig Thompson) Date: Mon, 7 May 2012 15:11:13 -0400 (EDT) Subject: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 In-Reply-To: <47A09FCA-257C-44AF-8463-9E64B9E32001@hotgazpacho.org> Message-ID: <29113063.80.1336417868711.JavaMail.cthompson@cthompson-pc> Well, I got it to work... But I'm not sure why. In the ActiveSupport 3.0.1 gem, I made a change to line 59 in the message_verifier.rb. I changed it from: OpenSSL::HMAC.hexdigest(OpenSSL::Digest.const_get(@digest).new, @secret, data) To: OpenSSL::HMAC.hexdigest(OpenSSL::Digest::Digest.new(@digest), @secret, data) I have no idea why it worked. Only figured it out by hacking around in iirb. ----- Original Message ----- From: "Will Green" To: ironruby-core at rubyforge.org Sent: Tuesday, May 1, 2012 10:32:54 PM Subject: Re: [Ironruby-core] uninitialized constant OpenSSL::Digest::SHA1 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 will at hotgazpacho.org _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at ruby-forum.com Tue May 8 18:12:07 2012 From: lists at ruby-forum.com (Roger Pack) Date: Tue, 08 May 2012 20:12:07 +0200 Subject: [Ironruby-core] Float specs In-Reply-To: References: Message-ID: <85f33021da8d76b058444c66bc479fae@ruby-forum.com> and the specs...? -- Posted via http://www.ruby-forum.com/. From orion.edwards at gmail.com Tue May 8 20:41:09 2012 From: orion.edwards at gmail.com (Orion Edwards) Date: Wed, 9 May 2012 08:41:09 +1200 Subject: [Ironruby-core] Float specs In-Reply-To: <85f33021da8d76b058444c66bc479fae@ruby-forum.com> References: <85f33021da8d76b058444c66bc479fae@ruby-forum.com> Message-ID: ?? the specs were already there, from rubyspec. On Wed, May 9, 2012 at 6:12 AM, Roger Pack wrote: > and the specs...? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core From Orion.Edwards at gallagher.co Tue May 22 03:26:27 2012 From: Orion.Edwards at gallagher.co (Orion Edwards) Date: Tue, 22 May 2012 15:26:27 +1200 Subject: [Ironruby-core] IronRuby installer Message-ID: I spent a bit more time trying to get the IronRuby installer to go, and succeeded; resulting in the following pull request: https://github.com/IronLanguages/main/pull/71 The main problem seemed to be that the IronRuby installer created 3 MSM's (DLR, IrRedist and IronStudio) and then merged them all... This failed because each MSM re-defined the NetFxScheduleNativeImage custom action, and more than one MSM is not allowed to do that. I'm not sure how this worked in the past... Did WIX get upgraded? It looks like (from what I can tell) the IronPython installer has been re-done into a (much much simpler) wixproj whereas the IronRuby installer is still building with MSM's (and is much more complicated than perhaps it should be). Is this right? If so, should someone embark upon a project to re-do the IronRuby installer in a similar fashion to the IronPython one? Thanks, Orion -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdhardy at gmail.com Tue May 22 15:42:26 2012 From: jdhardy at gmail.com (Jeff Hardy) Date: Tue, 22 May 2012 08:42:26 -0700 Subject: [Ironruby-core] IronRuby installer In-Reply-To: References: Message-ID: On Mon, May 21, 2012 at 8:26 PM, Orion Edwards wrote: > It looks like (from what I can tell) the IronPython installer has been > re-done into a (much much simpler) wixproj whereas the IronRuby installer is > still building with MSM's (and is much more complicated than perhaps it > should be). > > Is this right? Yeah, I got tired of maintaing the IronPython installer so I rewrote it from scratch. Merge modules are not recommended anymore, so I dumped them. The only downside is it can cause some fighting between IR and IP over which versions of the DLR assemblies are in the GAC. > > If so, should someone embark upon a project to re-do the IronRuby installer > in a similar fashion to the IronPython one? It shouldn't be too hard to copy the IronPython one and change a few bits to work with IronRuby. - Jeff From lists at ruby-forum.com Wed May 23 17:18:01 2012 From: lists at ruby-forum.com (jony bravo) Date: Wed, 23 May 2012 19:18:01 +0200 Subject: [Ironruby-core] Win .Net form In-Reply-To: References: Message-ID: <186d57a54fcf93ead2f12123cc1d5e84@ruby-forum.com> i know this thread is a bit old but i just want to share my solution. I have tried other solutions out there until I came across Dapfor?s .Net Grid. It was superbly fast and does not consume your memory space. The user interface is also quite simple. It would not be difficult for you to use. Many other solutions exist out there but I singled Dapfor?s out because it suits my needs. Hope that helps. -- Posted via http://www.ruby-forum.com/.