For my rails app i want to extract the meta-tag contents of website to further processing. but for some sites which redirect to another url , i cant get hold of the final webpage easily. Is there any way in ruby to follow all the site redirections such as http redirect, meta-tag redirect, frame redirect etc. effeciently?
Thanks