Sha256: 779a24693db2b02e4e05cc997c81857378eeffffa16b0b988cd931ba1c7de598
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
require 'rack/d3js' # Like any rack application/middleware, # you can serve it in the root path use Rack::D3js # You can also serve it from a particular path: map "/js" do run Rack::D3js end # Typically, you would then run your real application: #run MyRealApp
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rack-d3js-3.4.10 | example.ru |
rack-d3js-3.4.8 | example.ru |