Graph: base implementation
This commit is contained in:
parent
6b66a766d1
commit
94690bd2c4
5 changed files with 48 additions and 25 deletions
|
@ -150,11 +150,9 @@ class ProjectsController < ApplicationController
|
|||
h[:id] = c.sha
|
||||
h[:date] = c.date
|
||||
h[:message] = c.message.force_encoding("UTF-8")
|
||||
h[:email] = c.author.email
|
||||
h[:login] = c.author.email
|
||||
h
|
||||
end.to_json
|
||||
|
||||
render :text => @commits_json
|
||||
end
|
||||
|
||||
def blob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue