Issue Type: Bug Bug
Affects Versions: JRuby 1.7.2
Assignee: Thomas E Enebo
Created: 15/Feb/13 12:10 PM
Description:

I'm not sure if this is a jruby or pry issue, but it doesn't happen in MRI with Exception, so I'm guessing its a jruby issue. To duplicate:

> rails new foo
> cd foo
> echo 'gem "pry-rails"' >> Gemfile
> bundle
> rails console
[1] pry(main)> java_import 'java.lang.RuntimeException'; raise RuntimeException.new('foo')
LoadError: load error: rails/commands -- java.lang.RuntimeException: foo
  require at org/jruby/RubyKernel.java:1027
   (root) at script/rails:6

Project: JRuby
Priority: Major Major
Reporter: Matthew Conway
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to