split
split copied to clipboard
Using Split in Route Constraints?
Has anyone devised a way to use Split in routes.rb or route constraints? We need to do this out of technical necessity but it looks like it's not possible. session is not available in routes.rb and split depends on it. There doesn't seem to be a way to pass request.session to it instead. Any ideas??
We would also need this.
waiting for it
This pull request might be helpful for doing this: https://github.com/splitrb/split/pull/490