Commit Graph

5 Commits

Author SHA1 Message Date
barnold dde8343978 Local override for configuration...
Look for a local .yml file and apply it if present.
2022-10-09 14:22:40 +01:00
barnold 906055e410 Show more rows by default. Smaller headings. 2022-09-29 15:11:41 +01:00
barnold 92a01126a4 More parameter checking and a custom not-found page. 2022-09-20 11:33:08 +01:00
barnold 6ea53c5657 More on rows-per-page...
Added helpers and updated MyModel with a view to making rows-per-page
a user preference.
2022-09-19 10:04:57 +01:00
barnold a017600c85 Use "mojo generate app MyApp" to add things...
Added files and directories as generated, based on
Mojolicious::Guides::Growing.  The generator expects the root
directory to be named 'my_app', which mine wasn't.  So I symlinked my
directory, ~/src/mojo-tutorial.barnold, to ~/src/my_app.  Then 'cd
~/src; mojo generate app MyApp; unlink my_app'.
2022-09-13 09:52:55 +01:00