Skip to content

Conversation

@jroers
Copy link

@jroers jroers commented Feb 5, 2016

Changed the classes of the divs to render consistent styling with other sidebar items.

<div class="sidebar-body">
<ul>
<% sidebar.archives.each do |month| %>
<!-- ##ERROR WITH ARTICLE COUNT -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this added for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My b. I meant to delete this prior to committing.

This was meant to be used for my own purposes. I'm commenting ##ERROR so I can find where I left off should I accidentally close a tab.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, if you can just take it out first.

@nathanallen
Copy link
Contributor

Please remove psych gem, or introduce a new issue to discuss its merits.

Gemfile Outdated
gem 'rubypants', '~> 0.2.0'
gem 'twitter', '~> 5.14.0'
gem 'uuidtools', '~> 2.1.1'
gem 'psych', '~> 2.0', '>= 2.0.17'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you need to add this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I cleared the error messages from terminal, but on rake db:create, I was given ~25 lines of errors related to NOT having psych as a gem. Once added, the errors were resolved and allowed me to create, migrate and seed the database.

@nathanallen
Copy link
Contributor

Nice work! 👍

@jroers
Copy link
Author

jroers commented Feb 5, 2016

fixes #1
Removed Psych gem as requested, removed personal comment. Justified removal of archives id in <ul>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants