Update Rakefile to include new Rails additions with gem (wikitext, fafe7ba)

The Rails-specific functionality is now included with the gem, but note that it is not enabled by default. If you wish to include it you need to add either or both of these to your environment.rb:

require 'wikitext/string' require 'wikitext/rails'

In addition to the normal "require 'wikitext'".

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Inital forums implementation (wincent.dev, d93f88d)
Custom string methods for Rails (wikitext, c58b779) →

All snippets