Drop `pry` as default runtime console. (#947)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Tue, 4 Mar 2025 04:28:25 +0000 (12:28 +0800)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 04:28:25 +0000 (12:28 +0800)
commite42fa9711e9a8b27e9618342b5b456d3ba5b8025
tree1361c76dd9077f8bc4c4bf9a3299dec58e2e35cc
parent3f9f4fa4aab815708cc915940287f2fdd2ff9fba
Drop `pry` as default runtime console. (#947)

Using `pry` as the default runtime console in the production environment
is forcing us to account for it in Discourse core's codebase. In order
to avoid the additional complexity in Discourse core's codebase, we have
decided to drop `pry` as the default runtime console and rely on IRB
which is just as good these days. We will however be keeping the
dependency on `pry` around so those that would like to use it can start
it manually.
templates/web.template.yml