1
0
Fork 0
forked from OpenNeo/impress
impress/app/models
Matchu 62f1d883af Improve not_occupied solution
Not being a subquery is better! I realized later that a LEFT JOIN would probably do it even betterer? with like `HAVING count(x) = 0`? but the `left_outer_joins` method doesn't seem to be in Rails 4, and I don't want to do stringy joins, so this is fine for now!
2023-10-23 19:05:03 -07:00
..
item Add restricts filter back to item search 2023-10-23 19:05:03 -07:00
asset_image_conversion_request.rb
campaign.rb thank-you message automatically deploys on campaign success 2015-09-22 22:40:51 -07:00
closet_group.rb import items to a specific list 2013-04-09 15:50:33 -05:00
closet_hanger.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
closet_hanger_observer.rb oh poo, didn't commit these properly with the closet hanger caching :( 2013-12-27 21:48:38 -05:00
closet_list.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
closet_list_observer.rb oh poo, didn't commit these properly with the closet hanger caching :( 2013-12-27 21:48:38 -05:00
closet_visibility.rb Cache trade info on items#show, finally! I think it's the performance culprit. 2013-12-27 14:49:46 -05:00
color.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
contribution.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
contribution_observer.rb
donation.rb yum, we accept bitcoin! 2014-12-23 23:22:15 -05:00
donation_feature.rb stop breaking on donations that delete their outfit 2015-02-25 13:42:35 -06:00
fragment_expiration.rb only send cache deletions for usable locales 2013-12-08 23:44:25 -06:00
fragment_localization.rb
image.rb stop appending ?NO_CAMO_CONFIG when image proxying is disabled 2017-04-01 10:04:54 -07:00
item.rb Improve not_occupied solution 2023-10-23 19:05:03 -07:00
item_observer.rb Cache trade info on items#show, finally! I think it's the performance culprit. 2013-12-27 14:49:46 -05:00
item_outfit_relationship.rb
neopets_connection.rb store all neopets usernames for logged-in users, but breaks closet_hangers#index 2014-01-18 21:55:01 -06:00
neopets_page.rb import from gallery 2015-07-28 15:05:40 -04:00
neopets_user.rb Use secret NEOPETS_URL_ORIGIN to bypass HTTPS 2022-08-02 20:46:47 -07:00
news_post.rb news posts read from the database, with a campaign-supplement classname option :) 2015-09-26 20:37:03 -07:00
outfit.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
outfit_image_update.rb
outfit_image_uploader.rb use openneo-uploads bucket 2012-07-31 11:42:27 -04:00
parent_swf_asset_relationship.rb Update to new set_table_name syntax 2023-10-23 19:05:02 -07:00
pet.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
pet_attribute.rb
pet_state.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
pet_type.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
pet_type_observer.rb cache pet images on items#show, in case that's what's being a super-slow jerkface 2013-12-05 15:22:43 -06:00
pretty_param.rb
roulette.rb
species.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
static_resource.rb
swf_asset.rb Oops, fix not_occupies logic error 2023-10-23 19:05:03 -07:00
user.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
user_sweeper.rb Cache trade info on items#show, finally! I think it's the performance culprit. 2013-12-27 14:49:46 -05:00
wardrobe_tip.rb Update to new scope syntax 2023-10-23 19:05:03 -07:00
zone.rb Add occupies filter back to item search 2023-10-23 19:05:03 -07:00