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
Search Repo:
name age message
folder .gitignore Mon Jan 14 22:53:43 -0800 2008 Ignore vendor/rails and the cached js [NZKoz]
folder .gitmodules Mon May 05 15:35:59 -0700 2008 Integrate BrainBuster to protect signups. [therealadam]
folder .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
folder README.rdoc Fri Apr 25 05:57:29 -0700 2008 Converted README to RDoc format. [nbibler]
folder Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
folder app/ Thu May 08 15:00:46 -0700 2008 Fix signup/activation email [therealadam]
folder config/ Thu Apr 24 17:54:57 -0700 2008 Updated to Rails 2.0.2. [nbibler]
folder db/ Mon May 05 15:35:59 -0700 2008 Integrate BrainBuster to protect signups. [therealadam]
folder lib/ Sun Feb 10 16:06:34 -0800 2008 move user-edit to user-settings and make edit a... [courtenay]
folder public/ Mon May 05 15:35:59 -0700 2008 Integrate BrainBuster to protect signups. [therealadam]
folder script/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
folder spec/ Sun Apr 27 09:59:31 -0700 2008 please dont penalize the rest of us just becaus... [rick]
folder stories/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
folder vendor/ Mon May 05 15:35:59 -0700 2008 Integrate BrainBuster to protect signups. [therealadam]
README.rdoc

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.