I’m doing a course on Rails that focuses on version 1.1.6 so I’m trying to figure out which of the numerous changes between 1.x and 2.x are the most critical to be aware of for practical use. At the moment I don’t need to know all the little nitty gritty changes – just the big ones.
Share
There’s nothing that’s can’t-live-without critical, but there’s a heap of wouldn’t-want-to-live-without-it stuff.
OTTOMH:
t.columnin migrations (t.[typename] is so much DRYer)ActiveSupport::TestCase