Sunday, August 8, 2010

Stupid Rails Gothcha 01

Ok, here's one of those "I just wasted X hours, damn it!" moments. I installed Cucumber into a Rails App that uses the shopify_app plugin. And it keept giving me strange errors when running
rake cucumber
Turns out I should have installed Cucumber first then when I generated the shopify stuff it would have setup a correct `shopify.yml` and in the end all I needed to do was duplicate a few lines in `shopify.yml`. Remember all your environments need to know about your api key.

I hope this helps someone.

No comments:

Post a Comment