Dress to Impress, a big fancy Neopets customization tool!
Find a file
Matt Dunn-Rankin 238a458131
Fix body ID bug saving SwfAsset outside modeling
Oops, if you saved `SwfAsset` outside of modeling code, the `item` field would be empty, and so `item.body_specific?` wouldn't happen.

This would trigger when you even just report a broken image!

Now, we always run the SQL query to check for that flag.
2021-03-16 10:40:01 -07:00
.sass-cache
app Fix body ID bug saving SwfAsset outside modeling 2021-03-16 10:40:01 -07:00
autotest rspec:install 2010-05-14 18:17:10 -04:00
config undo accidental commit 2017-01-06 19:54:17 -08:00
db Add db field to override special color 2018-05-09 14:10:20 -07:00
doc
lib
public ignore public/uploads 2015-07-27 13:24:58 -04:00
script rails 3 2010-05-14 18:12:31 -04:00
spec news posts read from the database, with a campaign-supplement classname option :) 2015-09-26 20:37:03 -07:00
test
tmp utf-8 support in both ruby 1.9 and 1.8 2011-06-04 18:40:15 -04:00
vendor
.gitignore move some deploy stuff from files into env 2015-07-17 17:47:58 -04:00
bundle
Capfile move some deploy stuff from files into env 2015-07-17 17:47:58 -04:00
config.ru
Gemfile
Gemfile.lock
isntall rails 3.1 upgrade - still buggy 2013-03-05 15:10:25 -06:00
LICENSE
Rakefile
README replace standard rails readme :P 2010-07-07 02:31:47 -04:00

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.