David Heinemeier Hansson
David Heinemeier Hansson
The key problem with using foreman for development with Rails is that the debugger is no longer directly available in-process. You have to attach a remote debugger, which is both...
With a new Rails app created from rails/main, IRB consistently crashes when invoked from a ruby/debug session started using debugger on Ruby 3.3.5. This is the error and backtrace: ```...
`Specifics#accessory_hosts` was being filtered out by role host check even when a specific role was not being specified.
We used to ship with a million database adapters in the box, but eventually settled on just offering official support for mysql/pgsql/sqlite. Folks can of course use whatever database they...
We need to do some setup to enable hibernate. Currently, this is the error message: ``` systemctl hibernate Call to Hibernate failed: Not enough suitable swap space for hibernation...
Fizzy should have a simple API that's just authenticated by bearer tokens.