Max Sadrieh

Results 4 comments of Max Sadrieh

To save other people the time I took to understand exactly what was supposed to happen that wasn't, the HTML for the menu should look like this: ``` html Home...

I can confirm changing `path` to `path_info` solves the problem.

In a test, it is possible to passe a specific environment, in particular a specific `SCRIPT_NAME` and `PATH_INFO` like so: ``` ruby get '/url_for', {}, 'SCRIPT_NAME' => '/bar' ``` (From...

I think you may want to allow something like `export function..` or `export default const FOO = function`. I also wonder whether we only want function definition or any other...