GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of courtenay/altered_beast
Description: Ground-up rewrite of Beast, a Ruby on Rails forum.
Homepage: http://activereload.lighthouseapp.com/projects/7537-altered-beast/
Clone URL: git://github.com/fiveruns/altered_beast.git
technoweenie (author)
Sat Dec 08 13:28:43 -0800 2007
commit  8e5cfc5b7ea6d0e912bdca9b8aae461e207f820d
tree    d749f169474e5bda4db33e753d068e561c6354be
parent  fff91d5cfc2ef7754992e24726c6f007633ebd23
name age message
file .gitignore Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file README Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory app/ Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory config/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory public/ Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory script/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory spec/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory stories/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory vendor/ Sat Dec 08 13:26:36 -0800 2007 buttload of plugins [technoweenie]
README
Altered Beast
=============

The popular rails-based Beast forum...

 - updated for Rails 2.0
 - using rspec/model_stubbing
 - added a state machine for user logins
 - built-in multi-site support
 - spam protection from akismet/viking
 - forum authorization rules (public/private/invitation)
 - email and atom feed support
 - xml/json API
 - highline based easy console installer

help desired via git:

  git clone git@git.caboo.se:altered_beast.git

INSTALLATION
============

# download altered_beast
# install rails 2.0.x
$ mkdir log
$ rake tmp:create
$ rake db:schema:load

First created user will be admin.