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/technoweenie/altered_beast.git
nbibler (author)
Fri Apr 25 05:57:29 -0700 2008
commit  fb06e22730c23eb6ab94dedaeeb4deff6183e6f7
tree    9c94bf9f12e91b89f594c418c33bb1765317ec89
parent  e6d99ce25c13ce2ce24e0880acb6d98713065813
altered_beast / README.rdoc
100644 28 lines (20 sloc) 0.608 kb

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.