How do You Transform User-inputted URLs into Links?

Do you know of a way to transform user-inputted URLs into actual links?

For instance, when a user types in “http://yahoo.com”, how can we
convert that into http://yahoo.com

Any ideas?

On Nov 1, 9:09 am, Bob S. [email protected]
wrote:

Do you know of a way to transform user-inputted URLs into actual links?

For instance, when a user types in “http://yahoo.com”, how can we
convert that into http://yahoo.com

Any ideas?

Posted viahttp://www.ruby-forum.com/.

gene tani wrote:

On Nov 1, 9:09 am, Bob S. [email protected]
wrote:

Do you know of a way to transform user-inputted URLs into actual links?

For instance, when a user types in “http://yahoo.com”, how can we
convert that into http://yahoo.com

Any ideas?

Posted viahttp://www.ruby-forum.com/.

ActionView::Helpers::TextHelper

perfect! thanks, gene!