Dress to Impress, a big fancy Neopets customization tool!
Find a file
Matchu 62f1d883af Improve not_occupied solution
Not being a subquery is better! I realized later that a LEFT JOIN would probably do it even betterer? with like `HAVING count(x) = 0`? but the `left_outer_joins` method doesn't seem to be in Rails 4, and I don't want to do stringy joins, so this is fine for now!
2023-10-23 19:05:03 -07:00
app Improve not_occupied solution 2023-10-23 19:05:03 -07:00
autotest
bin
config match router syntax -> get/post 2023-10-23 19:05:02 -07:00
db
doc
lib
public
script
spec
test
tmp
vendor Upgrade sass-rails & compass-rails 2023-10-23 19:05:03 -07:00
.gitignore Add Vagrantfile for installing Ruby 1.9.3 2023-07-21 17:44:49 -07:00
.ruby-version
Capfile
config.ru move async behavior to development_async environment 2010-10-11 18:28:39 -04:00
Gemfile Upgrade sass-rails & compass-rails 2023-10-23 19:05:03 -07:00
Gemfile.lock Upgrade sass-rails & compass-rails 2023-10-23 19:05:03 -07:00
LICENSE.md
Rakefile
README replace standard rails readme :P 2010-07-07 02:31:47 -04:00
Vagrantfile Upgrade to Ruby 2.2.4, Rails 4.0.13 2023-10-23 19:05:02 -07: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.