Skip to content

Instantly share code, notes, and snippets.

@capnslipp
Created February 19, 2012 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capnslipp/1865191 to your computer and use it in GitHub Desktop.
Save capnslipp/1865191 to your computer and use it in GitHub Desktop.
# running:
require 'redcarpet'; puts Redcarpet::Markdown.new(Redcarpet::Render::HTML).render('# hi #')
# gives me:
/Users/slippyd/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- redcarpet (LoadError)
from /Users/slippyd/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from -:1:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment