brew install libxml2
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2"
bundle install
Sunday, 28 February 2016
Installing nokogiri on Mac without xcode
Sunday, 3 January 2016
Debug Ember test
Use pauseTest to pause test and check application state while testing.
See http://emberjs.com/api/classes/Ember.Test.html#method_pauseTest for more info.
return pauseTest()
See http://emberjs.com/api/classes/Ember.Test.html#method_pauseTest for more info.
Subscribe to:
Comments (Atom)