TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Reversible Migrations in Rails 3.1

53 pointsby rohitarondekarabout 14 years ago

4 comments

moeabout 14 years ago
Wake me up when they finally generate those stupid migrations automatically (see <a href="http://south.aeracode.org/docs/tutorial/part1.html#changing-the-model" rel="nofollow">http://south.aeracode.org/docs/tutorial/part1.html#changing-...</a>).
评论 #2524356 未加载
评论 #2524936 未加载
nwjsmithabout 14 years ago
I've been using `:Rinvert` in rails.vim to accomplish the same thing for the last couple of months. Extremely useful.
jackseviltwinabout 14 years ago
I like that the author added a section on demystifying the magic involved in how reversible migrations actually work. I like knowing how things actually work behind the scenes. I'd like to see the Rails community put less emphasis on the magic and more on how things work.
epochwolfabout 14 years ago
About time. This has bugged me for years.