Happy New Year! I hope you all had a great Christmas break and a very jolly New Year! Here's to a great 2012 to everyone!
https://github.com/wycats/parsejs Yehuda has just released an interesting looking Ruby project that parses Javascript and gives you an AST in return for you to play with. Very cool! No idea what I'd use it for, but cool nonetheless.
http://documentcloud.github.com/underscore/ Version 1.2.4 of the JS utility library underscore has just been released with a few bug fixes. Complete with a snazzy new look on the website.
http://collectiveidea.com/blog/archives/2012/01/04/the-big-three-oh/ Delayed Job just reached version 3.0, like 30 in human terms it's a scary milestone for any young project. New features include: Named queues, Lifecycle callbacks, Backend gem dependencies for AR changed.
This update may break your current projects with an UninitializedConstant error; if it does make sure you specify the new gem in your Gemfile: gem 'delayed_job_active_record'
http://brightbox.com/blog/2012/01/04/riak-cluster/John Leach over at Brightbox has released a guide on how to set up a 4 node Riak Cluster on their new cloud service. They're using it internally as well, so sounds like it's a good option.
http://jonathanleighton.com/articles/2012/announcing-poltergeist/Rails core member Jon Leighton has just released Poltergeist, which is a driver for Capybara using PhantomJS (a headless browser) as the browser. Sounds pretty handy.
http://railscasts.com/episodes/312-sending-html-emailRailscast on the best ways to send html emails in Rails, with a few helpful tools to make it a little less painful.
http://railscasts.com/episodes/313-receiving-email-with-mailmanPro Railscast on how to programatically receive email with Mailman, which is an incoming email processing microframework. "Like Sinatra, but for email".
http://tools.percona.com/A mysql configuration generation wizard. Answer a few simple questions and get your mysql instance configured much more effectively.
http://blog.siyelo.com/machine-learning-in-ruby-statistic-classifica A simple-ish Machine Learning example built in ruby, to classify news articles. Nicely written code and clearly explained, this a nice read.
http://wekeroad.com/2012/01/03/rails-has-turned-me-into-a-cannibalizing-idiot/ There's been quite a bit of Rails bashing lately, and how we've all forgotten OO and Rails is turning is into incompetent programmers (apparently). Rob Conery puts the world to rights in this excellent and funny blog post.