Dress to Impress, a big fancy Neopets customization tool!
Find a file
Emi Matchu 989c96fd2b Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar
There's some funny bugs we had here, like "Relic Elephante Jewellery"
and "Royal Girl Skeith Bodice" getting assigned "Ice", and
"Tyrannian Meerca Spear" being "Pea" lmao

I went and checked all the assignments now and they look good to me!

```ruby
Item.is_pb.order(:name).
  map { |i| [i.pb_color&.human_name, i.name] }
```
2024-09-13 19:56:41 -07:00
.devcontainer
.husky
app Oops, fix pb_item for "Royal Girl Elephante Gold Bracelets" and similar 2024-09-13 19:56:41 -07:00
bin Move some Ansible config out of scripts and into ansible.cfg 2024-09-06 12:16:26 -07:00
config Fix SassC::SyntaxError when compiling perfectly valid CSS files 2024-09-09 19:59:43 -07:00
db
deploy Speed up deploys with Ansible's pipelining option 2024-09-06 12:22:28 -07:00
lib Add pets:find task to look up pets of a given color/species 2024-09-13 18:59:17 -07:00
public Add a cute Ghost Acara to the 404 page 2024-04-20 21:31:27 -07:00
test Save last trade activity time onto User 2024-01-19 00:00:46 -08:00
vendor Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
.eslintrc.json
.gitignore
.prettierignore Set Prettier default to tabs instead of spaces, run on all JS 2024-09-09 16:11:48 -07:00
.ruby-version
.solargraph.yml
.yarnrc.yml
config.ru Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
falcon.rb
Gemfile Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
Gemfile.lock Upgrade async and related gems, and fix async-http response handling 2024-09-07 12:14:12 -07:00
LICENSE.md
package.json Set Prettier default to tabs instead of spaces, run on all JS 2024-09-09 16:11:48 -07:00
Procfile.dev Use local-only HTTPS certs for the development neopass-server 2024-03-14 18:01:54 -07:00
Rakefile
README.md
yarn.lock

Dress to Impress beach logo

Dress to Impress

Oh! We've been revitalizing the Rails app! Fun!

There'll be more to say about it here soon :3