impress/lib/tasks
Matchu d79b6b6c33 Ensure rails public_data:pull doesn't use SSL for localhost
I upgraded our local MariaDB for compatibility with the latest server
dumps (https://mariadb.org/mariadb-dump-file-compatibility-change/),
and I thiiiink what I'm seeing is that, also in this version of
MariaDB, the default value for the `ssl` option is `true`? That is,
command-line clients will try to connect over SSL by default—which
isn't generally supported on development servers, where this task runs.

I could probably fix this with a change to my local config? But I
figure I can't really picture a scenario where this option being set in
the task would be *wrong*, but I *can* see it saving future people time
if they're working in a similar environment. So, let's just set it!
2024-07-07 17:21:54 -07:00
..
.gitkeep rails 3 2010-05-14 18:12:31 -04:00
db.rake Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
nc_mall.rake Load *all* NC Mall pages in nc_mall:sync 2024-05-10 17:39:40 -07:00
pets.rake Add rake task to load pet data 2024-01-24 00:51:37 -08:00
public_data.rake Ensure rails public_data:pull doesn't use SSL for localhost 2024-07-07 17:21:54 -07:00
swf_assets.rake Save manifest load info when preloading them, too 2024-02-25 16:02:36 -08:00