Archive for the ‘gem unicode windows ruby rails’ tag
Installing unicode gem on windows
Unicode is a native gem and intalling it on windows may fail if you don’t have all supporting build tools that it needs.
“gem install unicode” won’t work.
I had to download it from http://supremetyrant.com/ruby/
and then execute:
gem install unicode-<VERSION>-mswin32.gem