Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gzip Rails responses by default (#495)
Gzipping responses trades some server and browser CPU for less data over the network. This is particularly helpful for browsers on unstable or slow Internet connections. Closes #418
- Loading branch information