forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Matchu
2f607036f2
Fun bug! If you edit an outfit, but the outfit loads before the closet items do, then we clone the outfit to give it its new identity and therefore forget about its item load callbacks. Now we have a cheap hack to forward item load data to the outfit's clones. Hooray! Hope this doesn't break tons of things! |
||
---|---|---|
.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.