Add link to rails

This commit is contained in:
Ariejan de Vroom 2014-10-15 10:28:58 +02:00
parent ac9c2bd181
commit 4593bf83f9

View File

@ -67,3 +67,7 @@ fi
```
Using the NOCOMMIT tag will prevent you from accidentally committing changes you do not want committed. This is an extension to other practices, like interactively staging your changes and reviewing what goes into a commit, code reviews and acceptance testing. Its yet another safe guard agains my own stupidity.
Check out [railties/lib/rails/tasks/annotations.rake][1] for details on the `rake notes` task.
[1]: https://github.com/rails/rails/blob/master/railties/lib/rails/tasks/annotations.rake