fun_with_flags_ui
fun_with_flags_ui copied to clipboard
Web dashboard for the FunWithFlags Elixir package
Closes #12 I could not get this plug to work without these changes as the redirects were really unexpected, especially when hosting the application in a nested route. If I...
I'm currently working on a similar "embed into some phoenix/plug app" tool than this one. In my research I found in bamboos preview router that they use `conn.script_name` to construct...
Encode slash as %2F. If group name contained a `/` character then this would be interpreted by phoenix router as a different path segment. I'm not sure if this works...
Attempt to fix #26 It's pretty hard to test if it actually works since I don't have multiple nodes to test, so sorry if the fix isn't correct 😕
While trying to work with `FunWithFlagsUI` (especially with any new flag) from time to time we get such weird error: ``` ArgumentError :erlang.binary_to_existing_atom/2 errors were found at the given arguments:...
Adds a new parameter to the `Router` module which allows Content Security Policy nonces to be used within the fun with flags admin pages. This implementation is inspired by the...