Dress to Impress, a big fancy Neopets customization tool!
Matchu
9701221035
For example, the Meerca Maid Tray is a foreground item, so the SWF is marked as compatible with all body types, but the item itself is clearly marked as Meercas-only. items#show reflected this properly, but the swf_assets#index call that the wardrobe uses ignored item.species_support_ids. So, /bodies/:body_id/swf_assets.json?item_ids[]=... was deprecated in favor of /pet_types/:pet_type_id/items/swf_assets.json?item_ids=[]..., which is much like the former route but, before loading assets, also loads the pet type and items, then filters the items by compatibility, then only loads assets for the compatible items. |
||
---|---|---|
app | ||
autotest | ||
config | ||
db | ||
doc | ||
lib | ||
public | ||
script | ||
spec | ||
test | ||
tmp | ||
vendor | ||
.gitignore | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README |
An extension of Dress to Impress (PHP) that runs on Ruby on Rails. I wanted to use Rails initially for Impress, but hoped that using PHP would allow me to attract more developers. Looks like that wasn't the case, so I just went with what I loved and made the items database in Rails. Future Impress sections will likely find themselves in this project, rather than the PHP project.