impress/config
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
..
environments Delete unused LocalImpressHost & RemoteImpressHost config vars 2023-10-25 16:13:47 -07:00
initializers Remove unused neopia_host config variable 2023-10-25 16:20:28 -07:00
locales Delete outfits/show page, point to the editor instead 2023-10-24 18:02:18 -07:00
application.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
basic_type_hashes.yml vandagyre basic colors (ugh, should be in database) 2014-11-14 19:33:30 -06:00
boot.rb Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
cable.yml Upgrade to Rails 6.0.6.1 2023-10-23 19:05:06 -07:00
database.yml Oops, fix bugs in dev container setup! 2023-10-26 00:04:20 +00:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
locale_meta.yml es goes public! 2013-02-16 21:39:04 -06:00
routes.rb Delete unused roulette feature 2023-10-24 19:05:18 -07:00
storage.yml Run rails app:update 2023-10-23 19:05:05 -07:00