public
Description: Hacker News clone in Rails -- not ready for public use yet!!
Homepage:
Clone URL: git://github.com/peterc/linkabix.git
name age message
file .gitignore Tue Dec 09 20:59:00 -0800 2008 Ignore vendor/rails [peterc]
file .gitmodules Sun Dec 07 19:36:56 -0800 2008 Initial commit [peterc]
file README Tue Dec 09 21:06:44 -0800 2008 Updated README [peterc]
file Rakefile Sun Dec 07 19:36:56 -0800 2008 Initial commit [peterc]
directory app/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory config/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory db/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory doc/ Sun Dec 07 19:36:56 -0800 2008 Initial commit [peterc]
directory lib/ Tue Dec 09 21:06:56 -0800 2008 Added Rails app generation template [peterc]
directory log/ Tue Dec 09 20:59:00 -0800 2008 Ignore vendor/rails [peterc]
directory public/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory script/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory spec/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory stories/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory test/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory tmp/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
directory vendor/ Sun Dec 07 19:37:45 -0800 2008 Added everything at last [peterc]
README
linkabix
a clone(ish) of http://news.ycombinator.com/
peter cooper

WHY?
  Linkabix is an attempt at recreating the functionality of Hacker News
  using Rails 2.3. In another sense, it aims to be a demonstration of 
  developing a Rails 2.3 application with Behavior Driven Development 
  using standard practices as of December 2008.

RELEASES?
  not yet

DEV PROCESS
  Implemented template to load plugins, Rails app was generated from this
  See lib/template3.rb