1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Emi Matchu b0e7f2ccd5 Move lib/rocketamf -> lib/rocketamf_extensions, to fix reload issues
Something in the Rails loader doesn't like that I have both a gem and
a lib folder named `RocketAMF`, I think? It'll often work for the first
pet load request, then on subsequent ones say `Envelope` is not
defined, I'm guessing because it scrapped the gem's module in favor of
mine?

Idk, let's just simplify all this by making our own module. I feel like
this old lib could use an overhaul and simplification anyway, but this
will do for now!
2024-01-24 00:59:11 -08:00
..
item
application_record.rb
auth_record.rb
auth_user.rb
campaign.rb
closet_hanger.rb Basic trade hangers page, just content and without style 2024-01-21 03:10:06 -08:00
closet_list.rb
closet_visibility.rb
color.rb Start migrating off globalize gem for species/color names 2024-01-23 05:10:43 -08:00
contribution.rb
donation.rb
donation_feature.rb
item.rb
item_outfit_relationship.rb Upgrade to Rails 5.2.8.1 2023-10-23 19:05:05 -07:00
neopets_connection.rb
neopets_page.rb
outfit.rb Use the main app for outfit saving, not impress-2020 2023-11-02 16:54:35 -07:00
parent_swf_asset_relationship.rb
pet.rb
pet_state.rb Create endpoint to show all species appearances for a given color 2023-12-05 18:04:54 -08:00
pet_type.rb
species.rb
swf_asset.rb
user.rb
zone.rb