03 Oct, 2012
2 commits
-
make devise controllers use devise layout
02 Oct, 2012
2 commits
29 Sep, 2012
1 commit
27 Sep, 2012
3 commits
-
Simplify controllers and layout handling
-
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
26 Sep, 2012
14 commits
-
Create just redirects to our specially-formatted #show action
-
Takes tree-ish + path as ID
24 Sep, 2012
1 commit
-
Update timeout comment in unicorn example config.
22 Sep, 2012
2 commits
19 Sep, 2012
1 commit
-
The timeout was changed to 30 and the comment wasn't updated. Also I've seen several reports of this timeout not being long enough for quite a few people. It resulted in me getting a 502 bad gateway from nginx until I upped it. Perhaps could back to the default 60 would be better? I changed mine to 300, running on an AWS micro instance.
18 Sep, 2012
2 commits
16 Sep, 2012
4 commits
-
Uses TeamMembers#index instead, to be more RESTful
-
Also cleans up some alignment and removes unnecessary "to: " arguments
-
It still works, and it cleans up the output of `rake routes`.
15 Sep, 2012
1 commit
-
…e with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time.
14 Sep, 2012
1 commit
12 Sep, 2012
6 commits
-
Should no longer freak out when omniauth settings aren't present in gitlab.yml. People who aren't using it shouldn't even have to put a 'false' entry in their config for it (and probably wouldn't, after an upgrade).
-
Conflicts: Gemfile.lock app/helpers/application_helper.rb app/views/devise/sessions/new.html.erb db/schema.rb