Graph: base implementation

This commit is contained in:
Valery Sizov 2011-11-13 13:58:45 +02:00
parent 6b66a766d1
commit 94690bd2c4
5 changed files with 48 additions and 25 deletions

View file

@ -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