What's New in Edge Rails #25
Week of June 11 -June 17, 2012
This week saw the first commits designed to handle Ruby 2.0 compatability - a rather scary thought.
- 02b2335 modifies the connection pool to make sure that the thread that has been waiting the longest gets the next available connection.
-
a7f4b0a1 is one of those changes that's going to affect every application I've ever written: it removes
update_attributein favor ofupdate_column. - PostgreSQL's native uuid data type is supported with 12e9a75f.
- 75714082 merges a bunch of changes to get logic out of the various rake db tasks, and encapsulated into classes and objects.