The JRuby language gets commercial support as a major new JRuby version approaches, promising easier integration of Ruby development and Java.
The JRuby language gets commercial support as a major new JRuby version approaches, promising easier integration of Ruby development and Java.
DevX: "At the end of 2008, the open source Ruby on Rails and Merb Ruby frameworks merged together in an effort to unify development of Ruby on Rails 3. Fast forward 18 months and Ruby on Rails 3 (RoR) has yet to be officially released, though a release candidate is set for this week."
The H Open: "Ruby Logo According to a new schedule, the next version of the dynamic Ruby 1.9.2 scripting language will probably be released in mid August."
Developer.com: "The open source R language has been in use by statisticians to do data analysis, predictive modeling and visualization for over a decade. This week, R is set to undergo a revolution of sorts with a revamped commercial effort."
Database Journal: "One of the key elements that helps to enable open source software applications to gain broader enterprise usage is the availability of commercial support options. In the case of the open source MongoDB NoSQL database, that commercial support is now coming from project backer 10gen."
Published at LXer:
Koen Vervloesem doesnt like shell scripts that are difficult to maintain, therefore he uses Ruby for his sysadmin tasks. Do the same with his four-page guide
Linux Planet: "The market for CentOS Linux-based appliances continues growing, thanks in part to a new network-monitoring virtual appliance from GroundWork and commercial support services from OpenLogic."
Basically, I want to make binaries globally available from the shell that I didn't install with apt-get.
I haven't quite figured out yet how I would go about doing that though (in this case, JRuby):
I downloaded the latest (1.6.7) JRuby binary distribution.
I unpacked it into my $HOME directory.
Now I tried several things:
Hard link to jruby:
$(HOME)/jruby-1.6.7/bin/ ln jruby /usr/local/bin/jr