RedCloth error

Hi All

I have installed RedCloth 4.2.2 & 4.2.1.
When I tried to create new post in forum(of my application) it gives me
error like " uninitialized constant Rails::Plugin::RedCloth".

In local it runs without any error… but when I tried to run the same
code on server it gives me that error…

Any idea???

add in enviroment.rb
config.gem “RedCloth”

On Tue, Nov 3, 2009 at 6:55 PM, Smit S.
[email protected]wrote:

Any idea???

Posted via http://www.ruby-forum.com/.

Senior Rails Developer
Anton Effendi - Wu You Duan

anton effendi wrote:

add in enviroment.rb
config.gem “RedCloth”

On Tue, Nov 3, 2009 at 6:55 PM, Smit S.
[email protected]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…

hmmm…
have u tried copy that gem into vendor/gems?

On Wed, Nov 4, 2009 at 10:49 AM, Smit S.
<[email protected]

wrote:

Posted via http://www.ruby-forum.com/.
Thanks for your reply.

Help me out of this…

Posted via http://www.ruby-forum.com/.

Senior Rails Developer
Anton Effendi - Wu You Duan

anton effendi wrote:

hmmm…
have u tried copy that gem into vendor/gems?

On Wed, Nov 4, 2009 at 10:49 AM, Smit S.
<[email protected]

wrote:

Posted via http://www.ruby-forum.com/.
Thanks for your reply.

Help me out of this…

Posted via http://www.ruby-forum.com/.

Senior Rails Developer
Anton Effendi - Wu You Duan

Its working now…

Thanks Anton