InfoQ Homepage Ruby Content on InfoQ
-
IronPython/IronRuby have Decided on Github and CodePlex
Since Microsoft announced that it was giving up control of its Iron languages, there has been a quiet debate on where to host the project. The negotiations have finally been settled and the winner is Github for source control and CodePlex for issue tracking.
-
New Version of Bing AJAX Map is targeted for Mobile Devices
The new version of the Bing AJAX Map Control version 7 is one third the size of the previous version, a huge win for web sites that cater to mobile device users. Controls have been reduced in size and given HTML 5 support. There have also been performance improvements for multiple-point rendering.
-
Pizzigati Prize For Software in the Public Interest Open for Nominations
InfoQ doesn't normally report on contests and calls for registration . But for the Antonio Pizzigati Prize for Software in the Public Interest, this time we decided to make an exception. The Pizzigati Prize is a $10,000 prize awarded to "a software developer who adds significant value to the nonprofit sector and movements for social change". Nominations are open until December 15.
-
A New Crop of Self Hosting IDEs: RedCar and JRuby, Cloud9 IDE and Javascript
Dynamic languages have a dirty, badly kept secret: their IDEs and tools are written in languages like C/C++, C# or Java. Exceptions were languages like Smalltalk - but now Ruby and Javascript developers get to build their tooling using their preferred languages. InfoQ looks at HTML/Javascript based Cloud9 IDE and JRuby and SWT based RedCar.
-
Avoid SDK Hassle with Build Services for Native Mobile Web Apps: RhoHub, Apparat.io
HTML/Javascript code packaged as native apps allows for cross platform mobile development - but there's still a nuisance: the yak shaving exercise of installing and maintaining the SDKs of all target platforms, and running the builds. There are solutions to fix that: Rhohub for Rhodes, Apparat.io, and PhoneGap/Build.
-
Adobe previews HTML5 animation IDE
Adobe during its annual developer’s conference has previewed an IDE for HTML5 animation. The IDE, codenamed Edge, uses the WebKit rendering engine to preview animations and like Dreamweaver, offers a source code editing mode.
-
MacRuby Roundup: 0.7 Released, GCD-based Web Server, BridgeSupport
MacRuby 0.7 is out, with the usual performance and compatibility improvements, including Ruby 1.9.2 compatibility. To demonstrate MacRuby's tight integration with Snow Leopard's Grand Central Dispatch (GCD), the team has released ControlTower, a Rack-based web server. Also: with the new BridgeSupport, all native APIs can now be accessed and scripted.
-
Microsoft is Turning Control of Iron Languages to Miguel de Icaza and Jimmy Schementi
Jason Zander has announced that Microsoft will be turning over IronPython and IronRuby to Miguel de Icaza of Novell/Mono and former IronRuby lead Jimmy Schementi. Jimmy left Microsoft in July to join Lab49. IronPython will have two additional coordinators: Michael Foord, co-author of IronPython in Action and IronPython MVP Jeff Hardy.
-
Ruote: A Workflow Engine Written in Ruby
Ruote is a workflow engine written in Ruby available under the MIT open source license. John Mettraux, the main contributor and founder of the project, recently released v2.1.11 along with Volute a simple state machine framework.
-
New Relic Has Released RPM for .NET and PHP
New Relic has released two new variants of its performance tool: RPM for .NET and RPM for PHP. RPM offers performance monitoring and analysis for web applications running on premises or in the cloud.
-
Rubinius 1.1 - and the Future of the GIL
Rubinius 1.1 is out, with JIT and performance improvements, more powerful debugging and profiling capabilities. Also: the GIL algorithm gets an overhaul in 1.1 - but it'll soon be history. In the Hydra branch of the Rubinius project, a GIL-less Rubinius is being groomed, soon to join JRuby, IronRuby and MacRuby in the GIL-less VM crowd. InfoQ caught up with Evan Phoenix about the Hydra branch.
-
QCon San Francisco in 3 Weeks; Conference Highlights
The 4th annual QCon San Francisco is taking place just 3 weeks from now, the chance to register is quickly approaching. The program includes three conference days with over 80 speakers in 15 tracks covering a wide variety of relevant and exciting topics in software development today. Attendance has increased 15% over last year, we hope you'll be able to join us!
-
Globalization for JavaScript
Considering that the whole purpose of JavaScript is to help provide interactive content on an international stage, one would expect to see globalization features either built into the language or widely available in libraries. But surprisingly, until the recent announcement from jQuery and Microsoft there wasn’t anything available.
-
IBM Cuts DB 2 Prices While Oracle Raises the Cost of MySQL
MySQL and DB2 are a lot alike. Both are free to start, but to get the tools needed to properly support them you have to buy subscriptions form the vendor. At the same time that Oracle is raising MySQL’s subscription to 3,000 per server, IBM is dropping DB2 to 1,500 per server.
-
Data Link – A Data-Binding for jQuery
The second of the three jQuery libraries by Microsoft adds support for two-way data binding. While it serves the same purpose, the implementation is very different than what you would see in WPF or Silverlight.