CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 02:34:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090918094808
location: https://web.archive.org/web/20090918094808/https://github.com/pullmonkey/open_flash_chart/tree
server-timing: captures_list;dur=0.793731, exclusion.robots;dur=0.032456, exclusion.robots.policy;dur=0.019321, esindex;dur=0.012519, cdx.remote;dur=4.727500, LoadShardBlock;dur=727.372583, PetaboxLoader3.datanode;dur=110.113142, PetaboxLoader3.resolve;dur=79.744695
x-app-server: wwwb-app200
x-ts: 302
x-tr: 769
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; 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: Fri, 22 Aug 2025 02:34:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Fri, 18 Sep 2009 09:48:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2fb854d182e8dfb2a975475c3f4f1630"
x-archive-orig-x-runtime: 716ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 27051
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 18 Sep 2009 09:48:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 19 Sep 2008 15:26:08 GMT", ; rel="prev memento"; datetime="Sun, 24 May 2009 03:17:56 GMT", ; rel="memento"; datetime="Fri, 18 Sep 2009 09:48:08 GMT", ; rel="next memento"; datetime="Sun, 11 Oct 2009 08:01:40 GMT", ; rel="last memento"; datetime="Sat, 03 Apr 2010 03:19:19 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: 52_11_20090918090835_crawl103.gpg-c/52_11_20090918094729_crawl101.arc.gz
server-timing: captures_list;dur=0.677953, exclusion.robots;dur=0.033170, exclusion.robots.policy;dur=0.020111, esindex;dur=0.011196, cdx.remote;dur=4.245716, LoadShardBlock;dur=139.418663, PetaboxLoader3.datanode;dur=109.921199, PetaboxLoader3.resolve;dur=175.896673, load_resource;dur=188.843180
x-app-server: wwwb-app200
x-ts: 200
x-tr: 413
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
|
name | age | message | |
---|---|---|---|
![]() |
MIT-LICENSE | Thu Jul 24 08:48:52 -0700 2008 | Initial commit [pullmonkey] |
![]() |
README | Fri Nov 14 19:56:51 -0800 2008 | Add version to README [pullmonkey] |
![]() |
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/ | Mon Apr 20 14:30:32 -0700 2009 | really isn't any support for noscript in the ne... [pullmonkey] |
![]() |
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 Copyright (c) 2008 PullMonkey, released under the MIT license
This feature is coming soon. Sit tight!