Say I have a text "favorite video url" field in my app, I need a way to tell rails that this is a url and then get be able to get parameters from it,
for instance, if the user inputs http://www.youtube.com/watch?v=RV0-DgsDLhs
I want to be able to get the 'v'param and store it in a variable.
Please help