RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: sjtipton
As always, your Railscasts are timed just right... just upgraded Bundler before watching this and got the fatal nokogiri build stuffs
For me, I had to do:
bundle config build.nokogiri --with-xml2-include=/usr/local/Cellar/libxml2/2.7.7/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.7.7/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26 --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib
Point is, your Railscast got me in the right direction, but I needed to refer to a similar issue when previously setting up my Macbook Pro at https://gist.github.com/746966#gistcomment-80034
As always, your Railscasts are timed just right... just upgraded Bundler before watching this and got the fatal nokogiri build stuffs
For me, I had to do:
Point is, your Railscast got me in the right direction, but I needed to refer to a similar issue when previously setting up my Macbook Pro at https://gist.github.com/746966#gistcomment-80034