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

Add support to define route groups

feature request

I'm a beginner at web development. A couple of examples of fetch requests (in the documentation and in the default app) would have saved me a lot of time and...

documentation

I struggled a bit with the docs on [Loading Genie Apps](https://genieframework.github.io/Genie.jl/dev/tutorials/10--Loading_Genie_Apps.html). The documentation is perfectly clear, but it assumes that Julia is installed in such a way that it can...

documentation

Following up on [the discourse exchange](https://discourse.julialang.org/t/ann-haml-jl-rubys-favourite-templating-language-comes-to-julia/29066/2). What's the best way to add [HAML.jl](https://github.com/tkluck/HAML.jl) support as a templating language? It's already straightforward for a user to just return a `HTTP.Response` with...

TODO
flax

Disclaimer, I'm a bit new to genie/julia... and I've been running with Genie doing tutorials in my julia REPL for a while and its been working fine. I don't know...

Added line 12 - 22 to have Genie package installed in a new environment so that there would be no conflict between Genie package and other existing packages. Edited line...

`try_files` instead of `proxy_pass` (in the example website config file) for static content, with explanation, and some other minor changes.

"using WatchTonight.Movies" did not work. "using Movies" worked for me.

Under "Interacting with the movies data", I think the following change is needed on line 204. Original: julia> using WatchTonight.Movies New: julia> using Movies

**Describe the bug** I have tried to use 'MathJax' by integrating dependencies manually and calling them in the app.jl.html file (see image attached). I have changed in-line markers for mathematical...