Hi I've contributed a patch which fixes an incorrect example in the documentation for auto_link in ActionView::Helpers::TextHelper.
The example uses truncate in the old style of tuncate(text, length) which no longer works, so I've patched it to use the new tuncate(text, :length => n) style. https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5694-change-truncate-example-in-auto_link-docs-to-correct-format#ticket-5694-2 Thanks :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
