Broke my RubyMine ruby environment and I don't know how
Last week it all worked. I installed RubyMine, got my project checked out, got the RVM environment setup. Successfully ran console, mongrel, rake and generate tasks...
Today I can edit files, but anything I do that uses the external ruby fails with a method not found exception that looks like the error message below.
I can run everything from a terminal, so I know that RVM, Bundle, and rails are setup correctly.
The only thing I've done to change things (knowingly at least) is to change the run configuration for rake db:migrate to use a full stack trace.
The stack trace for rake and the output of the RubyMine Show Gem Environment are attached.
Thanks for your help!
Attachment(s):
ShowGemEnvironment.txt.zip
rake_trace.txt.zip
Please sign in to leave a comment.
Hi Scott,
Please launch RubyMine from console and check if the problem is still reproducible (just run command: open /Application/RubyMine-XXX.app). If doesn't help, please show src code at line:
RubyMine acts the same wether I start it from the menu or a console.
Line 7 reads:
ActionController::Base.send(:include, RespondsToParent)
I've attached the whole file.
Thanks for your help
Attachment(s):
environment.rb.zip
Looks ok... I only can advise to debug it.