mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
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:
parent
48c1d7c214
commit
faf585b1d4
5 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue