sciencehistory / scihist_digicoll

Science History Institute Digital Collections
Other
13 stars 0 forks source link

Override Rails IRBConsole so console prompt in staging says staging #2743

Closed jrochkind closed 2 months ago

jrochkind commented 2 months ago

even though our staging uses "production" env, we want it to show up differently in console, so prompt can serve it's cautionary function to distinguish production

Maybe. Asked question in Rails forum at https://github.com/rails/rails/discussions/52809

jrochkind commented 2 months ago

There's a better way to do this suggested in Rails forum, let me try that.

jrochkind commented 2 months ago

Actually I don't think this is appreciably worse than the way suggested in rails forum in the end. Let's try this.