[Ironruby-core] Top issues with ironruby

2012-05-07 Thread Albert-Jan Pieter Nijburg
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 bou

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

2012-05-07 Thread Craig Thompson
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(@dig