search for: ruby_default_ver

Displaying 1 result from an estimated 1 matches for "ruby_default_ver".

2010 Jul 08
2
Rails on BSD
I had this problem too. After searching all day I found a solution. On BSD you need to have a converter installed. /usr/ports/converters/ruby-iconv/ sudo make install clean However, that did not solve the problem for me until I found this post: "Just change RUBY_DEFAULT_VER?= in /usr/ports/Mk/bsd.ruby.mk from 1.8 on 1.9." I removed the ruby-iconv and reinstalled it and problem is gone. Good luck. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails...