Dress to Impress, a big fancy Neopets customization tool!
Matchu
b93dbb8e49
Specifically, we were running a find_or_initialize_by for all 50 hangers, which isn't great. Collation logic is more complicated this way, but query count is way lower. Additionally, compare against hanger.list_id instead of hanger.list, because hanger.list will fire a query if list_id is non-nil, but that nil ID tells us everything we needed to know, anyway. |
||
---|---|---|
.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.