Can the \'Back\' browser functionality be invoked from a Rails \'Back\' link?
Use
<%= link_to 'Back', :back %>
This is specificied in the RDoc here
This generates some Javascript to navigate backward. I've just tested it, and it works.