cotag / condo_example

An example Condo app
14 stars 4 forks source link

Error: Unknown provider: Condo.ConfigProvider from CondoApp #1

Closed interpegasus closed 11 years ago

interpegasus commented 11 years ago

Hi,

The app looks great. And currently I am trying to install the example app for testing purposes. But I get an error message on the JS console, via firefox. (I am using Amazon S3)

Do you have any ideas on how to fix the issue? Please find the screenshot from the browser output below. Thank you in advance!

ERROR MESSAGE:

Error: Unknown provider: Condo.ConfigProvider from CondoApp [Break On This Error]

throw Error("Unknown provider: " + path.join(' <- '));

SCREENSHOT: https://s3-us-west-1.amazonaws.com/ingestion-cors.mobovivo.com/Screen+Shot+2012-12-04+at+6.14.49+PM.png

stakach commented 11 years ago

I've pushed the new gem versions of both condo and condo_interface which should resolve the issue. run a bundle update on the example app and all should be working.