public
Description: Fork of classic beast
Homepage:
Clone URL: git://github.com/shirkevich/ultimate-beast.git
name age message
file .gitignore Fri Apr 04 06:11:11 -0700 2008 info about localization [shirkevich]
file .gitmodules Mon Mar 09 00:48:57 -0700 2009 On the way to 2.2.2 [Mikhail Shirkov]
file CHANGELOG Sat May 19 23:09:00 -0700 2007 check in changelog for 1.0 before branching gi... [jgoebel]
file LICENSE Mon Sep 04 07:52:47 -0700 2006 move app to trunk git-svn-id: http://svn.techn... [technoweenie]
file README.markdown Fri Apr 04 06:11:11 -0700 2008 info about localization [shirkevich]
file Rakefile Mon Sep 04 07:52:47 -0700 2006 move app to trunk git-svn-id: http://svn.techn... [technoweenie]
file TODO Wed Apr 09 08:38:13 -0700 2008 TODO updated [shirkevich]
directory app/ Mon Mar 09 00:48:57 -0700 2009 On the way to 2.2.2 [Mikhail Shirkov]
directory config/ Mon Mar 09 00:48:57 -0700 2009 On the way to 2.2.2 [Mikhail Shirkov]
directory db/ Sat Apr 05 14:18:27 -0700 2008 removing login field [shirkevich]
directory lang/ Tue Apr 15 02:45:43 -0700 2008 Merge branch 'master' of git@github.com:shirkev... [pat]
directory lib/ Wed Oct 31 19:02:50 -0700 2007 tweak auth_sys to be more agreeable with plugin... [technoweenie]
directory public/ Mon Mar 09 00:48:57 -0700 2009 On the way to 2.2.2 [Mikhail Shirkov]
directory script/ Mon Sep 04 07:52:47 -0700 2006 move app to trunk git-svn-id: http://svn.techn... [technoweenie]
directory spec/ Sat Apr 05 14:18:27 -0700 2008 removing login field [shirkevich]
directory test/ Sat Apr 05 09:53:17 -0700 2008 Simplifuing signup, users now can signin with o... [shirkevich]
directory vendor/ Mon Mar 09 00:48:57 -0700 2009 On the way to 2.2.2 [Mikhail Shirkov]
README.markdown

Ultimate Beast

Beast - Two's company. Three's a forum. More's a Beast.

A fork of small, light-weight forum in Rails with a scary name and a goal of around 500 lines of code when we're done.

How to Obtain Ultimate Beast

  1. Grab the latest:

git clone git://github.com/shirkevich/ultimate-beast.git

  1. Customize your database.yml:

cp config/database.example.yml config/database.yml

  1. Load the schema:

rake db:schema:load

(You cannot use rake db:migrate to migrate the schema up from 0)

  1. Update git submodules:

git submodule init

git submodule update

  1. Launch it:

script/server

Requiremets

  • gem install RedCloth

  • gem install ruby-openid

Localization

Translations stored in lang/

Change default language in config/initializers/gibberish.rb