Hello, I just walked through the Monologue installation instructions on the GitHub page and the results aren't what I expected. When I goto localhost:3000/monologue, it just shows a horizontal line and text that says "Latest posts".
When I view source, it shows that the page is trying install somes scripts that I don't see in my project hierarchy...
<script src="/assets/monologue/blog/twitter.js?body=1" type="text/javascript"/>
<script src="/assets/monologue/blog/application.js?body=1" type="text/javascript"/>
Were these supposed to be added when I installed the monologue gem?
Thanks!
Joe