summaryrefslogtreecommitdiff
path: root/app/helpers/graph_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Append in place for strings and arraysCiro Santilli2015-01-011-2/+2
|
* Remove the dependancy of grit from class Network::GraphHiroyuki Sato2013-08-201-2/+2
|
* Reducing database access.Sato Hiroyuki2013-04-241-2/+1
|
* Display note count on network graph.Sato Hiroyuki2013-03-261-2/+9
|
* Refactor: grouping parent and their space by including array.Sato Hiroyuki2013-03-071-0/+5
|
* Refactor: replace "render :json = graph.to_json" to view ↵Sato Hiroyuki2013-03-071-0/+5
template(show.json.erb). Because model shouldn't know about view logic.