Dress to Impress, a big fancy Neopets customization tool!
Find a file
Emi Dunn-Rankin e022e8dbfb Oops, fix bugs in dev container setup!
I missed two things:
1) `rake` wasn't available in the path (surprising but ok!), so I replaced it with the more modern and more portable `bin/rails` invocation.
2) Without specifying a `host`, Rails was trying to connect with the database over a socket instead of over a port. Here, we tell it where to actually connect!

I think I'll need to make some tweaks here, since this isn't compatible with my _own_ local setup—maybe I'll revert `database.yml`, and have the dev container use the `DATABASE_URL` environment variable to override it?

But whatever, this is working for now, and that's exciting to me!

Note: On my machine, the install step hangs for a loooong time, to the point where I usually give up. On Codespaces, it also took a while at the same step (`Installing devise-encrpytable`), but eventually got through it. Maybe on my machine it would work if I'm more patient? Idk! But it's good to see it working on something!!
2023-10-26 00:04:20 +00:00
.devcontainer Oops, fix bugs in dev container setup! 2023-10-26 00:04:20 +00:00
.vscode Add the Pardon Our Dust page 2023-10-23 19:05:09 -07:00
app Remove unused Javascript utility libraries 2023-10-25 16:24:50 -07:00
bin Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
config Oops, fix bugs in dev container setup! 2023-10-26 00:04:20 +00:00
db Stop orphaning hangers when deleting lists 2023-10-24 15:35:21 -07:00
deploy Configure nginx to send pre-gzipped files to the client 2023-10-25 15:44:01 -07:00
lib Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
public Stop saving local copies of SWFs 2023-10-23 19:05:10 -07:00
test Remove unused automated testing files & gems 2023-10-25 16:09:01 -07:00
vendor Merge branch 'main' into devcontainer 2023-10-25 16:47:23 -07:00
.gitignore Remove Vagrant config 2023-10-23 19:05:09 -07:00
.ruby-version Upgrade to Ruby 3.1.4 2023-10-23 19:05:07 -07:00
config.ru Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
Gemfile Remove unused automated testing files & gems 2023-10-25 16:09:01 -07:00
Gemfile.lock Remove unused automated testing files & gems 2023-10-25 16:09:01 -07:00
LICENSE.md Update our license 2023-10-23 19:04:56 -07:00
package.json Add Prettier to dev dependencies 2023-10-24 16:37:06 -07:00
Procfile.dev Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
Rakefile Uninstall resque 2023-10-23 19:05:04 -07:00
README.md Oops, needs to be a README.md file! 2023-10-25 16:31:41 -07:00
yarn.lock Add Prettier to dev dependencies 2023-10-24 16:37:06 -07:00

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