diff --git a/Gemfile b/Gemfile index 7e6f55f0..5fa745ba 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,6 @@ gem "will_paginate" gem "acts_as_list" gem "aasm", '~> 3.4.0' gem "htmlentities" -gem "swf_fu" gem "rails_autolink" gem 'puma', '~> 3.12' gem 'paperclip' @@ -39,6 +38,8 @@ gem 'paperclip' # To use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1.7' +gem 'chartjs-ror' + # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks # gem 'turbolinks' @@ -88,5 +89,3 @@ group :test do # get test coverage info on codeclimate gem "codeclimate-test-reporter", "1.0.7", group: :test, require: nil end - -gem 'chartjs-ror' diff --git a/app/assets/swfs/expressInstall.swf b/app/assets/swfs/expressInstall.swf deleted file mode 100644 index 0fbf8fca..00000000 Binary files a/app/assets/swfs/expressInstall.swf and /dev/null differ diff --git a/app/assets/swfs/open-flash-chart.swf b/app/assets/swfs/open-flash-chart.swf deleted file mode 100644 index 85b590a2..00000000 Binary files a/app/assets/swfs/open-flash-chart.swf and /dev/null differ diff --git a/app/views/stats/_chart.html.erb b/app/views/stats/_chart.html.erb deleted file mode 100644 index 2281dd2e..00000000 --- a/app/views/stats/_chart.html.erb +++ /dev/null @@ -1,2 +0,0 @@ -<% @swf_count ||= 0 -%> -
diff --git a/app/views/stats/index.html.erb b/app/views/stats/index.html.erb index ebb780fa..44c4f458 100644 --- a/app/views/stats/index.html.erb +++ b/app/views/stats/index.html.erb @@ -1,5 +1,3 @@ -<%= javascript_include_tag "swf_fu" %> -