Friday, May 25, 2012

OpenSSL Errors and Rails – Certificate Verify Failed – Gem::RemoteFetcher::FetchError

A comprehensive guide that encompasses some posts below and different platforms to deal with this Ruby on Rails ssl error. http://railsapps.github.com/openssl-certificate-verify-failed.h...

Saturday, May 19, 2012

Updating OpenSSL on Mac OS 10.5.x

If you don't want to build OpenSSL from source and want an easy way of upgrading to the latest version of OpenSSL, I'd suggest taking the MacPorts route. Download the correct .dmg file from http://www.macports.org/install.php. Open it and run the installer. In the terminal, type: $ sudo port sync; sudo port selfupdate; sudo port install openssl Older versions OpenSSL may require installing newer zlib, and zlib in it's turn may require installing XCode 3.1.4: Here is the link to get XCode 3.1.4 somewhere at bottom of the page: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.1.3.3.1 http://matthew.mceachen.us/blog/download-xcode-3-1-4-for-leopard-716.html To...

Wednesday, May 16, 2012

Ruby SSL Certificate Verify Failed

http://jimneath.org/2011/10/19/ruby-ssl-certificate-verify-failed.html http://www.macfreek.nl/memory/Install_CA_Certificates http://martinottenwaelter.fr/2010/12/ruby19-and-the-ssl-error http://stackoverflow.com/questions/4528101/ssl-connect-returned-1-errno-0-state-sslv3-read-server-certificate-b-certifi...

Saturday, May 5, 2012

Rails ExecJS::RuntimeError

(With the help of www.railszilla.com) If you’re riding Ruby on Rails V3.11 and get the error get rails ExecJS::RintimeError Then try installing the V8 Javascript interpreter into Ruby. Just edit your Gemfile and add gem 'therubyracer' then execute the famous bundle install This has also several advantages, such like: Evaluate Javascript from with in Ruby Embed your Ruby objects into the Javascript world Manipulate JavaScript objects and call JavaScript functions from Ruby API compatible with the The Ruby Rhi...

Friday, May 4, 2012

Rails 3.1 and Ruby 1.9.3p125: ruby-debug19 crashes with “Symbol not found: _ruby_threadptr_data_type”

download linecache19 and ruby-debug-base19 from RubyForge: % curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem % curl -OL http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem compile the two gems % gem install linecache19-0.5.13.gem Building native extensions.  This could take a while... Successfully installed linecache19-0.5.13 1 gem installed... % gem install ruby-debug-base19-0.11.26.gem -- --with-ruby-include=$SANDBOX/packages/ruby-1.9.3-p0Building native extensions.  This could...

Powered by Blogger.