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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 16 01:45:27 -0700 2008 | [korin] |
| |
README | Mon Aug 11 13:17:26 -0700 2008 | [korin] |
| |
Rakefile | Sun Jun 22 13:33:21 -0700 2008 | [korin] |
| |
app/ | Sat Aug 23 13:04:16 -0700 2008 | [korin] |
| |
config/ | Tue Jul 15 01:46:17 -0700 2008 | [korin] |
| |
db/ | Sun Jun 22 13:33:21 -0700 2008 | [korin] |
| |
doc/ | Sun Jun 22 13:33:21 -0700 2008 | [korin] |
| |
lib/ | Mon Jun 23 13:07:23 -0700 2008 | [korin] |
| |
nbproject/ | Sat Aug 23 13:04:16 -0700 2008 | [korin] |
| |
public/ | Sat Aug 23 13:04:16 -0700 2008 | [korin] |
| |
script/ | Sun Jun 22 13:33:21 -0700 2008 | [korin] |
| |
test/ | Mon Jul 14 05:48:12 -0700 2008 | [korin] |
| |
tmp/ | Mon Jun 23 13:07:23 -0700 2008 | [korin] |
| |
vendor/ | Sat Aug 23 13:04:16 -0700 2008 | [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.





