This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bd2322c7877d3f51daf9ea7320a25a0219896305
tree 96e6e8256347c9822ce80cff18b5a0c6bbbed4e7
parent 94f575daace57ebeca4db0af9abec01bdcade50f parent 80228688c179a6d05405c653631a4fab5616c006
tree 96e6e8256347c9822ce80cff18b5a0c6bbbed4e7
parent 94f575daace57ebeca4db0af9abec01bdcade50f parent 80228688c179a6d05405c653631a4fab5616c006
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Sep 23 21:07:34 -0700 2008 | |
| |
.gitmodules | Mon Jan 07 17:14:30 -0800 2008 | |
| |
.rake_tasks | Sat Dec 08 13:25:59 -0800 2007 | |
| |
README.rdoc | Wed Oct 08 20:18:15 -0700 2008 | |
| |
Rakefile | Sat Dec 08 13:25:59 -0800 2007 | |
| |
app/ | Tue Oct 14 15:51:56 -0700 2008 | |
| |
config/ | Wed Oct 08 20:18:15 -0700 2008 | |
| |
db/ | Tue Sep 23 17:07:26 -0700 2008 | |
| |
lib/ | Wed Oct 08 20:21:51 -0700 2008 | |
| |
public/ | Wed Sep 24 16:39:31 -0700 2008 | |
| |
script/ | Tue Sep 23 17:07:26 -0700 2008 | |
| |
spec/ | Wed Oct 08 20:18:45 -0700 2008 | |
| |
stories/ | Tue Sep 23 17:07:26 -0700 2008 | |
| |
vendor/ | Wed Oct 08 20:18:15 -0700 2008 |
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.







