Rails GTD application

·

I've decided that the GTD Todo application I've been developing is probably now in a state where I feel comfortable about distributing it. It's certainly not finished in any sense of the word, and has lots of bugs. For that reason, I can't stress enough that you shouldn't use it for your precious dataâ€"I can't guarantee that it won't ruin your life in some way, and I don't want to be responsible for that. It's really for people who are learning Ruby or Rails, and are curious about what can be done by an absolute beginner (i.e. me). You can download the zip file hereâ€"the installation instructions are in a README in todo/docs. You also need to have Ruby 1.8.x, mySQL and Rails 0.8 installed.

Needless to say, I'd be really grateful for any bug-fixes or suggestions for ways that it could be improved. It's a bit messy at the moment, and some things aren't fully implemented. I've developed it with the GTD method in mind, so the main page shows all your actions sorted by context. You can add new items on that page too, so adding and viewing actions is as easy as possible. There are a few other features:

Some things aren't finished yet. You can only add new items from the main page, which is slightly awkward when you want to add a load of actions to a project in a batch. I'm also using the 'scaffold' version of the edit action at the moment, so while it works, it doesn't fit in well with the rest of the app. I have some plans for other features to add, but I'm exhausted now, so I'll write about them later. Enjoy!

Update: In my tiredness yesterday, I forgot to properly credit Vince's todo tutorial, which formed the basis of my app. I'm not sure that I would have been able to get started without it.

Update 2: One more thing. Someone pointed out to me that I'm using the same database name as Vince's app, which is a really stupid rookie move on my part, and entirely due to my failure to be imaginative in naming things. So if you're already using Vince's app, hold off on installing mine for now. I'll have a go at changing the namespace of my app in the next version so that they don't conflict. [Hits forehead repeatedly...] Stick to the day job, bsag.