-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
jruby-pageant broke on win 7 jruby 1.7.4 #903
Comments
$ jruby -v Is this gems problem ? |
Nothing more to go on than this? Can you figure out where that message is from and why it's being displayed? |
I also wondered whether jruby-pageant version was the same version from when it worked with 1.7.3. Just want to make sure something did not change with jruby-pageant (although I suspect you are using the same version since you would think something with 'jruby' in the name would continue to work on latest jruby). |
It is comming from org/jruby/RubyKernel.java:1073:in in application.rb line 11 Bundler.require(*Rails.groups(:assets => %w(development test))) it is use rails 4.0.0 |
I can also give you the full gem list for understanding
|
Try passing -d... that should show the exception without the LoadError around it. Also pass --trace to rake. |
No activity for 3 years and lots of have changed in all pieces of software. Please open a new issue if you can still observe pageant not working on windows. I know at least on windows and jruby 1.7 we have fixed tons of issues since then. |
The text was updated successfully, but these errors were encountered: