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.. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---