Tagged with rake

‘rake notes’ for Rails 1.2.6 with RSpec

Written by Ben

I have been doing a bit of work with Rails 1.2.6 recently and I am missing one feature that I use regularly in Rails 2.1 and that is rake notes.
I use # TODO comments as todo list items within my code and then call rake notes to review them.
I find it really useful for [...]