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 Thu Oct 02 12:27:52 -0700 2008 ad nbproject folder to .gitignore [korin]
file README Sun Sep 07 23:17:06 -0700 2008 google group and trac site were removed, so I r... [korin]
file Rakefile Sun Jun 22 13:33:21 -0700 2008 init application [korin]
directory app/ Thu Oct 02 13:30:20 -0700 2008 change includes stylesheet and javascripts in l... [korin]
directory config/ Thu Oct 02 12:26:32 -0700 2008 move to rails 2.1.1 and use haml as a gem not p... [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 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]
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
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.