Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new IRB extension API to add decrypt/encrypt commands #115

Merged
merged 3 commits into from
May 24, 2024

Conversation

rosa
Copy link
Member

@rosa rosa commented May 22, 2024

See https://github.com/ruby/irb/blob/2f42b2360dd023319519d231863860bc2fd30a8a/EXTEND_IRB.md

Rails::ConsoleMethods is deprecated in Rails 8 and will be removed eventually, so let's just use this.

See https://github.com/ruby/irb/blob/2f42b2360dd023319519d231863860bc2fd30a8a/EXTEND_IRB.md

Rails::ConsoleMethods is deprecated in Rails 8 and will be removed
eventually, so let's just use this.
@rosa rosa mentioned this pull request May 22, 2024
@exit-only
Copy link

We noticed that with an upgrade to IRB 1.13.1 commands were no longer being logged properly but instead being logged as #<IRB::Statement::Expression:0x0000....>. This PR fixes that issue. Looking forward to this getting merged/released. Thanks!

@rosa rosa merged commit a3cdc6d into master May 24, 2024
4 checks passed
@rosa rosa deleted the new-irb-extensions branch May 24, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants