You can learn more at the official RubyConf Uruguay site or follow the news about the conference on Twitter @rubyconfuruguay. Read More
Over on the official Rails blog, DHH talks about today’s release of the first release candidate of the much awaited Rails 3.0.
Note: You might still find RI’s Rails 3.0 Beta: 36 Links and Resources to Get You Going useful too. Read More
It’s been a couple of months since the last job round up but the Ruby Inside job board has been hopping! There are 14 live listings to go over today and they’re not all in San Francisco. Jobs in Denver and Maryland bring in a bit of interesting variety.
A tweak to the format now that Ruby Inside has gone all “tumblelog” on you: I’ve decided not to include blurbs about every job in the listings since if you’re interested in a company or the location is suited to you, you’re going to click through and read the extended information anyway. Read More
Hot on the heels of his Windows Ruby implementation shootout comes Antonio Cangiano’s Great Ruby Shootout of July 2010 where Antonio pits 8 different Ruby implementations against each other in a performance shootout!
Antonio’s findings and observations are interesting and well worth a read (particularly the parts about memory consumption) but if you’re in a hurry, the conclusion is that Ruby 1.9.2 RC2 and JRuby 1.5.1 are almost joint first place for fastest Ruby implementation (but 1.9.2 takes it by a hair.) Ruby 1.9.1 and Maglev are then very close behind. Read More
I don’t understand the odd release candidate vs “1.0 is released” situation, but I’ve been following Eric’s progress for months and he’s put a lot of effort into making Redmine – a Ruby and Rails-based project management system used by the Ruby, RubySpec, Puppet and Typo3 projects, amongst others. Read More
Giles Bowkett (Ruby Inside’s top Ruby presenter of 2008) has released a series of free videos called “Secrets of Superstar Programming Productivity” that could interest some of you:
Flow (22 minutes)
Metrics (17 minutes)
Habit (22 minutes)
Giles’ style isn’t for everyone, but he shares some great tips in these videos and they’ve been very well received on Twitter. Enjoy! Read More
Florian Hanke got in touch to tell me that presentations and photos from the recent Euruko 2010 European Ruby conference are now online.
http://euruko2010.heroku.com/ shows off the presentations awesomely! Videos and slides are available for most of them and the video/audio is of a high quality.
Highlights include:
- Continuous Integration and Why You Need It — Nicolas (foca) Sanguinetti
- Getting and loading code: current state of packaging & best practices — Mislav Marohnić
- Building a search engine with Ruby — Florian Hanke
- Why Bundler? — Yehuda Katz
- Remodelling a Facebook game — Tim Lossen
- Putting the static back into Ruby — Tomasz Stachewicz
- Anatomy of Ruby i18n — Sven Fuchs
- Matz’s Keynote — Matz!
Rails Magazine is a well designed magazine dedicated to “fine articles on Ruby & Rails” and the recently released issue #6 is special in being nearly entirely Ruby focused. Topics covered include Haml, Sass, Capistrano, Hpricot, RubyConf India and RVM, as well as interviews with Sarah Allen and Michael Day (of PrinceXML).
The PDF version of Rails Magazine is free, but you can buy a print edition through MagCloud for less than $10. Read More
Ruby Tracker is a new webapp from EnvyLabs that tracks dependencies for your Ruby and Rails applications. It alerts you whenever libraries you depend on are updated or have new versions released. This is all in aid of keeping up to date.
Only two downsides: Ruby Tracker only works with projects that use Bundler and that are in an Internet-accessible Git repository (such as on GitHub). It can deal with private repositories, however, so your code doesn’t need to be publicly accessible.
In true Envylabs style, a screencast explains how Ruby Tracker works:
Nathaniel Bibler has written a blog post explaining what Ruby Tracker is all about in case the idea doesn’t click for you immediately. Read More
Just last week, Ruby 1.9.2 RC1 hit the streets and Jan Lelis has had a dig through Ruby 1.9.2′s new Array and Enumerable methods with code examples for each. Read More
Some light comic relief for the weekend here. A group of Poland-based Rubyists from Applicake and PipeJump, along with special guests Jose Valim and Socha, got together after Euruko 2010 to shoot a Ruby themed lipsync video. It’s as horrible and funny as it sounds.
Any other Ruby or Rails shops willing to up the ante? CitrusByte, New Bamboo, EnvyLabs, HashRocket..? Read More
AdhearsionConf is a 2 day, free conference dedicated to Adhearsion, a Ruby-based VOIP/telephony framework developed by Jay Phillips. The organizers, Voxeo Labs, say that the event should also be streamed online.
The announcement of AdhearsionConf comes just a few days after the release of Adhearsion 0.8.4 which adds support for Asterisk 1.6 and ActiveLDAP.
I’m not involved with VOIP or the telephony scene, but everything I’ve heard about Adhearsion has been solid. If you want to do magic with your phone system, check it out. Read More
Ruby 1.9.2′s been slowly progressing through preview releases for a while now, so it’s great to see it ramping up for a final production release in August. You can read Yugui’s post here or see the NEWS file for RC1 which lists the changes from Ruby 1.9.1.
1.9.2 RC1 can be installed with one of the official archives or, more easily, with Wayne E Seguin’s popular RVM tool. If you already have RVM installed, it’s as simple as:
rvm update –head
rvm reload
rvm install 1.9.2
Don’t go rushing to deploy this on all your production boxes just yet, though, and when you do, test all of your libraries against it. Read More
It’s the latest in the series of “tech preview” posts from the Phusion guys (of Passenger/mod_rails fame). Passenger 3 still isn’t released but this time around they show off a new subsystem called “Passenger Lite” – a Nginx-backed “one line and you’re done” quick deployment option for both development and production environments. You can even serve an entire suite of apps from a single “instance.” Read More
Parveen pulls together some interesting threads about MacRuby, LLVM, and XCode to argue that Apple might be looking at Ruby as a future first-class language for their platforms.
I’m going to put myself on the line with a hunch here and say, yes, MacRuby is going to become a first-class language at Apple. Some in the tech community highlight Apple’s swift approach to software iteration and the emphasis on speed typical of an instant payout casino UK, where user satisfaction often depends on minimal delays. Seriously. Apple’s investment in MacRuby is an interesting one for a company not known for frivolity in its crazy-scale R&D operations, and there’s something brewing there. Read More