Converts strong e-tags generated by your Rails application into weak e-tags that can be passed through a web server with gzip compression enabled.
Based on this stack overflow question: http://stackoverflow.com/questions/18693718/weak-etags-in-rails
Add this line to your application's Gemfile:
gem 'rails_weak_etags'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_weak_etags
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request