RedCloth

I’ve installed it, and I added the following line to my view:

<%= textilize(post.text) %>

I got this error, though: “uninitialized constant RedCloth”.

Ideas?

Did you restart your webserver?

_Kevin

Kevin O. wrote:

Did you restart your webserver?

_Kevin

Oh, that was so simple… Now it works correctly! Thankyou so much!