pencilcheck / ng_classify

ng-classify for rails
MIT License
5 stars 5 forks source link

uninitialized constant #1

Closed thiagoc7 closed 10 years ago

thiagoc7 commented 10 years ago

Hi, I got this error:

uninitialized constant NgClassify::Template::CommonJS

pencilcheck commented 10 years ago

Aha, thanks for filing an issue. Will get to it asap. It's weird that you got this error because I never got this error before. Seems like your ruby env might not load CommonJS correctly. Did you make sure commonjs is installed?

thiagoc7 commented 10 years ago

Thanks for your response! I try install spockets-commonjs, same problem. Should I try anything else?

thiagoc7 commented 10 years ago

I could make it works installing gem 'commonjs' and bundle update

Thanks you so much!!

pencilcheck commented 10 years ago

That's weird because I thought commonjs is a dependency, hmm. Anyway i'm glad it got solved so quickly. Enjoy~