Skip to content

Instantly share code, notes, and snippets.

View alexvirtualbr's full-sized avatar
🏠
Working from home

Alexandre Ferreira alexvirtualbr

🏠
Working from home
  • alexVIRTUALbr
  • Brasil
  • 23:21 (UTC -12:00)
View GitHub Profile
Olá pessoal,
Estou tendo problemas com esta aplicação que estou fazendo deploy para o Heroku.
Lendo o último log que compartilho abaixo, o problema para ser com a versão do Bundler. Já fiz algumas mudanças
e até rodei o "gem install bundle --pre" e por enquanto não deu certo, a aplicação não roda.
Vejam no link https://agenda-contatos-app.herokuapp.com/
Last log application:
@alexvirtualbr
alexvirtualbr / gist:bc764754e75e855c8896ac8511fc07ea
Created September 25, 2018 03:50
Erro ao tentar fazer login/registro com Devise
Started GET "/login" for 127.0.0.1 at 2018-09-25 00:44:40 -0300
Processing by Users::SessionsController#new as HTML
Completed 500 Internal Server Error in 321ms (ActiveRecord: 6.4ms)
NoMethodError (protected method `render' called for #<Users::SessionsController:0x00007f460409d098>
Did you mean? responder):
responders (2.4.0) lib/action_controller/responder.rb:238:in `default_render'
responders (2.4.0) lib/action_controller/responder.rb:170:in `to_html'
responders (2.4.0) lib/action_controller/responder.rb:163:in `respond'