zooppa / administrate-field-simple_markdown

✍️ A plugin to edit Markdown text in Administrate
https://github.com/thoughtbot/administrate
MIT License
8 stars 13 forks source link

Needed to require 'redcarpet'? #1

Closed golmansax closed 6 years ago

golmansax commented 7 years ago

Hi, I had to add require 'redcarpet' to my config/application.rb, or else I got an error on server boot: ~/.rvm/gems/ruby-2.4.0/gems/redcarpet-3.4.0/lib/redcarpet/render_strip.rb:5:in '<module:Render>': uninitialized constant Redcarpet::Render::Base (NameError)

Any ideas to what's going on? Thanks.

michelegera commented 6 years ago

Hey @golmansax, sorry for the super late reply but this slipped off my radar for a while 😅 I’ve just released v0.1.0 that should fix this particular issue.

golmansax commented 6 years ago

@michelegera I upgraded the package and it works great. Thanks!