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 .