mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Replace the Swift site generator with a Ruby and Phlex implementation. Loads site and projects from TOML, derive site metadata from posts. Migrate from make to bake and add standardrb and code coverage tasks. Update CI and docs to match the new workflow, and remove unused assets/dependencies plus obsolete tooling.
10 lines
491 B
Markdown
10 lines
491 B
Markdown
---
|
|
Title: "Generate self.down in your Rails migrations"
|
|
Author: Sami Samhuri
|
|
Date: "3rd March, 2006"
|
|
Timestamp: 2006-03-03T21:38:00-08:00
|
|
Tags: rails, textmate, migrations, rails, textmate
|
|
---
|
|
|
|
<a href="http://lunchboxsoftware.com/">Scott</a> wrote a really <a href="http://lunchroom.lunchboxsoftware.com/articles/2005/11/29/auto-fill-your-reverse-migrations">cool program</a> that will scan `self.up` and then consult db/schema.rb to automatically fill in `self.down` for you. Brilliant!
|
|
|