Issues Encountered - newtonry/Clothes-Consensus GitHub Wiki
protected_attributes gem breaks app
undefined method `[]' for nil:NilClass in the browser Object doesn't support #inspect in rails console
Solution: Rails 4.0.1 and the protected_attributes 1.0.3 gem do not get along. Upgrade to protected_attributes 1.0.5 http://stackoverflow.com/questions/20237364/undefined-method-for-nilnilclass-in-rails-4-0-1-and-haml
Issue installing rmagick gem
Package MagickCore was not found in the pkg-config search path. Perhaps you should add the directory containing `MagickCore.pc'
Solution: brew remove imagemagick brew install imagemagick --disable-openmp --build-from-source http://stackoverflow.com/questions/11711967/cant-install-rmagick-in-mountain-lion
OAuth Devise Facebook Login - Invalid redirect_uri
Setting up FB login to work with localhost or test server was giving an invalid redirect_uri error
Solution Basic Info > App Domain should be set to "localhost" Website with Facebook Login should be set to "http://localhost:3000/"