impress/config
Emi Matchu e337767954 Fix "couldn't download the associated Flash files" when modeling
So this was a slightly wrong error message, what was happening was:

1. Trying to load the image hash for this pet, by looking them up at
   https://pets.neopets.com/cpn/PET_NAME/1/1.png and seeing what URL it
   redirects to.
2. But pets.neopets.com was rejecting our User-Agent string, which
   would've been just "Ruby", since we hadn't set it otherwise. I guess
   that's an explicitly banned string?

I also found that the kind of more-helpful User-Agent string I like to
write was being rejected, and I could only get it to accept something
very simple? So that's what we're using now, I guess!!
2024-01-15 01:15:35 -08:00
..
environments Disable some unused Rails features 2023-11-11 15:12:41 -08:00
initializers Add Sentry to Rails 2023-11-06 12:37:40 -08:00
locales Fix "couldn't download the associated Flash files" when modeling 2024-01-15 01:15:35 -08:00
application.rb Fix "couldn't download the associated Flash files" when modeling 2024-01-15 01:15:35 -08:00
basic_type_hashes.yml vandagyre basic colors (ugh, should be in database) 2014-11-14 19:33:30 -06:00
boot.rb Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
cable.yml Upgrade to Rails 6.0.6.1 2023-10-23 19:05:06 -07:00
database.yml Move the host: db part of the dev container into its environment vars 2023-10-26 14:20:15 -07:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
locale_meta.yml es goes public! 2013-02-16 21:39:04 -06:00
routes.rb Remove Pardon Our Dust message and page 2024-01-14 23:00:23 -08:00
storage.yml Run rails app:update 2023-10-23 19:05:05 -07:00