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
name age message
file .gitignore Tue Sep 23 21:07:34 -0700 2008 Posts controller spec passing with a little sea... [qrush]
file .gitmodules Tue Feb 10 08:25:35 -0800 2009 removed gem submodule / plugin 'vendor/plugins/... [localhost]
file .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file README.rdoc Thu Aug 06 13:56:14 -0700 2009 Clean up some merge errors, stupid fails, and f... [courtenay]
file Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory app/ Thu Aug 06 14:13:22 -0700 2009 Rename some rhtml files [courtenay]
directory config/ Thu Aug 06 13:56:14 -0700 2009 Clean up some merge errors, stupid fails, and f... [courtenay]
directory db/ Wed Aug 05 17:20:01 -0700 2009 Install brainbuster plugin [courtenay]
directory lib/ Tue Aug 04 17:57:09 -0700 2009 Cleanup bad merges, warnings, test fails [courtenay]
directory public/ Wed Aug 05 17:06:09 -0700 2009 Merge branch 'master' into i18n Conflicts: ap... [courtenay]
directory script/ Tue Aug 04 11:38:00 -0700 2009 Upgrade rspec to 1.2.4, fix model stubbing, all... [courtenay]
directory spec/ Wed Aug 05 16:34:03 -0700 2009 Minor cleanups for spec passing goodness [courtenay]
directory stories/ Tue Sep 23 17:07:26 -0700 2008 Trying to update this thing to 2.1 [qrush]
directory vendor/ Wed Aug 05 17:20:01 -0700 2009 Install brainbuster plugin [courtenay]
README.rdoc

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.