You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>cargo generate crud-controller tasks
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
Running `target\debug\generate.exe crud-controller tasks`
ℹ️ Generating CRUD controller…
✅ Generated CRUD controller ./web/src/controllers/tasks.rs.
ℹ️ Do not forget to route the controller's actions in ./web/src/routes.rs!
ℹ️ Generating test for CRUD controller…
❌ Could not generate test for CRUD controller!
Failed to render Liquid template
Caused by:
liquid: Unknown variable
with:
requested variable=crate_name
Version this is generated by
gerust 0.0.3 (via cargo install gerust)
The text was updated successfully, but these errors were encountered:
Executing cargo generate crud-controller tasks does not generate the test for the CRUD controller (./web/tests/api/tasks_test.rs is missing).
However, using the fix from PR #172 resolves this issue and works as expected.
Is there anything blocking the merge of this PR? I’d be happy to support if needed. Please let me know how I can assist.
Version this is generated by
gerust 0.0.3
(viacargo install gerust
)The text was updated successfully, but these errors were encountered: