- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 12 Jan, 2016 1 commit
-
-
Jason Lee authored
-
- 07 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 05 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 31 Dec, 2015 3 commits
-
-
Yorick Peterse authored
Nokogiri produces inefficient XPath expressions when given CSS expressions such as "a.gfm". Luckily these expressions can be optimized quite easily while still achieving the same results. In the two cases where this optimization is applied the run time has been reduced from around 170 ms to around 15 ms.
-
Yorick Peterse authored
Around 300 ms (in total) would be spent in these delegated methods due to the extra stuff ActiveSupport adds to the compiled methods. Because these delegations are so simple we can just manually define the methods, saving around 275 milliseconds.
-
Yorick Peterse authored
This is a tad faster than letting Nokogiri figure out whether it should evaluate the query as CSS or XPath and then actually evaluating it.
-
- 30 Dec, 2015 1 commit
-
-
Robert Speicher authored
Prior, if we were viewing a blob at `https://example.com/namespace/project/blob/master/doc/some-file.md` and it contained a relative link such as `[README](../README.md)`, the resulting link when viewing the blob would be: `https://example.com/namespace/project/blob/README.md` which omits the `master` ref, resulting in a 404.
-
- 24 Dec, 2015 5 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 18 Dec, 2015 1 commit
-
-
Drew Blessing authored
-
- 15 Dec, 2015 1 commit
-
-
Douwe Maan authored
-