Dress to Impress, a big fancy Neopets customization tool!
Matchu
e60c9d6efe
This also clears the `tmp` directory out of the initial repository's state! Rails should auto-generate it when it wants to make temporary stuff. `touch tmp/restart.txt` is the way to restart a Rails app deployed with Phusion Passenger. I'm, uhh, not sure how a copy of it ever made its way into the codebase, maybe I was confused about how to restart my local app? |
||
---|---|---|
.vscode | ||
app | ||
bin | ||
config | ||
db | ||
deploy | ||
lib | ||
public | ||
test | ||
vendor | ||
.gitignore | ||
.ruby-version | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.md | ||
package.json | ||
Procfile.dev | ||
Rakefile | ||
README | ||
yarn.lock |
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.