On my local system I installed the gem for RedCloth and it worked right away. On Textdrive it is not working at all. I added: require ''rubygems'' require_gem ''RedCloth'' to application.rb and it still did not work. I get the following error: ActionView::TemplateError (undefined method `hard_breaks='' for class `RedCloth'') on line #8 of /blog/index.rhtml Any suggestions. John
I used redcloth in a rails app, but included the gem in environment. Not sure if this has anything what so ever to do with your problem, but it worked for me. -Dale On Thu, 17 Mar 2005 14:03:43 -0500, John Baku <john-CC0oh5EnFfVBDgjK7y7TUQ@public.gmane.org> wrote:> On my local system I installed the gem for RedCloth and it worked right away. > On Textdrive it is not working at all. > > I added: > > require ''rubygems'' > require_gem ''RedCloth'' > > to application.rb and it still did not work. > > I get the following error: > > ActionView::TemplateError (undefined method `hard_breaks='' for class `RedCloth'') > on line #8 of /blog/index.rhtml > > Any suggestions. > > John > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- All creativity is an extended form of a joke. - Alan Kay
Worked perfectly thank you! On 17-Mar-05, at 4:48 PM, Dale K. Hawkins wrote:> I used redcloth in a rails app, but included the gem in environment. > Not sure if this has anything what so ever to do with your problem, > but it worked for me. > > -Dale > > > On Thu, 17 Mar 2005 14:03:43 -0500, John Baku <john-CC0oh5EnFfVBDgjK7y7TUQ@public.gmane.org> wrote: >> On my local system I installed the gem for RedCloth and it worked >> right away. >> On Textdrive it is not working at all. >> >> I added: >> >> require ''rubygems'' >> require_gem ''RedCloth'' >> >> to application.rb and it still did not work. >> >> I get the following error: >> >> ActionView::TemplateError (undefined method `hard_breaks='' for class >> `RedCloth'') >> on line #8 of /blog/index.rhtml >> >> Any suggestions. >> >> John >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > -- > All creativity is an extended form of a joke. > - Alan Kay > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails