public
Description: Personal code/solution log
Clone URL: git://github.com/CarlosGabaldon/hacking-log.git
Carlos Gabaldon (author)
Wed May 07 22:21:21 -0700 2008
name age message
file README.rdoc Wed May 07 22:21:21 -0700 2008 initial import [Carlos Gabaldon]
file Rakefile Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory app/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory autotest/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory config/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory log/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory public/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory schema/ Wed May 07 22:09:54 -0700 2008 initial import [Carlos Gabaldon]
directory spec/ Wed May 07 22:09:54 -0700 2008 initial import [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/