03 Oct, 2012
3 commits
02 Oct, 2012
3 commits
27 Sep, 2012
3 commits
-
Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb
26 Sep, 2012
27 commits
-
Simplifies the actions in RepositoriesController
-
Create just redirects to our specially-formatted #show action
-
Because of the way ExtractPaths works, `params[:format]` wouldn't necessarily be available at the time this filter was running, and so it would erroneously redirect to `new_user_session_path`
-
Takes tree-ish + path as ID
-
Update docs a bit
-
Commits#show (plural) is going to be for showing commit history on a specific path.
-
Protect users projects_limit from mass assignment.
25 Sep, 2012
1 commit
21 Sep, 2012
1 commit
16 Sep, 2012
2 commits
-
Uses TeamMembers#index instead, to be more RESTful