Skip to content

sixty4bit/altered_beast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://github.com/courtenay/altered_beast.git

INSTALLATION

# download altered_beast
# install rails 2.0.x
$ mkdir log
$ rake tmp:create
$ rake db:schema:load
$ ./script/console
> Site.create :name => "your site name", :host => "yourdomain"
> exit
$ ./script/server

First created user will be admin.

About

Ground-up rewrite of Beast, a Ruby on Rails forum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.8%
  • JavaScript 11.2%