forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Matchu
7795119a8c
So it turns out this was just one of those things I forgot to fix the big database restructure came along: we were comparing swf_asset.remote_id against parents_swf_assets.swf_asset_id, which are two different identifiers entirely. Now using swf_asset.id, so fixed :) |
||
---|---|---|
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.