Hacker News new | ask | show | jobs
by moe 5340 days ago
Are you saying that Rails schema migration can only solve 10% of your migration needs?

Rails is a bad example here as their primitive migration-system still forces the developer to write those stupid migrations by hand.

Django/South just auto-generates them which removes a huge chore from the daily development workflow.

1 comments

That's excellent! I think it's time for me to learn some Django.