- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 11 Oct, 2016 1 commit
-
-
Sean McGivern authored
We need to do two things to support this: 1. Simplify the regex capture in the routing for the CommitsController to not exclude the '.atom' suffix. That's a perfectly valid git branch name, so we shouldn't blow up if we get it. 2. Because Rails now can't automatically detect the request format, add some code to do so in `ExtractPath` when there is no path. This means that, given branches 'foo' and 'foo.atom', the Atom feed for the former is unroutable. To fix this: don't do that! Give the branches different names!
-
- 24 Aug, 2016 1 commit
-
-
winniehell authored
-
- 19 Aug, 2016 2 commits
-
-
winniehell authored
-
winniehell authored
-
- 11 Aug, 2016 1 commit
-
-
Elliot authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 01 Apr, 2016 1 commit
-
-
Yorick Peterse authored
Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
-
- 09 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 Aug, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Aug, 2015 1 commit
-
-
Stan Hu authored
Closes #1359
-
- 01 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #1839
-
- 22 Jun, 2015 2 commits
-
-
Robert Speicher authored
These fixes were performed automatically by Rubocop's `-a` flag.
-
Robert Speicher authored
-
- 27 Apr, 2015 1 commit
-
- 12 Feb, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 14 Dec, 2013 1 commit
-
-
skv authored
-
- 21 Mar, 2013 1 commit
-
-
Sato Hiroyuki authored
It uses params[:id] instead of request.fullpath. It should fix #3132.
-
- 23 Jan, 2013 1 commit
-
-
Jun Futagawa authored
Files and Commits render a 404 when running with relative_url_root.
-
- 04 Jan, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 25 Dec, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 04 Oct, 2012 2 commits
-
-
Robert Speicher authored
-
Valeriy Sizov authored
-
- 26 Sep, 2012 3 commits
-
-
Robert Speicher authored
Update docs a bit
-
Robert Speicher authored
-
Robert Speicher authored
-