I want to run in the browsera ruby application using ncurses. To do that, I can use JRuby; but what do I replace ncurses with ?
I have a legacy Ruby command line tool that uses (user supplied) ERB templates to format data.I am required to rewrite this tool in Java but I need to avoid having everyone rewrite their ERB templates
Is there a way to call a jruby function from javascript, let\'s say that I need my user interface to be on the browser side.
I\'ve made a NSIS script to create an installer for a Rails application. The application uses JRuby and Java.
We are u开发者_运维问答sing jruby 1.6.x and we would like to switch to 1.9 mode because of UTF8 support. However, we don\'t want to upgrade rails from 2.3.8/2.3.11 to rails 3. I tried to upgrade a Rai
If I have something like: require \'xmpp4r\' # xmpp4r is a ruby library for xmpp. xmppobject.add_meessage_callback { 开发者_如何学Go|m|
gem install fails with the following error, How do I specify the heap size configuration in a common place so that I don\'t have to re-define this every time.
I am embedding JRuby using Red Bridge into an app and seem to have problems setting out and err. My tests use a PrintStream that writes to a StringBuilder, after doing some stuff with the JRuby, I the
I am attempting to eval a script after replacing hte default out with my own PrintStream. ScriptingContainer container = new ScriptingContainer();
Now i have a method in my Ruby script code and basicaly its returning a variable and this variable is pretty important to my code in java, So what i whant in my java code is to call this method that i