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

Fix bin/console script #171

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

waiting-for-dev
Copy link
Member

  • Avoid error when trying to run binding.pry, as pry-byebug is not part of the bundle.
  • Remove code probably used for debugging at some point.
  • Depend on standard irb.

- Avoid error when trying to run `binding.pry`, as `pry-byebug` is not
  part of the bundle.
- Remove code probably used for debugging at some point.
- Depend on standard `irb`.
@flash-gordon
Copy link
Member

I prefer byebug because in some cases it allows me to walk around the code. Here, though, the whole console script doesn't look useful. Let's stick with irb for now. If I ever need byebug again, I'll add it to the gemfile

@flash-gordon flash-gordon merged commit 2b356b0 into main Oct 2, 2023
10 checks passed
@flash-gordon flash-gordon deleted the waiting-for-dev/fix_bin_console branch October 2, 2023 09:27
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.

None yet

2 participants