jellybob / devlog

It's a log. For Developers. Mainly an excuse to play with Sinatra, but it might come in handy.

This URL has Read+Write access

devlog /
name age message
file .gitignore Loading commit data...
file .gitmodules
file README.md
file Rakefile
file config.ru
file devlog.rb
file schema.sqlite3
submodule sinatra - a177f30
directory test/
directory views/
README.md

DevLog

DevLog is a really simple logging application for developers. Kind of like the Captain's log from Star Trek, at random times you log what you're doing, or have done.

It's written using Sinatra, because I needed an excuse to play with it.

Installing

I've not tried this yet, so it might not work, but, it should be:

# Clone the app
git clone git://github.com/jellybob/devlog.git
cd devlog

# Initialise submodules
git submodule init
git submodule update

# Start
ruby devlog.rb

At which point it'll be running on port 4567.

TODO

  • Tidy up database connecting, and initialisation.
  • Extract the day injector out to the model.

License

I really don't care what you do with this, so long as it doesn't involve suing me, or killing kittens. I guess that counts as public domain.