up_the_irons / altered_beast forked from courtenay/altered_beast
- Source
- Commits
- Network (76)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit ff210d7c2e33f37dedb3e38498b4732f5733c4f4
tree 6145c66680774fe1d71029f335f721171582c49f
parent b7cd7d9ccdbdb50868c89fde46b4a5545991d8ae
tree 6145c66680774fe1d71029f335f721171582c49f
parent b7cd7d9ccdbdb50868c89fde46b4a5545991d8ae
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 14 22:53:43 -0800 2008 | |
| |
.gitmodules | Sun Apr 20 18:16:49 -0700 2008 | |
| |
.rake_tasks | Sat Dec 08 13:25:59 -0800 2007 | |
| |
README.rdoc | Fri Apr 25 05:57:29 -0700 2008 | |
| |
Rakefile | Sat Dec 08 13:25:59 -0800 2007 | |
| |
app/ | ||
| |
config/ | Thu Apr 24 17:54:57 -0700 2008 | |
| |
db/ | Fri Jan 11 17:03:04 -0800 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
script/ | Sat Dec 08 13:28:43 -0800 2007 | |
| |
spec/ | ||
| |
vendor/ |
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.


