##// END OF EJS Templates
Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#1704)....
Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#1704). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1710 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1640:c28cbd5790e5
r1709:3197814c623f
Show More
init.rb
5 lines | 182 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Adds engines 2.1.0 plugin....
r1640 # Only call Engines.init once, in the after_initialize block so that Rails
# plugin reloading works when turned on
config.after_initialize do
Engines.init if defined? :Engines
end