How can I get rinku to run and the page to load properly?
Error message: uninitialized constant ActionView::CompiledTemplates::Rinku
Steps taken:
- Installed
rinku gem
andrake-compiler
and ran$ rake
per the gem developer's instructions - Inserted
require 'rinku'
into the controller file - Inserted the following into the view file
<% text = "Go to http://www.abc.com or email me at dude@abc.com" %>
and<%= Rinku.auto_link(text, mode=:all, link_attr=nil, skip_tags=nil) %>