impress/config
Emi Matchu e3d196fe87 Revert modeling refactors to the old modeling that worked!
Because we ended up with such a big error, and it doesn't have an easy
fix, I'm wrapping up today by reverting the entire set of refactors
we've done lately, so modeling in production can continue while we
improve this code further over time.

I generated this commit by hand-picking the refactor-y commits
recently, running `git revert --no-commit <hash>` in reverse order,
then manually updating `pet_spec.rb` to reflect the state of the code:
passing the most important behavioral tests, but no longer passing one
of the kinds of annoyances I *did* fix in the new code.

```shell
git revert --no-commit 48c1a58df9
git revert --no-commit 42e7eabdd8
git revert --no-commit d82c7f817a
git revert --no-commit 5264947608
git revert --no-commit 90407403ba
git revert --no-commit 242b85470d
git revert --no-commit 9eaee4a2d4
git revert --no-commit 52ca41dbff
git revert --no-commit c03e7446e3
git revert --no-commit f81415d327
git revert --no-commit 13ceec8fcc
```
2024-11-06 14:31:16 -08:00
..
environments Revert modeling refactors to the old modeling that worked! 2024-11-06 14:31:16 -08:00
initializers Move NCMall and NeoPass services into a Neopets module 2024-10-18 17:27:15 -07:00
locales Add homepage link to Rainbow Pool, and move Modeling Hub to footer 2024-10-11 15:27:36 -07:00
application.rb Extract neopets_origin into a config value 2024-10-18 18:00:48 -07:00
boot.rb Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
credentials.yml.enc Remove the now-unused neopass_access_secret config setting 2024-04-12 07:26:27 -07:00
database.yml Improve Unicode support, emojis don't crash us anymore lol! 2024-02-28 18:54:27 -08:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
routes.rb add redirect from /alt-styles to /rainbow-pool/styles 2024-10-18 14:25:03 -07:00