Archive for the ‘Releases’ Category

RailsInstaller for OS X

Friday, June 1st, 2012

Congrats on Engine Yard for releasing a version of the Rails Installer (what the Windows people use) for OS/X.

RailsInstaller for OS X | Engine Yard Blog.

The RailsInstaller website is now multi-platform with Windows and OS X installers.

 

Ruby on Rails 3.2.5 Release

Friday, June 1st, 2012

Well, another day goes by and ya’ll rails folks will want to check out the Riding Rails post noting that Rails version 3.2.5 has been released. This adds in “less brokeness” than 3.2.4, as well as fixing a pretty big SQL Injection vulnerability.

Rails 3.2.0 Released!

Friday, January 20th, 2012

Seems things in the Rails world are moving faster and fast, but it could be just me.  Congrats to the Rails dev team for their release this morning of Ruby on Rails 3.2!

So we didn’t quite make the December release date as we intended, but hey, why break a good tradition and start hitting release targets now! In any case, your patience has been worldly rewarded young grasshopper: Rails 3.2 is done, baked, tested, and ready to roll!

Biggest thing in here for Ruby Newbies I think is the explain queries, which will show exactly what’s going on and help with debugging and performance tuning.  Other things of note is a faster dev mode, an active record key/value store (look out noSQL databases!) and much more.

Via Riding Rails: Rails 3.2.0: Faster dev mode & routing, explain queries, tagged logger, store.