Environment - rvm ruby - rubies/ruby-1.9.3-p194/bin/ruby
I am trying to create a new rails app but it's failing with this exception http://pastebin.com/cNKDuFVc
Environment - rvm ruby - rubies/ruby-1.9.3-p194/bin/ruby
I am trying to create a new rails app but it's failing with this exception http://pastebin.com/cNKDuFVc
Do you use macports? If yes this may help http://blog.55minutes.com/2012/01/fixing-a-segmentation-fault-in-ruby-193/
Try creating a new rails app with the following
rails new app_name --skip-bundle
It looks like bundler is seg-faulting, so if skipping bundler works, then I would try reinstalling bundler, if you still have issues, you may have to reinstall that version of ruby.
What version of OS X and XCode did you install rvm with? The ruby issues may be caused by XCode
the version of openssl in OSX is broken, you need to install it manually, either with HomeBrew, MacPorts, SMFramework or just RVM, here is my answer to similar question with proper fix: