CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 10:14:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091209054801
location: https://web.archive.org/web/20091209054801/https://github.com/pullmonkey/open_flash_chart
server-timing: captures_list;dur=0.944173, exclusion.robots;dur=0.021299, exclusion.robots.policy;dur=0.009933, esindex;dur=0.011364, cdx.remote;dur=7.390296, LoadShardBlock;dur=388.421206, PetaboxLoader3.resolve;dur=187.229279, PetaboxLoader3.datanode;dur=74.692270
x-app-server: wwwb-app210
x-ts: 302
x-tr: 423
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 23 Aug 2025 10:14:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 09 Dec 2009 05:47:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "cde008cc67f561ec72200702e6dd6bc9"
x-archive-orig-x-runtime: 77ms
x-archive-orig-content-length: 28159
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 09 Dec 2009 05:48:01 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 17 Sep 2009 16:56:05 GMT", ; rel="prev memento"; datetime="Sun, 04 Oct 2009 02:38:28 GMT", ; rel="memento"; datetime="Wed, 09 Dec 2009 05:48:01 GMT", ; rel="next memento"; datetime="Sun, 10 Jan 2010 00:45:02 GMT", ; rel="last memento"; datetime="Wed, 07 Aug 2024 20:25:51 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20091209023345_crawl100-c/51_13_20091209054706_crawl101.arc.gz
server-timing: captures_list;dur=0.665532, exclusion.robots;dur=0.026431, exclusion.robots.policy;dur=0.012036, esindex;dur=0.014191, cdx.remote;dur=9.408830, LoadShardBlock;dur=180.624295, PetaboxLoader3.datanode;dur=169.949951, PetaboxLoader3.resolve;dur=204.350147, load_resource;dur=227.359725
x-app-server: wwwb-app210
x-ts: 200
x-tr: 477
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
pullmonkey's open_flash_chart at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | The ruby on rails plugin for teethgrinder's Open Flash Chart (version 2) edit |
Homepage: | https://pullmonkey.com/projects/open_flash_chart2/ edit |
Public Clone URL: |
git://github.com/pullmonkey/open_flash_chart.git
Give this clone URL to anyone.
git clone git://github.com/pullmonkey/open_flash_chart.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:pullmonkey/open_flash_chart.git
|

Cory Ondrejka (author)
Thu Oct 29 17:58:35 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
MIT-LICENSE | Thu Jul 24 08:48:52 -0700 2008 | Initial commit [pullmonkey] |
![]() |
README | Mon Oct 26 16:00:25 -0700 2009 | note about json gem [cjsnide] |
![]() |
Rakefile | Thu Jul 24 08:48:52 -0700 2008 | Initial commit [pullmonkey] |
![]() |
assets/ | Thu Jan 08 12:50:06 -0800 2009 | bar clicking ability [pullmonkey] |
![]() |
init.rb | Fri Dec 19 06:41:30 -0800 2008 | Allows use of OFC in models without needing to ... [harryseldon] |
![]() |
install.rb | Fri Oct 24 20:44:29 -0700 2008 | copy over assets on plugin installation [dfl] |
![]() |
lib/ | Thu Oct 29 17:58:35 -0700 2009 | added type into areabase [Cory Ondrejka] |
![]() |
tasks/ | Thu Jul 24 08:48:52 -0700 2008 | Initial commit [pullmonkey] |
![]() |
test/ | Fri Nov 07 10:40:19 -0800 2008 | remove test app to separate it from the plugin [harryseldon] |
![]() |
uninstall.rb | Thu Jul 24 08:48:52 -0700 2008 | Initial commit [pullmonkey] |
README
OpenFlashChart Version 2.0.0 11/14/2008 ============== 1) rails ofc2_test_app 2) cd ofc2_test_app 3) script/plugin install git://github.com/pullmonkey/open_flash_chart.git 4) script/generate controller test_it 5) Add the following to the test_it_controller.rb in RAILS_ROOT/app/controllers: class TestItController < ApplicationController def index respond_to do |wants| wants.html { @graph = open_flash_chart_object( 600, 300, url_for( :action => 'index', :format => :json ) ) } wants.json { chart = OpenFlashChart.new( "MY TITLE" ) do |c| c << BarGlass.new( :values => (1..10).sort_by{rand} ) end render :text => chart, :layout => false } end end end 6) Add the following to index.html.erb in RAILS_ROOT/app/views/test_it/: <html> <head> <script type="text/javascript" src="/javascripts/swfobject.js"></script> </head> <body> <%= @graph %> </body> </html> 7) script/server 8) Let me know how it goes, thanks. Example ======= Example above and more to follow here - https://www.pullmonkey.com/projects/open_flash_chart Notes ====== The plugin breaks if the json gem is included, because of the way that the gem generates json vs the rails native json generator. Not tested, but klochner claims to have implemented a fix for it here - https://github.com/klochner/open_flash_chart/commit/00cf531387880af8c49ed5118737f0492b437f75 Copyright (c) 2008 PullMonkey, released under the MIT license
This feature is coming soon. Sit tight!