Snippet
Retrieve Page Contents via Http Get using Ruby
Posted November 27th, 2007 by administrator
This script retrieves the content of url and dumps it to the output .
Example copy this script into file named : get_page.rb
Clean up Rail Sessions
Posted November 27th, 2007 by administrator
By default rails does not clear out stale sessions from the session store. Depending on the configuration session can be stored in the local file system or the database.