Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Had some issues with Nokogiri errors on Fedora 20 while trying to do some Ruby on Rails work. Finally got it to work. Nokogiri will not install via a Gem. Instead you need to use YUM:
sudo yum install -y rubygem-nokogiri
After that, all set.