Executei o bundle install (com sucesso) e ao executar o rails g bootstrap:install static, recebi o erro no prompt:
Expected string default value for '--helper'; got true (boolean)
Expected string default value for '--assets'; got true (boolean)
Could not find generator 'bootstrap:install'. Maybe you meant 'integration_test', 'erb:scaffold' or 'controller'
Run rails generate --help
for more options.
na pagina do servidor, recebo o erro:
Showing C:/Users/Santsil/lojadecamisetas/app/views/produtos/index.html.erb where line #5 raised:
undefined method `nav_bar' for #<#:0x481a970>
Extracted source (around line #5):
3
4
5
6
7
8
<%= nav_bar brand: "Kunstee", brand_link: root_url %>
Rails.root: C:/Users/Santsil/lojadecamisetas
Application Trace | Framework Trace | Full Trace
app/views/produtos/index.html.erb:5:in `_app_views_produtos_index_html_erb__47673764_37804380'
Request
Parameters:
None
Toggle session dump
Toggle env dump
Response
Headers:
None
|