[Rails] Rails on BSD

2010-07-08 Thread Mrbass21
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

Re: [Rails] Rails on BSD

2010-07-08 Thread Joshua Martin
You might also try using TorqueBox (JRuby) on BSD... On Thu, Jul 8, 2010 at 12:17 PM, Mrbass21 mrbas...@gmail.com wrote: 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