You are here: Browse Railsplugins Link To Past
=Link to the past
Is a view helper that generates links to the archive.org wayback machine for a given site. So you can view
Link to the past generates link to archive
Archive.org is a free online resource that stores snap shots of web sites at particular points in time.
Historic versions of any site can be accessed through a specific url and this
=Usage
In your view this helper is available like so:
<%= link_to_past(“Ruby On Rails 0.4”, ‘http://rubyonrails.org’, :on => “Feb 23 2006”) %> <%= link_to_past(“Ruby On Rails 1.0”, ‘http://rubyonrails.org’, :on => Date.new(2006,2,23)) %>
`
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly