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)
Wed Oct 08 20:21:51 -0700 2008
commit  94f575daace57ebeca4db0af9abec01bdcade50f
tree    0907ed7be57db1cace7ced5766bfea6fc83c1ce0
parent  47c873976947eaae54a808713258a0b7eb8876e6
name age message
file .gitignore Tue Sep 23 21:07:34 -0700 2008 Posts controller spec passing with a little sea... [qrush]
file .gitmodules Mon Jan 07 17:14:30 -0800 2008 add posts controller [technoweenie]
file .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file README.rdoc Wed Oct 08 20:18:15 -0700 2008 Merge branch 'github_qrush_master' Conflicts: ... [courtenay]
file Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory app/ Loading commit data...
directory config/ Wed Oct 08 20:18:15 -0700 2008 Merge branch 'github_qrush_master' Conflicts: ... [courtenay]
directory db/ Tue Sep 23 17:07:26 -0700 2008 Trying to update this thing to 2.1 [qrush]
directory lib/ Wed Oct 08 20:21:51 -0700 2008 no ugh [courtenay]
directory public/ Wed Sep 24 16:39:31 -0700 2008 rails update [Chris Flipse]
directory script/ Tue Sep 23 17:07:26 -0700 2008 Trying to update this thing to 2.1 [qrush]
directory spec/ Wed Oct 08 20:18:45 -0700 2008 Stub the user so we can make sure that it gets ... [courtenay]
directory stories/ Tue Sep 23 17:07:26 -0700 2008 Trying to update this thing to 2.1 [qrush]
directory vendor/ Wed Oct 08 20:18:15 -0700 2008 Merge branch 'github_qrush_master' Conflicts: ... [courtenay]
README.rdoc

Altered Beast

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

  • updated for Rails 2.1.1
  • 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

Help desired via git:

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

INSTALLATION

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

    Follow the instructions to create your database and load users.