GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: sample rails app and plugin for open flash chart 2 (alpha 7)
Clone URL: git://github.com/korin/open_flash_chart_2.git
name age message
file .gitignore Wed Jul 16 01:45:27 -0700 2008 add code viewer, repair broken links, clean a b... [korin]
file README Mon Aug 11 13:17:26 -0700 2008 change README file, update install instructions [korin]
file Rakefile Sun Jun 22 13:33:21 -0700 2008 init application [korin]
directory app/ Sat Aug 23 13:04:16 -0700 2008 add a example of inline chart [korin]
directory config/ Tue Jul 15 01:46:17 -0700 2008 remove json, there is no need freeze that game [korin]
directory db/ Sun Jun 22 13:33:21 -0700 2008 init application [korin]
directory doc/ Sun Jun 22 13:33:21 -0700 2008 init application [korin]
directory lib/ Mon Jun 23 13:07:23 -0700 2008 commit [korin]
directory nbproject/ Sat Aug 23 13:04:16 -0700 2008 add a example of inline chart [korin]
directory public/ Sat Aug 23 13:04:16 -0700 2008 add a example of inline chart [korin]
directory script/ Sun Jun 22 13:33:21 -0700 2008 init application [korin]
directory test/ Mon Jul 14 05:48:12 -0700 2008 check plugin for missing code, add examples [korin]
directory tmp/ Mon Jun 23 13:07:23 -0700 2008 commit [korin]
directory vendor/ Sat Aug 23 13:04:16 -0700 2008 add a example of inline chart [korin]
README
About
=====================================
open flash chart 2 sample application
it's simple way to get working application with open flash chart 2 plugin.

NOTE:
sample application is using haml
  gem install haml
plugin is using json
  gem install json

Details
=====================================
Go to openflashchart2.sentor.pl for details

Get sample application
=====================================
Grab whole sample application:
go to directory where you want create sample application
    git clone git://github.com/korin/open_flash_chart_2.git
install plugin (instruction is above)
customize database.yml
customize what you want ;)

Install plugin
=====================================
get only plugin to existing application:
go to plugins directory
    cd vendor/plugins
clone git repo to open_flash_chart_2 directory
    git clone git://github.com/korin/open_flash_chart_2_plugin.git open_flash_chart_2
go to main rails directory
    cd ../..
install it using rake command
    rake open_flash_chart_2:install

Help
=====================================
Looking for help?
try:
home page: http://openflashchart2.sentor.pl/infos
google groups: http://groups.google.com/group/OpenFlashChart2
or email to me: lisukorin@gmail.com,
  don't forget write 'open flash chart' in subject or my mail client wil treat your message as spam.