Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 346 Bytes

NOTES.md

File metadata and controls

19 lines (10 loc) · 346 Bytes

Instead of doing sudo when doing bundle install, it may be better to do:

bundle install --path vendor/bundle

Problems with nokogiri on a Mac? Try:

env ARCHFLAGS='-arch x86_64' bundle install --path vendor/bundle

Configuration of rspec testing for Omniauth:

https://github.com/intridea/omniauth/wiki/Integration-Testing