Add a configuration setting for serving static assets

This new setting will allow us to control in `site.yml` whether or not
our static assets will be served by Rails or by the app server that is
proxying requests to Rails. This is set to `false` by default so that
the proxying server is responsible for serving the assets.
This commit is contained in:
Matt Rogers 2015-08-25 16:43:14 -05:00
parent 48c1d7c214
commit faf585b1d4
5 changed files with 9 additions and 3 deletions

View file

@ -5,6 +5,7 @@
* Thin replaces WEBrick as the included web server
* Tracks is tested on Ruby 1.9.3, 2.0.0, 2.1, and 2.2.
* The MessageGateway will save the received email as an attachement to the todo
* Add a configuration option for serving static assets from Rails
## Version 2.3.0