public
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/courtenay/altered_beast.git
courtenay (author)
Thu Aug 06 14:13:22 -0700 2009
commit  d327bb75ca4d9cd1a95cfed84676b16e3c6f923c
tree    49fc264566163177b3090af373407f5c6f128b04
parent  901d87247143c6f840f1d2c6faa68fb953aa221e
altered_beast / README.rdoc
100644 32 lines (24 sloc) 0.956 kb

Altered Beast

The popular rails-based Beast forum, rewritten from the ground up with the same database and views.

  • full i18n (with German and English support)
  • updated for Rails 2.3.3
  • 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 (not 100% tested yet, fixing soon)
  • highline based easy console installer
  • internationalization via the I18n framework

Check out the code via git:

    git clone git://github.com/courtenay/altered_beast.git

INSTALLATION

    # download altered_beast
    # gem install rails 2.3.3
    $ mkdir log
    $ rake tmp:create
    $ rake app:bootstrap

    Follow the instructions to create your database and load users.
    Start the application with script/server and visit http://localhost:3000 to
    visit your new forum.