Denny de la Haye
Denny de la Haye
Is it only N+1 warnings that you're not seeing reported from engines, or are you also missing warnings to use/avoid eager loading? [ShinyCMS](/denny/ShinyCMS-ruby) is made almost entirely out of multiple...
Hey, thanks for this! I am completely ignorant of how to bundle stuff up for CPAN (as is probably obvious, with a 10+ year old Perl app that's not on...
@afresh1 I think it might be good for us to have a quick chat, so I can explain to you how I've been deploying ShinyCMS in production up until now,...
> Easiest might be IRC as I'm there (afresh1 on Freenode and irc.perl.org) Cool; I've invited you to #shinycms on freenode, which I shall try to remember to lurk in...
The Ruby version is my current focus (mostly because what I'm learning from that project feeds into my current day job), but the Perl version still has more real-world users...
The website stuff is a work in progress - it pointed to the Perl one until a few weeks ago (I changed it on the first anniversary of the Ruby...
This blog post touches on some of this stuff - http://shinycms.org/blog/2019/10/the-perl-version - tl,dr the Ruby version started out as a professional development project for me, although if anybody else finds...
The filepicker window is primarily designed to be launched from CKEditor, rather than vice versa. I thought it might be useful to also make it directly visible in the admin...
I think this should be done with a database update script, not a config file. Look at the database demo build scripts for basic examples, although it could be done...
I think you'll find ::Migration wraps ::DeploymentHandler and various other bits. Ask jnap :)