Genie.jl icon indicating copy to clipboard operation
Genie.jl copied to clipboard

🧞The highly productive Julia web framework

Results 137 Genie.jl issues
Sort by recently updated
recently updated
newest added

* output the content in the source of the template * make it easy to edit the source file and view the output file * make it easy to purge...

feature request

**Describe the bug** A clear and concise description of what the bug is. **Error stacktrace** If any error is thrown, please copy from the REPL and paste it here **To...

"/projects/new" matches "/projects/:id" instead of "/projects/new"

Currently Genie allows body payload for POST, PUT, or PATCH requests only. ```julia julia> using Genie help?> Genie.Router.ispayload ispayload(req::HTTP.Request) True if the request can carry a payload - that is,...

**Describe the bug** When using `Genie.loadapp()`, loading the `routes.jl` file triggers a warning that the Genie app is missing the controller modules from it's dependencies. **Error stacktrace** The example below...

Autocomplete and syntax highlighting for Genie, Stipple, SearchLight, plugins, etc