Sha256: 471c6b0a10b9d02534af6d916da20b556158738876c649e1512a4f23016eca7a
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
= any_chart_proxy gem install any_chart_proxy === Rails 2 Just add gem.config 'any_chart_proxy' to environment.rb === Rails 3 To Gemfile gem 'any_chart_proxy' to routes.rb match "/any_chart" => AnyChartProxy.new === Rack app (like Sinatra) To *.ru file: run AnyChartProxy.new === Usage Proxy url is '/any_chart' == Copyright Copyright (c) 2010 Andrew Rudenko. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
any_chart_proxy-0.1.1 | README.rdoc |