jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown
MIT License
477 stars 196 forks source link

whitespace & double quotes cleaned up, squashed w/rebase #277

Closed malachaifrazier closed 8 years ago

malachaifrazier commented 8 years ago

format documentation & require spec_helper added to .rspec file rm raw in favor of html_safe for posts/show.html.erb whitespace cleanup & some double quotes converted to single quotes

msevestre commented 8 years ago

Too many changes here in that PR. Please only submit PR with code changes. Format changes such as " to ' are too much pain with other code changes