I am using Ruby on Rails 3.0.7 and I know that in the 3.1 version there won't be the auto_link
method anymore (see the actionpack/lib/action_view/helpers/text_helper.rb for RoR 3.1).
Is there another way to have similar functions as the old auto_link
method? That is, how can I replace that useful method in Ruby on Rails 3.1?
BTW: why will the auto_link
method will be removed?