forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
First off, I think our code has converged on a convention of gracefully returning `nil` for manifest-less situations, so we can do that instead of raise! And then that lets us just simplify this check to whether `manifest` is present, instead of `manifest_url`, so we stop crashing in cases where we get to this point in the code and there's a manifest URL but not a manifest. |
||
|---|---|---|
| .devcontainer | ||
| .husky | ||
| app | ||
| bin | ||
| config | ||
| db | ||
| deploy | ||
| lib | ||
| public | ||
| test | ||
| vendor | ||
| .eslintrc.json | ||
| .gitignore | ||
| .ruby-version | ||
| .yarnrc.yml | ||
| config.ru | ||
| falcon.rb | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE.md | ||
| package.json | ||
| Procfile.dev | ||
| Rakefile | ||
| README.md | ||
| yarn.lock | ||
Dress to Impress
Oh! We've been revitalizing the Rails app! Fun!
There'll be more to say about it here soon :3