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

Pry support instead of IRB. #643

Closed
wants to merge 1 commit into from
Closed

Pry support instead of IRB. #643

wants to merge 1 commit into from

Conversation

dariocravero
Copy link

Hey guys,

I've been playing around with PRY and it looks really really good!.. So I thought in integrating it into Padrino's console itself by default and here it is.

Now on the app itself we can put bindings.pry or SomeObject.method.pry and it will break there for both the console and the running server.

Hope you like it too! I think that the possibility of inspecting the code in realtime is of great value! :)

Cheers!

@dariocravero
Copy link
Author

There's one catch though and it's the fact that it's not working for jRuby yet. https://github.com/pry/pry/wiki

@skade
Copy link
Contributor

skade commented Aug 26, 2011

Pry is an added dependency and IRB comes with ruby. Also, jruby-compatibility is a must.

Also, this functionality already exists as a plugin:

https://github.com/johnknott/pry-padrino

@skade skade closed this Aug 26, 2011
@dariocravero
Copy link
Author

Great! Didn't check the plugins first, my bad on that. Cheers!

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