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

MVC Tutorial Error

Open jackn11 opened this issue 2 years ago • 2 comments

I was going through the MVC tutorial found here https://genieframework.github.io/Genie.jl/dev/tutorials/4-1--Developing_MVC_Web_Apps.html and I notced that the line using WatchTonight.Movies caused an error for me until I restarted the genie server. However, in the docs it does not tell you to restart the genie server.

An instruction should be added to the tutorial at that point to restart the genie server so that the tutorial works properly.

jackn11 avatar Aug 03 '22 16:08 jackn11

Thanks for reporting. I'll need to check it. Sounds like a revising issue

AbhimanyuAryan avatar Aug 05 '22 16:08 AbhimanyuAryan

The following worked for me.

using Movies

Note: https://github.com/GenieFramework/Genie.jl/pull/579

jglee1 avatar Sep 10 '22 02:09 jglee1

I was going through the MVC tutorial found here https://genieframework.github.io/Genie.jl/dev/tutorials/4-1--Developing_MVC_Web_Apps.html and I notced that the line using WatchTonight.Movies caused an error for me until I restarted the genie server. However, in the docs it does not tell you to restart the genie server.

An instruction should be added to the tutorial at that point to restart the genie server so that the tutorial works properly.

Solve my problem. Thank you for sharing

ruizhi92 avatar Nov 29 '22 09:11 ruizhi92

merged @jglee1 PR https://github.com/GenieFramework/Genie.jl/pull/579/files

AbhimanyuAryan avatar Dec 08 '22 11:12 AbhimanyuAryan