forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Matchu
b756ae023e
Oh right, we intentionally fail if there's no SECRET_TOKEN provided, but that's not really useful for development! Here, we add a SECRET_TOKEN only used in development - which doesn't need to be secret, because it doesn't guard actual user sessions! In production, the behavior is unchanged. |
||
---|---|---|
.vscode | ||
app | ||
bin | ||
config | ||
db | ||
deploy | ||
doc | ||
lib | ||
public | ||
script | ||
spec | ||
test | ||
tmp | ||
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.