Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ gem "sass-rails", "~> 6.0"
gem "font-awesome-rails", ">= 4.7.0.9"
gem "uglifier", ">= 1.3.0"

gem "coffee-rails", "~> 5.0"
gem "turbolinks", "~> 5"
gem "redcarpet"
gem "wicked_pdf", "1.4.0"
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
climate_control (1.2.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.4)
connection_pool (3.0.2)
crass (1.0.7)
Expand Down Expand Up @@ -429,7 +422,6 @@ DEPENDENCIES
aws-sdk-s3
bundler-audit
capybara (~> 3.40)
coffee-rails (~> 5.0)
concurrent-ruby (< 1.3.5)
dotenv-rails
fastruby-styleguide!
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
climate_control (1.2.0)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.4)
connection_pool (3.0.2)
crass (1.0.7)
Expand Down Expand Up @@ -429,7 +422,6 @@ DEPENDENCIES
aws-sdk-s3
bundler-audit
capybara (~> 3.40)
coffee-rails (~> 5.0)
concurrent-ruby (< 1.3.5)
dotenv-rails
fastruby-styleguide!
Expand Down
3 changes: 0 additions & 3 deletions app/assets/javascripts/home.coffee

This file was deleted.

2 changes: 2 additions & 0 deletions app/assets/javascripts/home.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.
Loading