balvig / chili

The spicy feature toggle framework for Rails
http://balvig.github.io/chili/
MIT License
214 stars 8 forks source link

unable to create new extension #2

Closed tapster closed 12 years ago

tapster commented 12 years ago

rails g chili:extension photo

/.rvm/gems/ruby-1.9.3-p194/gems/chili-0.3.2/lib/chili/engine.rb:4:in block in <class:Engine>': undefined methodnamespaced=' for #Deface::Environment:0x007ff4ca6cace8 (NoMethodError)

deface 0.9.1 thats added with chili does not have the namespaced changes in yet on my install at least

balvig commented 12 years ago

Oh hey there, yeah sadly you'll have to use HEAD of Deface for now until a new gem version is released. Adding

gem 'deface', github: 'railsdog/deface'

to your app's gemfile should solve it! :)

tapster commented 12 years ago

:+1:

balvig commented 12 years ago

Added to docs for now! https://github.com/balvig/chili/commit/fc3908d44f0dc8f5434c744dbca8fb1158f258bb