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
korin (author)
Thu Oct 02 13:30:20 -0700 2008
commit  7a6e33c986594ece9d948001410ed0d118973306
tree    d6c3180a125156296aaeafd0313733118c671dff
parent  51b4f0c4e76542169cf9b416e35bc1c2311f3e91
100644 45 lines (38 sloc) 1.281 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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.