Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Change rack session options only when asset is found #421

Closed
wants to merge 1 commit into from
Closed

Change rack session options only when asset is found #421

wants to merge 1 commit into from

Commits on Mar 16, 2013

  1. Change rack session options only when asset is found

    If asset is not found, Rack will try next route since `X-Cascade` header
    is set. It is better do not change env when the request is pass through.
    
    [sporkd/asset_prefix_test](https://github.com/sporkd/asset_prefix_test)
    has demonstrated that when assets prefix is also a prefix of controller
    routes, the session is never stored.
    doitian committed Mar 16, 2013
    Configuration menu
    Copy the full SHA
    5244fae View commit details
    Browse the repository at this point in the history