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...@hotgazpacho.org ___

Re: [Ironruby-core] Installing gems extremely slow?

2012-05-01 Thread Eduardo Blumenfeld
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 an

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

2012-05-01 Thread Per Lundberg
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.

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

2012-05-01 Thread Craig Thompson
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 t