mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
#1153: Remove the last of Flash charts
This commit is contained in:
parent
b040dfce51
commit
61ed4c33f3
5 changed files with 2 additions and 7 deletions
5
Gemfile
5
Gemfile
|
|
@ -31,7 +31,6 @@ gem "will_paginate"
|
||||||
gem "acts_as_list"
|
gem "acts_as_list"
|
||||||
gem "aasm", '~> 3.4.0'
|
gem "aasm", '~> 3.4.0'
|
||||||
gem "htmlentities"
|
gem "htmlentities"
|
||||||
gem "swf_fu"
|
|
||||||
gem "rails_autolink"
|
gem "rails_autolink"
|
||||||
gem 'puma', '~> 3.12'
|
gem 'puma', '~> 3.12'
|
||||||
gem 'paperclip'
|
gem 'paperclip'
|
||||||
|
|
@ -39,6 +38,8 @@ gem 'paperclip'
|
||||||
# To use ActiveModel has_secure_password
|
# To use ActiveModel has_secure_password
|
||||||
gem 'bcrypt', '~> 3.1.7'
|
gem 'bcrypt', '~> 3.1.7'
|
||||||
|
|
||||||
|
gem 'chartjs-ror'
|
||||||
|
|
||||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||||
# gem 'turbolinks'
|
# gem 'turbolinks'
|
||||||
|
|
||||||
|
|
@ -88,5 +89,3 @@ group :test do
|
||||||
# get test coverage info on codeclimate
|
# get test coverage info on codeclimate
|
||||||
gem "codeclimate-test-reporter", "1.0.7", group: :test, require: nil
|
gem "codeclimate-test-reporter", "1.0.7", group: :test, require: nil
|
||||||
end
|
end
|
||||||
|
|
||||||
gem 'chartjs-ror'
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,2 +0,0 @@
|
||||||
<% @swf_count ||= 0 -%>
|
|
||||||
<div class="open-flash-chart"></div>
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
<%= javascript_include_tag "swf_fu" %>
|
|
||||||
|
|
||||||
<div class="stats_content">
|
<div class="stats_content">
|
||||||
<h2><%= t('stats.totals') %></h2>
|
<h2><%= t('stats.totals') %></h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue