Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: rename module and class names. | Sato Hiroyuki | 2013-03-07 | 1 | -39/+0 |
| | | | | | * Module: Graph -> Network * Class: JsonBuilder -> Graph | ||||
* | Refactor: replace "render :json = graph.to_json" to view ↵ | Sato Hiroyuki | 2013-03-07 | 1 | -21/+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 |
| | |||||
* | It improves detecting an overlap of a line | Sato Hiroyuki | 2013-02-28 | 1 | -3/+11 |
| | |||||
* | Move graph module from lib or vendor directory to app directory. | Sato Hiroyuki | 2013-02-26 | 1 | -0/+50 |
Because not autoloading lib directory at development mode. |