Hi there. This is Greg bringing you latest news from the Rails world. We had a quiet week, so I won't take long.
With this change Active Record will use the sql_type rather than type, in the database dump for enum and set columns to make sure they use the correct type.
With this change, Rails loads the  initial database.yml once, and warns if it can't create tasks. This is important for multiple databases, where the tasks are created for every database, but to create those Rails needs to read the list from database.yml.
9 people contributed to Rails in the last week, if you want to be one of them, check out the list of issues here.

Until next time!