undefined method `camelize' for "app":String
I had try to reinstall ruby, rubygem, and try other version rails but a nonsense. And finally I forgot how did I discover it needs ruby-iconv ports in fact. It seems occurring at the time I was using rails 2.2.2, some keyword appeared in the error message.
One post on the mailing list [Ruby on Rails : Talk] show the same problem. If you also have the same problem, try it.
6 comments:
Thank you for posting this -- rails (2.1.0) on FreeBSD 6.3 doesn't have this problem and I don't have ruby-iconv installed there. I hadn't tried older versions of rails on my 7.1 machine.
thank you....
i solve the same problem
Awesome, installing ruby-iconv was the ticket!
Hi! This did not solve my problem, because ruby-iconv installs ruby 1.8 by default, but I need to compile it for 1.9. (I use FreeBSD 7.2, and 8.0RC)
Solution:
Just change RUBY_DEFAULT_VER?= in /usr/ports/Mk/bsd.ruby.mk from 1.8 on 1.9.
Enjoy.
Greetings from Russia, with bears and vodka.
thanks, this worked for me. I use 8.0-RELEASE
Thanks! I had the same issue on FreeBSD 8.0, and this fixed it.
Post a Comment