ennova / postmarkdown

A simple Rails blog engine powered by Markdown.
http://rubygems.org/gems/postmarkdown
79 stars 19 forks source link

Updated engine for Rails 3.1 compatibility #1

Closed ivanvanderbyl closed 12 years ago

ivanvanderbyl commented 13 years ago

Updated for Rails 3.1, fixed view path issue which prevented overrides working and increased version number.

ivanvanderbyl commented 12 years ago

How about a merge yo?

twe4ked commented 12 years ago

Pulled in your append_view_path change here ef16db57401f1650df8ed9189d53e0d970969268 and added some tests here 90312755ef4ca9ae85a2eb42dbde1e56718121d6.

@jasoncodes is working on a way to move the assets but keep 3.0 compatibility with tests. Thanks for working out the 3.1 way.

ivanvanderbyl commented 12 years ago

Thanks dude, I think there is a few more changes on my branch, I did some other customisations within testpilot, but it's working nicely here http://beta.testpilot.me/blog

twe4ked commented 12 years ago

Blog looks great :)

jasoncodes commented 12 years ago

I have added support for the Rails 3.1 asset pipeline eafba9662221c8946855edea2bc5ea874c62e525 and made the relevant test more generic 3969436d23b0f7be3fcb72e09d731397d744a8a1 to handle the varying stylesheet request path.

jasoncodes commented 12 years ago

Postmarkdown 0.0.2 has been released with Rails 3.1 support.