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

Ruby debugger corrections #1231

Merged
merged 2 commits into from
May 23, 2011
Merged

Ruby debugger corrections #1231

merged 2 commits into from
May 23, 2011

Conversation

joshk
Copy link
Contributor

@joshk joshk commented May 23, 2011

Hey Guys,

Here are some minor corrections to ActiveSupport core_ext/kernel debugger related code, one which removes a require_library_or_gem, which is bad practice imo, and subsequent requires (which were unused). And another commit which removes AS removing breakpoint from Kernel if it existed, this is added by ruby-debug as an alias and I am not sure why Rails would say its been renamed.

I think this is good to apply to 3-1-stable and master, but I leave that up to you.

Thanks,

Josh

end
end

class KernelDeuggerTest < Test::Unit::TestCase
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in class name :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn it!

thanks for catching that

one sec ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, thanks :)

…hod is added by ruby-debug and should be left as is. Missing tests added.
josevalim added a commit that referenced this pull request May 23, 2011
@josevalim josevalim merged commit a5fb1c6 into rails:master May 23, 2011
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

4 participants