> 
> 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.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to