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/technoweenie/altered_beast.git
Jed Hurt (author)
Sun Apr 20 18:13:12 -0700 2008
commit  e11dc253e886eca5239677924b6868e9516eb614
tree    8ec7124714eb2ecf3fcea17b706e2abc4c29601f
parent  5842d45f5c4a595ed6d93cd82b74c9a1354c41ad
name age message
file .gitignore Mon Jan 14 22:53:43 -0800 2008 Ignore vendor/rails and the cached js [NZKoz]
file .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
file README Sat Jan 12 17:04:28 -0800 2008 show read-only repo url in README [technoweenie]
file Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
directory app/ Thu Feb 14 10:47:07 -0800 2008 make the post js more unobtrusive... less obtr... [technoweenie]
directory config/ Sun Feb 10 16:06:34 -0800 2008 move user-edit to user-settings and make edit a... [courtenay]
directory db/ Fri Jan 11 17:03:04 -0800 2008 update db (rake db:auto:migrate) [technoweenie]
directory lib/ Sun Feb 10 16:06:34 -0800 2008 move user-edit to user-settings and make edit a... [courtenay]
directory public/ Thu Feb 14 10:47:07 -0800 2008 make the post js more unobtrusive... less obtr... [technoweenie]
directory script/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory spec/ Thu Feb 14 10:47:07 -0800 2008 make the post js more unobtrusive... less obtr... [technoweenie]
directory stories/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
directory vendor/ Sun Apr 20 18:13:12 -0700 2008 Remove repo copies of rspec and rspec_on_rails [Jed Hurt]
README
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.