Changeset 82152
- Timestamp:
- 08/08/11 19:50:45 (4 years ago)
- Location:
- branches/gsoc11-statistics/stats-server
- Files:
-
- 4 edited
-
Gemfile (modified) (1 diff)
-
Gemfile.lock (modified) (3 diffs)
-
app/helpers/application_helper.rb (modified) (1 diff)
-
app/views/layouts/application.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gsoc11-statistics/stats-server/Gemfile
r80511 r82152 8 8 gem 'sqlite3' 9 9 gem 'json' 10 gem 'googlecharts'11 10 gem 'will_paginate', '>= 3.0.pre2' 11 gem 'gvis', :git => 'git://github.com/jeremyolliver/gvis.git' 12 12 13 13 # Use unicorn as the web server -
branches/gsoc11-statistics/stats-server/Gemfile.lock
r80511 r82152 1 GIT 2 remote: git://github.com/jeremyolliver/gvis.git 3 revision: 018819a0e0a974eafc38f2c87d214d37f4fb27ab 4 specs: 5 gvis (2.0.3) 6 json 7 1 8 GEM 2 9 remote: http://rubygems.org/ … … 33 40 erubis (2.6.6) 34 41 abstract (>= 1.0.0) 35 googlecharts (1.6.7)36 42 i18n (0.5.0) 37 43 json (1.5.3) … … 75 81 76 82 DEPENDENCIES 77 g ooglecharts83 gvis! 78 84 json 79 85 rails (= 3.0.9) -
branches/gsoc11-statistics/stats-server/app/helpers/application_helper.rb
r80511 r82152 1 1 module ApplicationHelper 2 include GoogleVisualization 2 3 end -
branches/gsoc11-statistics/stats-server/app/views/layouts/application.html.erb
r80511 r82152 6 6 <%= javascript_include_tag :defaults %> 7 7 <%= csrf_meta_tag %> 8 <%= include_visualization_api %> 9 <%= render_visualizations %> 8 10 </head> 9 11 <body>
Note: See TracChangeset
for help on using the changeset viewer.

