Saturday, November 22, 2008

Rails 2.2 Released!

Rails 2.2 was released this week with some really interesting new features. Most interesting, to me at least, is "Thread safety and a connection pool". Rails applications are generally run using many single threaded instances through something like Mongrel. Now they'll be able to run multi-threaded, a huge leap forward.

What's most interesting, it almost only matters to JRuby users! For more information; have a look at Charles Oliver Nutter's post from a little while back: "Q/A: What Thread-safe Rails Means".

Friday, November 21, 2008

3 Reasons to Switch to Git from Subversion � markmcb

A great little comparison of day-to-day type operations with Git compared to Subversion.

3 Reasons to Switch to Git from Subversion � markmcb

Friday, November 14, 2008

Grails 1.0.4 Released

Grails 1.0.4 was released today. This is the first release from G2One after the SpringSource acquisition. I don't know much about new features yet though. So check the internets :)

SpringSource Team Blog: First Grails Release Under the SpringSource Banner