RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Drop-in replacement for Rails textilize helpers (w/o dependencies)

My colleague just released textilize, a drop-in replacement for the old textilize helpers in Rails 2.x. If you are updating an older app to Rails 3.x, it may be of use. Textilize is different from other textile gems that exist because includes the pure ruby version of RedCloth written by _why. Other gems require the new 4.x version of RedCloth that needs to be compiled. We just have a few small uses for textilize, and needed something that worked without any extra dependencies. Hope you can find it useful too.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in