This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Carlos Gabaldon (author)
Wed May 07 22:21:21 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | Wed May 07 22:21:21 -0700 2008 | [Carlos Gabaldon] |
| |
Rakefile | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
app/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
autotest/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
config/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
log/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
public/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
schema/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
| |
spec/ | Wed May 07 22:09:54 -0700 2008 | [Carlos Gabaldon] |
README.rdoc
Hacking Log
Personal code/solution log Copyright (c) 2008 Carlos Gabaldon <carlosgabaldon.com>, released under the MIT license project page: http://github.com/CarlosGabaldon/hacking-log/ project repo: git://github.com/CarlosGabaldon/hacking-log.git
SET UP
~ $ sudo gem install merb activerecord merb_activerecord merb_helpers rspec merb_rspec ~ $ git clone git://github.com/CarlosGabaldon/hacking-log.git ~ $ cd ./hacking-log ~/hacking-log $ rake db:create:all ~/hacking-log $ rake db:migrate ~/hacking-log $ rake db:test:clone ~/hacking-log $ rake specs ~/hacking-log $ merb ~ $ open http://localhost:4000/logs/





