ruby on rails - heroku application error, possibly devise -
ruby on rails - heroku application error, possibly devise -
while trying open app in heroku next screen saying:
 application error error occurred in application , page not served. please seek 1 time again in few moments. if application owner, check logs details.
the logs error follow:
2014-10-14t13:43:20.222314+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=dry-reaches-7872.herokuapp.com request_id=5356a97b-0f65-4af0-947b-fe1c42418c1d fwd="74.118.24.162" dyno= connect= service= status=503 bytes= 2014-10-14t13:43:20.334555+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/favicon.ico" host=dry-reaches-7872.herokuapp.com request_id=768945b5-b9b6-4a0b-ba4f-fa0e389d4a29 fwd="74.118.24.162" dyno= connect= service= status=503 bytes= 2014-10-14t13:47:16.518787+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=dry-reaches-7872.herokuapp.com request_id=3931e254-4f51-4c90-954a-6bbbf4fe4298 fwd="74.118.24.162" dyno= connect= service= status=503 bytes= 2014-10-14t13:47:16.734809+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/favicon.ico" host=dry-reaches-7872.herokuapp.com request_id=69b7e4bb-3953-46af-b608-1625c7556152 fwd="74.118.24.162" dyno= connect= service= status=503 bytes=
i tried utilize devise authentication in project failed, think error of code devise
you should include devise gem in gemfile.add line gemfile , run bundle install
gem 'devise'
ruby-on-rails heroku devise
Comments
Post a Comment