Message from discussion
RedCloth error
Received: by 10.220.78.101 with SMTP id j37mr270198vck.19.1257345773537;
Wed, 04 Nov 2009 06:42:53 -0800 (PST)
Received: by 10.220.78.101 with SMTP id j37mr270197vck.19.1257345773502;
Wed, 04 Nov 2009 06:42:53 -0800 (PST)
Return-Path: <wuyoud...@gmail.com>
Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.221.175])
by gmr-mx.google.com with ESMTP id 18si110281vws.13.2009.11.04.06.42.52;
Wed, 04 Nov 2009 06:42:52 -0800 (PST)
Received-SPF: pass (google.com: domain of wuyoud...@gmail.com designates 209.85.221.175 as permitted sender) client-ip=209.85.221.175;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of wuyoud...@gmail.com designates 209.85.221.175 as permitted sender) smtp.mail=wuyoud...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qyk5 with SMTP id 5so3373239qyk.8
for <rubyonrails-talk@googlegroups.com>; Wed, 04 Nov 2009 06:42:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=iyoxIADYNWkGFkXLHOBjgNXLuR8D/A+meiwKMgQdPDg=;
b=NLUpEFYt5uq+8+exxW5G63fIKWE970pxMn7Z4A/1jlkWi1976yzUx41IT+nCr+sJxD
BHQCIvbTCGsFNUNfJFp2bB7dUlTa5PIgdYKpZ1iB0sPeCMyyALR2FqrLTdpeExvHf0qO
8KAvNk40QTVRXoDynWzCLP5Xkf0aF1zylHaKg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=gvoFWoQH9ynZJ/a+eHS6GK2scZasrL7uj+J7jzaSHcXhsEXpaJepC4afBR5QY3fZNr
hk813bdWGwVV2hkttTZK/Q4v+t7u03oUtYA6kV7Hnt4RHVAP45j7yIFh7DtCCo58PAyz
TvmsEyHRZFrw7On1ZdPpTekmIs8ebcsEryKuk=
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="001636417d5f1b565804778ca0d2"
Received: by 10.229.1.139 with SMTP id 11mr224873qcf.2.1257345772115; Wed, 04
Nov 2009 06:42:52 -0800 (PST)
In-Reply-To: <13b75153b5b6f59644fe20d104ac3...@ruby-forum.com>
References: <4e948f3aaa511a663bbe322f68576...@ruby-forum.com>
<4b005bb00911030646m2bc9a89uc34583dcf17e3...@mail.gmail.com>
<13b75153b5b6f59644fe20d104ac3...@ruby-forum.com>
Date: Wed, 4 Nov 2009 21:42:51 +0700
Message-ID: <4b005bb00911040642t3f5100fav4ac7374f94286...@mail.gmail.com>
Subject: Re: [Rails] Re: RedCloth error
From: anton effendi <wuyoud...@gmail.com>
To: rubyonrails-talk@googlegroups.com
--001636417d5f1b565804778ca0d2
Content-Type: text/plain; charset=ISO-8859-1
hmmm....
have u tried copy that gem into vendor/gems?
On Wed, Nov 4, 2009 at 10:49 AM, Smit Shah <rails-mailing-l...@andreas-s.net
> wrote:
>
> anton effendi wrote:
> > add in enviroment.rb
> > config.gem "RedCloth"
> >
> > On Tue, Nov 3, 2009 at 6:55 PM, Smit Shah
> > <rails-mailing-l...@andreas-s.net>wrote:
> >
> >> Any idea???
> >> --
> >> Posted via http://www.ruby-forum.com/.
> >>
> >> >
> >>
> >
> >
> > --
> >
> > Senior Rails Developer
> > Anton Effendi - Wu You Duan
>
> Thanks for your reply.
>
> I have written the code that you have told. I have also tried following
> code.
> --> config.gem "RedCloth"
> --> config.gem "RedCloth", :lib => "redcloth", :version => "4.2.2"
>
> But I still get the error as:
> " NameError (uninitialized constant Rails::Plugin::RedCloth) "
>
> I have installed gem RedCloth 4.2.2 & 4.2.1
>
> Help me out of this....
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--
Senior Rails Developer
Anton Effendi - Wu You Duan
--001636417d5f1b565804778ca0d2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
hmmm.... <br>have u tried copy that gem into vendor/gems?<br><br><div class=
=3D"gmail_quote">On Wed, Nov 4, 2009 at 10:49 AM, Smit Shah <span dir=3D"lt=
r"><<a href=3D"mailto:rails-mailing-l...@andreas-s.net">rails-mailing-li=
s...@andreas-s.net</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class=3D"im"=
><br>
anton effendi wrote:<br>
> add in enviroment.rb<br>
> config.gem "RedCloth"<br>
><br>
> On Tue, Nov 3, 2009 at 6:55 PM, Smit Shah<br>
> <<a href=3D"mailto:rails-mailing-l...@andreas-s.net">rails-mailing-=
l...@andreas-s.net</a>>wrote:<br>
><br>
</div><div class=3D"im">>> Any idea???<br>
>> --<br>
>> Posted via <a href=3D"http://www.ruby-forum.com/" target=3D"_blank=
">http://www.ruby-forum.com/</a>.<br>
>><br>
>> ><br>
>><br>
><br>
><br>
> --<br>
><br>
</div><div class=3D"im">> Senior Rails Developer<br>
> Anton Effendi - Wu You Duan<br>
<br>
</div>Thanks for your reply.<br>
<br>
I have written the code that you have told. I have also tried following<br>
code.<br>
--> config.gem "RedCloth"<br>
--> config.gem "RedCloth", :lib =3D> "redcloth", =
:version =3D> "4.2.2"<br>
<br>
But I still get the error as:<br>
" NameError (uninitialized constant Rails::Plugin::RedCloth) "<br=
>
<br>
I have installed gem RedCloth 4.2.2 & 4.2.1<br>
<br>
Help me out of this....<br>
<font color=3D"#888888">--<br>
</font><div><div></div><div class=3D"h5">Posted via <a href=3D"http://www.r=
uby-forum.com/" target=3D"_blank">http://www.ruby-forum.com/</a>.<br>
<br>
<br>
</div></div></blockquote></div><br><br clear=3D"all"><br>-- <br><br>Senior =
Rails Developer<br>Anton Effendi - Wu You Duan<br>
--001636417d5f1b565804778ca0d2--