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/meekish/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 Sun Apr 20 18:16:49 -0700 2008 Added rspec and rspec_on_rails plugins as git s... [Jed Hurt]
folder .rake_tasks Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
folder README.markdown Mon Apr 21 16:15:55 -0700 2008 Use full markdown extension [Jed Hurt]
folder Rakefile Sat Dec 08 13:25:59 -0800 2007 initial commit [technoweenie]
folder app/ Fri Apr 25 16:35:38 -0700 2008 Removing comment cruft [Jed Hurt]
folder config/ Sun Feb 10 16:06:34 -0800 2008 move user-edit to user-settings and make edit a... [courtenay]
folder db/ Fri Apr 25 16:31:29 -0700 2008 rake db:schema:load insists on reorganizing the... [Jed Hurt]
folder lib/ Sun Feb 10 16:06:34 -0800 2008 move user-edit to user-settings and make edit a... [courtenay]
folder public/ Thu Feb 14 10:47:07 -0800 2008 make the post js more unobtrusive... less obtr... [technoweenie]
folder script/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
folder spec/ Fri Apr 25 16:33:59 -0700 2008 posts.update_all was failing on SQLite3; appare... [Jed Hurt]
folder stories/ Sat Dec 08 13:28:43 -0800 2007 hello rspec [technoweenie]
folder vendor/ Sun Apr 20 18:16:49 -0700 2008 Added rspec and rspec_on_rails plugins as git s... [Jed Hurt]
README.markdown
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
- $ git submodule init`
- $ git submodule update`

INSTALLATION
------------

- download altered_beast
- install rails 2.0.x
- $ mkdir log
- $ rake tmp:create
- $ rake db:schema:load

First created user will be admin.