Posted
almost 17 years
ago
by
Fabio Kung
JRuby 1.1.2 is going to be released (probably) today and it fixes a bug with $~ constants (Regexp.last_match), which made autotest finally work!
jruby -S gem install ZenTest
cd myproject
jruby -S autotest
I’ve previously submitted a patch to
|
Posted
almost 17 years
ago
by
Fabio Kung
JRuby 1.1.2 is going to be released (probably) today and it fixes a bug with $~ constants (Regexp.last_match), which made autotest finally work! jruby -S gem install ZenTest cd myproject jruby -S autotest I’ve previously submitted a patch to ZenTest guys. It makes the use of autotest possible with any JRuby 1.x, but now, with […]
|
Posted
almost 17 years
ago
by
Fabio Kung
JRuby 1.1.2 is going to be released (probably) today and it fixes a bug with $~ constants (Regexp.last_match), which made autotest finally work! jruby -S gem install ZenTest cd myproject jruby -S autotest I’ve previously submitted a patch to ZenTest guys. It makes the use of autotest possible with any JRuby 1.x, but now, with […]
|
Posted
almost 17 years
ago
by
Fabio Kung
JRuby 1.1.2 is going to be released (probably) today and it fixes a bug with $~ constants (Regexp.last_match), which made autotest finally work! jruby -S gem install ZenTest cd myproject jruby -S autotest I’ve previously submitted a patch to ZenTest guys. It makes the use of autotest possible with any JRuby 1.x, but now, with […]
|
Posted
almost 17 years
ago
by
fck
|
Posted
almost 17 years
ago
by
fck
|
Posted
almost 17 years
ago
by
fck
|
Posted
almost 17 years
ago
by
fck
|
Posted
almost 17 years
ago
by
fck
|
Posted
almost 17 years
ago
by
Fabio Kung
I’ve just released a new version of the jetty-rails gem. Now, you can also run Merb applications inside JRuby and Jetty! jruby -S gem install jetty-rails cd mymerbapp jruby -S jetty_merb Unfortunately, it’s blocking my console (ctrl + c doesn’t terminate it). Has anyone suggestions on this? I’ve also updated the basic documentation, as you […]
|