Changes between Version 1 and Version 2 of howto/RubyOnRails


Ignore:
Timestamp:
Oct 2, 2015, 8:58:13 PM (9 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

workaround for nokogiri

Legend:

Unmodified
Added
Removed
Modified
  • howto/RubyOnRails

    v1 v2  
    6464(TODO)
    6565
    66 There might be some problems related to installation of nokogiri.
     66There might be some problems related to installation of nokogiri (a bug is the installer). A workaround might be the following:
     67{{{
     68gem install nokogiri -- --use-system-libraries --with-xml=/opt/local/
     69}}}
     70but the gem might stop working when you upgrade `libxml2` from MacPorts.
    6771
    6872= Setting up the Database = #database