There is a request for supporting URU in RubyMine. And I'd like to do that. But it's hard with current implementation.
There are some obstacles that could be fixed in uru and made it more machine-friendly.
Would be really nice to have exec command for uru_rt, like:
uru_rt exec TAG some_arbirtrary_command
Expecting uru to configure environment and just run a command. Without additional things, like necessity to eval admin install or smth.
If this is not possible, would be nice to be able to suppress unnecessary output. E.g. when I use uru_rt TAG i'd like to be able to suppress output currently using blabla. in such cases I'll be able to use something like uru_rt TAG && some_arbitrary_command.
First case is preferable.
Interesting. So I'm clear on what you're requesting...
1) Why would you use
uru_rtrather than one of theurushel wrappers? The shell wrappers do some of the magic (e.g. manages a shell's session envars) in combo withuru_rtas you can see from these bash and fish templates2) The overall idea is for
uruto be able to run an arbitrary ruby command using a single tagged ruby installation, i.e. it's a complement to the existinguru ruby some_arbitrary_command?3) This request is for Linux, Windows, and OSX? Related, do you have the ability to test on OSX? Unfortunately, I no longer have the ability to test on OSX, just Linux and Windows.
4) How would this be used by RedMine?