forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Matchu
58c9d6cfab
Mostly this was because of Mac's bug where you, in Firefox: 1. Load a real pet with the default appearance (probs Happy Male) into the wardrobe 2. Use a search query containing ":" 3. See the pet biology vanish before your eyes! I observed that this only happened in cases where the biology stuff in the URL wasn't replaced by a state number, so figured that it'd probably be good to do that anyway because biology fields are annoying, and it for some reason seemed to fix the bug. (Something to do with query parsing and stupid internal state issues, probably. Ugh. One of these days, I'll re-rewrite all this :P) |
||
---|---|---|
.sass-cache | ||
app | ||
autotest | ||
config | ||
db | ||
doc | ||
lib | ||
public | ||
script | ||
spec | ||
test | ||
tmp | ||
vendor | ||
.gitignore | ||
bundle | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
isntall | ||
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.