Error using mongrel 1.2.0.pre2 in rails 3 applications on geroku

I am doing authentication from google and getting an error request too long, so with some research I added a gem mongrel. This fixed an error request too longon my local machine.

However, now when I click on the hero, I constantly get the error below

You have already activated daemons 1.1.0, but your Gemfile requires daemons 1.0.10. Consider using bundle exec. (Gem :: LoadError)

Gemfile:

gem 'pg'
gem 'compass', '>= 0.11.5'
gem 'fancy-buttons'
gem 'haml', '3.1'
gem "nifty-generators", :group=>:development
gem "bcrypt-ruby", :require => "bcrypt"
gem "jquery-rails"
gem "devise"
gem "omniauth"
gem 'oa-openid', :require => 'omniauth/openid'
gem 'mongrel', '1.2.0.pre2'

Perhaps taking mongrel from the gemfile may fix the problem at hand, but then I will try again too long to request an error while authenticating from google.

Is there a workaround? Should I use a different version? If so ... what?

I'v bundle exec , , heroku .

+5
4

bundle update daemons

0

advice heroku: heroku stack:migrate bamboo-ree-1.8.7. "" git, , - , !

0

, , Heroku , ?

Heroku Thin web-, .

Mongrel Rails 3.x. - , Webrick, , , , " " ..

thin Gemfile.

:

rails s thin

. Thin .

0

, 3 :

  • Mongrel, @Wolfram , . Thin Gemfile, , "rails s thin"

  • , Gem, , , . ,

  • , Bamboo, Cedar "heroku create --stack cedar.

0

All Articles