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.
491 B
491 B
| Title | Author | Date | Timestamp | Tags |
|---|---|---|---|---|
| Generate self.down in your Rails migrations | Sami Samhuri | 3rd March, 2006 | 2006-03-03T21:38:00-08:00 | rails, textmate, migrations, rails, textmate |
Scott wrote a really cool program that will scan self.up and then consult db/schema.rb to automatically fill in self.down for you. Brilliant!