Sha256: 7d2d6709c2837cf3d3206833824c010d5f2a61ee2c8f7b0671d7cd80117fd335

Contents?: true

Size: 914 Bytes

Versions: 2

Compression:

Stored size: 914 Bytes

Contents

{<img src="https://travis-ci.org/vintyara/my_forum.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/vintyara/my_forum]

= MyForum

This project rocks and uses MIT-LICENSE.

INSTALLATION
rake my_forum:install:migrations


FAQ
Q: how to customize urls
A:

Create, for exmaple, my_forum.rb file in your initialize app folder (your_app/config/initializer/my_forum.rb) and rewrite
methids like this -

MyForum::Forum.class_eval do
  def to_param
    "#{id}-something"
  end
end








For using existing User model, use somethink like this:

Create config/initializers/my_forum.rb with next content:
MyForum::Engine.use_custom_user_model = true
...

http://w3facility.org/question/ruby-regex-for-stripping-bbcode/

gem build my_forum.gemspec

https://github.com/cpjolicoeur/bb-ruby
http://fortawesome.github.io/Font-Awesome/icons/#text-editor


Used plugins:

http://madapaja.github.io/jquery.selection/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta43 README.rdoc
my_forum-0.0.1.beta42 README.rdoc