aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/highlight_helper.rb
Commit message (Collapse)AuthorAgeLines
* Make sure regexes used in highlight helper are UTF-8 encodedLouise Crow2015-05-28-0/+1
|
* Add spec for highlight_and_excerptGareth Rees2014-06-25-0/+1
|
* Use regex based highlightingGareth Rees2014-06-25-12/+17
|
* Add helper to highlight and excerpt by regexGareth Rees2014-06-25-0/+92
Backport of https://github.com/rails/rails/pull/11793/ Contains integration tests to check that it works as expected with ActsAsXapian.