I am working on a ROR "intermediate" project I found on medium/freecodecamp.
I have gone through each page and line number in the logs and I'm still getting an error. One thing that I've never seen was modifying the app/helpers/* files. When I did this it added >>>>>>head & ">>>>>Helper" in a lot of files.
I'm not sure what is going on so I'm trying to be as detailed as possible about what could possibly be be the culprit
Here is the GitHub link in case that helps...https://github.com/Mbartlett413/myblog
Right now when I look on my local host I see, "We're sorry, but something went wrong. If you are the application owner check the logs for more information."
When I look in my terminal I see this, Cannot render console from XX.XX.XX ...<br/>
Rendered pages/index.html.erb within layouts/application (6.3ms)
Completed 401 Unauthorized in 1597ms (ActiveRecord: 0.0ms)...<br/>
ActionView::Template::Error (Invalid CSS after " }": expected "}", was ""): <br/>
4: <title>Blog</title> <br/>
5: <%= csrf_meta_tags %> <br/>
6: <br/>
7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <br/>
8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> <br/>
9: </head> <br/>
10:
app/assets/stylesheets/partials/layout/navigation.scss:75 <br/>
app/assets/stylesheets/partials/layout:1 <br/>
app/assets/stylesheets/application.scss:23 <br/>
app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___1682161864386442755_69890208520440'