add nodes#create and nodes#ping
authorTom Clegg <tom@clinicalfuture.com>
Tue, 8 Jan 2013 08:59:39 +0000 (00:59 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 8 Jan 2013 08:59:39 +0000 (00:59 -0800)
commitc4b94d62b9f88adfc317022143954b1f872b3c9e
treeddbea7c246624fff64abb4e041ac8c70f6423ce8
parent7b106c693b7c1254623eb6528c35262d0f410a4d
add nodes#create and nodes#ping
14 files changed:
app/assets/javascripts/nodes.js [new file with mode: 0644]
app/assets/stylesheets/nodes.css [new file with mode: 0644]
app/controllers/application_controller.rb
app/controllers/orvos/v1/nodes_controller.rb [new file with mode: 0644]
app/helpers/nodes_helper.rb [new file with mode: 0644]
app/models/node.rb [new file with mode: 0644]
config/routes.rb
db/migrate/20130107212832_create_nodes.rb [new file with mode: 0644]
db/schema.rb
public/discovery/v1/apis/orvos/v1/rest
test/fixtures/nodes.yml [new file with mode: 0644]
test/functional/nodes_controller_test.rb [new file with mode: 0644]
test/unit/helpers/nodes_helper_test.rb [new file with mode: 0644]
test/unit/node_test.rb [new file with mode: 0644]