Hi All,
I'm working through a book which touches on Textile for formating in the body of a blog.
The procedure is:
1) Add this line to environment.rb config.gem "RedCloth", :version => ">= 3.301", :source => "http:// code.whytheluckystiff.net"
2) rake gems:install
3) use <%= textilize(article.body) %>
So it fails at #1 because of the whythluckystiff resources not being available anymore !
So does anyone have an alternative so I can get this working ?
regards, Dave Porter