basecamp / console1984

The Rails console you love, 1984 style
MIT License
620 stars 36 forks source link

Protecting ENV #93

Open lfv89 opened 1 year ago

lfv89 commented 1 year ago

Hey @jorgemanrubia,

I've been trying out a way to prevent direct access to certain ENV values in the console. The gem already takes care of Rails Credentials, so I thought it'd be a nice addition to the gem doing something similar for ENV. If you're up for it, I'd be happy to open a PR so we could work together on this feature.

jorgemanrubia commented 1 year ago

That's a great idea. Please go for it 🙏