public
Description: A RESTful Blog API written in Merb
Homepage: http://pmpknpi.com/
Clone URL: git://github.com/sintaxi/pmpknpi.git
name age message
file .gitignore Thu Mar 20 02:02:36 -0700 2008 basic structure changes for getting onto merb 0... [brockwhitten]
file LICENSE Tue Feb 26 00:35:43 -0800 2008 added Readme and Licence files [brockwhitten]
file README Thu Mar 20 02:03:41 -0700 2008 merb_can_filter plugin now working with 0.9 [brockwhitten]
file Rakefile Mon Mar 24 00:47:07 -0700 2008 now running on merb edge [brockwhitten]
directory app/ Tue Apr 01 00:22:49 -0700 2008 worked on voting specs [sintaxi]
directory config/ Mon Mar 24 00:47:07 -0700 2008 now running on merb edge [brockwhitten]
directory db/ Thu Mar 20 02:02:36 -0700 2008 basic structure changes for getting onto merb 0... [brockwhitten]
directory lib/ Mon Mar 24 00:47:00 -0700 2008 fixing conflict with active_record_extension [brockwhitten]
directory public/ Thu Mar 20 02:04:23 -0700 2008 looks like we are 0.9 compatable [brockwhitten]
directory schema/ Fri Feb 29 22:39:33 -0800 2008 refactored sanitizer [brockwhitten]
directory spec/ Tue Apr 01 00:22:49 -0700 2008 worked on voting specs [sintaxi]
README
= Description

= Dependencies
  - merb 0.9.1
  - merb_helpers
  - merb-more
  - active_record
  - merb_activerecord
  - BlueCloth
  - RedCloth
  - CodeRay
  
= Installation

  "cp config/database.sample.yml config/database.yml"
  "rake db:migrate"
  "merb"