1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Link to the source for the latest til.

This commit is contained in:
jbranchaud
2015-03-01 10:38:22 -06:00
parent ecc834ed70
commit cf3e80abea

View File

@@ -21,3 +21,5 @@ output, so you can trim it down with a simple `grep`:
$ rake db:migrate:status | grep '^ down'
down 20150228003340 Create stats table
```
[source](https://github.com/rails/rails/blob/f47b4236e089b07cb683ee9b7ff8b06111a0ec10/activerecord/lib/active_record/railties/databases.rake#L91)