InfoQ Homepage Ruby Content on InfoQ
-
BERT as Dynamic Alternative to Protocol Buffers/Thrift
Google's ProtocolBuffers and Facebook's Thrift are options for binary serialization, but not ones that pleased the GitHub team - so they created BERT/BERT-RPC based on the Erlang's 'external term format'. BERT/BERT-RPC now power parts of Github's internal communication.
-
QConSF Nov 18-20 Coming Up: Highlights and Most Popular Sessions, Join us!
QconSF is coming up in less than a month and due to the growth in registrations we've added a new Ruby track featuring Ruby inventor Yukihiro "Matz" Matsumoto, a popular 'Java Puzzlers' talk presented by Google Chief Architect and Java Guru Joshua Bloch and Android Core Library lead Bob Lee, and more. This 3rd QConSF will be the best ever.
-
RubyForge To Be Phased Out, RubyGems.org Takes Over Gem Hosting
The maintainers of GemCutter and RubyForge announced plans for phasing out RubyForge. The Gem hosting will, more or less seamlessly, move to RubyGems.org (currently GemCutter), while project hosting will have to move to other existing sites such as GitHub.
-
NewRelic RPM 2 Adds Java Support for Performance Monitoring
NewRelic just released RPM 2, the latest version of their performance monitoring software. RPM, which is available as SaaS (Software as a Service) now supports monitoring Java web/JEE applications as well as Ruby on Rails applications. We talked to NewRelic's Lew Cirne about the new release.
-
MacRuby 0.5 Beta Brings JIT, AOT, GCD Support, Removes GIL
The first beta of MacRuby 0.5 is available, complete with a new VM, JIT and AOT - and without the GIL. InfoQ talked to the MacRuby core team about the state of MacRuby and whether there'll be a way to write Ruby apps for the iPhone using MacRuby.
-
Embed Python, Ruby, and XAML directly into your HTML with Gestalt
JavaScript is a language that is showing its age. A lot of developers now prefer to work with languages like Ruby or Python, falling back on JavaScript only for the browser. Sure there were attempts to support other languages in the browser like VBScript, but they never really took off. Well Microsoft is trying again, this time with Python and Ruby.
-
JRuby 1.4RC1 Released, Adds Windows Installer, 1.8.7 Support, New Embedding API
JRuby 1.4RC1 is out and brings 1.8.7 compatibility, improved Java integration, a Windows installer, a new YAML parser as well as a new embedding API.
-
New Ruby Enterprise Edition Release Switches to Ruby 1.8.7
A new release of the Ruby Enterprise Edition switches from Ruby 1.8.6 to Ruby 1.8.7 and includes patches that significantly improve performance, as Evan Weaver from Twitter confirms.
-
GitHub Stops Automatic Gem Building
GitHub has stopped automatically building Gems, and will stop their Gem server a year from now. The GitHub team suggests Gemcutter as alternative Gem hosting site next to RubyForge.
-
IronRuby Nears its 1.0 Release
IronRuby got off to a very slow start, largely in part to the fact that Microsoft employees are not allowed to even look at GPL code like CRuby. But they have been quietly making a lot of progress and are getting close to their 1.0 release.
-
The DLR’s Adaptive Compiler
The Dynamic Language Runtime has significant performance improvements over traditional interpreters for Python and Ruby, once it is warned up. But for code you only use once or twice, the performance can be downright pitiful. Fortunately a solution is in sight.
-
Add a REPL Console to Your .NET Applications
Microsoft is starting to push IronPython and IronRuby as the way for end users to customize their applications. In order to make that easier, Jim Deville is offering a REPL console designed specifically to be used by end users as an advanced mode for their applications.
-
Cells: Components for Rails 2.3
Cells are proper components for Rails, comparable to mini controllers or "partials on steroids", just faster and object oriented. We talked to its main developer Nick Sutterer.
-
QCon Keynote: Techie VCs Talk About Trends & Opportunities
In the first keynote at QCon San Francisco on Wednesday Nov. 18th, VCs Salil Deshpande of Bay Partners and Kevin Efrusy of Accel Partners will be discussing trends and opportunities that they have seen in the software development space. If you have any questions or comments that you would like to pass along please add them to this article, and Salil and Kevin may address them in the keynote.
-
Javascript as Compiler Target: Clamato, GWT Smalltalk, Python, Scheme
Improved VMs and ubiquity have made Javascript an interesting target for compilers. InfoQ takes a look at a few languages that compile to Javascript: Smalltalks Clamato and GWT Smalltalk, Python with pyjamas and Scheme with Moby-Scheme.