Forum Monster is a simple forum generator written in rails 3. The goal of Forum Monster, is to provide a simple, and easy to setup forum application without having to dictate how your site it setup.
You can login with the following information:
Admin Demo: admin/forum_admin
User Demo: user/forum_user
<%= f.text_field :username , :value => "username", :style => "font-size:2.2em;" %>
<%= f.password_field :password, :value => "password", :style => "font-size:2.2em" %>
<%= f.submit 'Sign in' %> <% end %>