Ao carregar a url: http://localhost:3000/produtos, aparece a mensagem:
We're sorry, but something went wrong.
If you are the application owner check the logs for more information.
GemFile:
source 'https://rubygems.org'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
Banco de dados
gem 'sqlite3'
Elementos visuais
gem 'jquery-rails'
Links Internos
gem 'turbolinks', '~> 5'
Necessário para rodar o Rails no Windows
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]