I need to collect information about a user's computing device when they sign up for a networking site. I have coded a sign-up form to register utilizing Ruby on Rails 2.0. Could this be a plugin utilizing Jquery? Or, some type of background script that executes and collects that information in a temp hash file that is held in memory until the Registration completes.
Any ideas about the most efficient way to accomplish this feat is greatly appreciated.