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
initial commit
technoweenie (author)
Sat Dec 08 13:25:59 -0800 2007
commit  a47e8a9b0c474196ffb41adf2594c632dba380d0
tree    390697ecb9aace8ccd6e0c08db8cbf5008914cd5
parent  3688e08efa3abd738d0f1a96129249f4a91cc626
0
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0
@@ -0,0 +1,29 @@
0
+Altered Beast
0
+=============
0
+
0
+The popular rails-based Beast forum...
0
+
0
+ - updated for Rails 2.0
0
+ - using rspec/model_stubbing
0
+ - added a state machine for user logins
0
+ - built-in multi-site support
0
+ - spam protection from akismet/viking
0
+ - forum authorization rules (public/private/invitation)
0
+ - email and atom feed support
0
+ - xml/json API
0
+ - highline based easy console installer
0
+
0
+help desired via git:
0
+
0
+ git clone git@git.caboo.se:altered_beast.git
0
+
0
+INSTALLATION
0
+============
0
+
0
+# download altered_beast
0
+# install rails 2.0.x
0
+$ mkdir log
0
+$ rake tmp:create
0
+$ rake db:schema:load
0
+
0
+First created user will be admin.

Comments

    No one has commented yet.