0

I have installed goliath gem but now any console rails command fails and returns :

rake aborted!
uninitialized constant Rack::Chunked
/home/Sites/myapp/config/application.rb:7:in `<top (required)>'
/home/Sites/myapp/Rakefile:4:in `<top (required)>'
/home/.rvm/gems/ruby-2.0.0-p195/bin/ruby_noexec_wrapper:14:in `eval'
/home/.rvm/gems/ruby-2.0.0-p195/bin/ruby_noexec_wrapper:14:in `<main>'

How can we explain that and how to debug ?

epsilones
  • 11,279
  • 21
  • 61
  • 85

1 Answers1

0

Ok, I got the answer. I had to precise where to find the Rack module in my gemfile

gem 'goliath', :require => "goliath/rack"
epsilones
  • 11,279
  • 21
  • 61
  • 85