When I hit the back browser button, the server receives a bunch of get requests for the same resource. The one I'm going back to.
I tried it in both Chrome and Firefox and it happens on both, so I'm guessing is not a browser issue. I'm running Rails 4 on Ubuntu.
Other than the standard gems Rails installs by default, the only other gem I'm using is Devise. I found this link on how the browser is supposed to work so I don't understand why the requests are being made. Sometimes over 10 requests are made.