blacklist

hello all,

I installed blacklist plugin from the link------------ http://github.com/watsonian/blacklist/tree/master.

when start the server I am getting as below :

C:\Documents and Settings\Madhavi\Desktop\madhavi_moments \madhavi_moments>ruby script/server => Booting WEBrick... c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/ webrick.rb:13: w arning: already initialized constant OPTIONS => Booting WEBrick... c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/ webrick.rb:13: w arning: already initialized constant OPTIONS c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire': no such file to load -- RedCloth (MissingSourceFile)         from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'         from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:496:in `require'         from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:342:in `new_constants_in'         from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:496:in `require'         from C:/Documents and Settings/Madhavi/Desktop/madhavi_moments/ madhavi_m oments/vendor/plugins/watsonian-blacklist/watsonian-blacklist/lib/ black_list.rb: 31         from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `ge m_original_require'         from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `re quire'         from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ active_suppo rt/dependencies.rb:496:in `require'          ... 26 levels...         from c:/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/ server.rb:3 9         from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 32:in `ge m_original_require'         from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 32:in `re quire'         from script/server:3

C:\Documents and Settings\Madhavi\Desktop\madhavi_moments \madhavi_moments>

can anybody help me plzzz ?

install the RedCloth plugin using gem

Thank u

But I couldnt fink the link for Redcloth plugin . can u suggest a link for that.

whenever u r unfamiliar with the gem try:

gem search RedCloth --remote

gem install Redcloth

I installed Recloth successfully... Im following this link : http://github.com/watsonian/blacklist/tree/master for blacklist words...

Is it necessary to write code in my application beyond this installation ??? If so guide me.

Can any body help me out?

Thank you

I haven't used blacklist either I just traced the error in ur code

Is there any links for list out the badwords in rails application?