Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: rename module and class names. | Sato Hiroyuki | 2013-03-07 | 2 | -323/+0 |
| | | | | | * Module: Graph -> Network * Class: JsonBuilder -> Graph | ||||
* | Refactor: replace "render :json = graph.to_json" to view ↵ | Sato Hiroyuki | 2013-03-07 | 2 | -28/+1 |
| | | | | | | template(show.json.erb). Because model shouldn't know about view logic. | ||||
* | Show gravatar icon on tooltip. | Sato Hiroyuki | 2013-02-28 | 1 | -3/+4 |
| | |||||
* | Commits are arranged below their first parent. | Sato Hiroyuki | 2013-02-28 | 1 | -2/+19 |
| | |||||
* | It improves detecting an overlap of a line | Sato Hiroyuki | 2013-02-28 | 2 | -15/+31 |
| | |||||
* | Finding free space from the way near commit which is downward | Sato Hiroyuki | 2013-02-27 | 1 | -6/+6 |
| | |||||
* | Fix the commits are not ordered commiter date. | Sato Hiroyuki | 2013-02-26 | 1 | -2/+2 |
| | | | | It is fixed that the date label of network graph is broken. | ||||
* | Move graph module from lib or vendor directory to app directory. | Sato Hiroyuki | 2013-02-26 | 2 | -0/+316 |
Because not autoloading lib directory at development mode. |