List out

In my application i have a column like description of type text area.

I Installed Blacklist gem and Redcloth plugin(dependency) .

when I entered blacklist words in text area what should it do?(in my
application it does nothing)

Do I need to relate the plugin or gem to my application.

reply is must…

Thank you…

hola,

I need text library, but in text.rubyforge.org only appears the doc
information. how i can download de library?, in rubyforge search don’t
find, and in google nor. anyone know?

thanks in advance,

Benjamín

Do I need to relate the plugin or gem to my application.

Of course.

From the README.textile:

It will also work out of the box as a Ruby on Rails plugin. Just drop it
in vendor/plugins and it’ll work.

when I entered blacklist words in text area what should it do?(in my
application it does nothing)

Are you asking it to do anything? Again, from the README file:

BlackList.block?(“Stupid ass simple.”)

The example is giving Blacklist a string, you’ll probably want to pass
it the contents of the textarea.