Skip to content

Commit

Permalink
Delete redis and actioncable
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoirenovel committed Oct 12, 2017
1 parent 8e6aa82 commit b2f63f7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ source 'https://rubygems.org'

gem 'rails', '5.0.0.1'

gem 'actioncable', '5.0.0.1'
gem 'redis'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ GEM
nokogiri (~> 1.5)
trollop (~> 2.1)
rdoc (4.3.0)
redis (3.3.3)
ref (2.0.0)
request_store (1.3.1)
responders (2.3.0)
Expand Down Expand Up @@ -672,7 +671,6 @@ PLATFORMS
ruby

DEPENDENCIES
actioncable (= 5.0.0.1)
active_model_serializers
apipie-rails
bootstrap-datepicker-rails
Expand Down Expand Up @@ -728,7 +726,6 @@ DEPENDENCIES
rack-mini-profiler
rails (= 5.0.0.1)
rails-controller-testing
redis
rest-client
rgeo-geojson
rspec-rails (~> 3.0)
Expand Down
5 changes: 0 additions & 5 deletions app/channels/application_cable/channel.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/channels/application_cable/connection.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/channels/notifications_channel.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
= javascript_include_tag 'application', 'data-turbolinks-track' => true
= csrf_meta_tags
= action_cable_meta_tag
%body
= render partial: 'layouts/support_navigator_banner'
#beta{ class: (Rails.env == 'production' ? '' : 'beta-staging') }
Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/new_application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
%meta{ name: "turbolinks-cache-control", content: "no-cache" }
%meta{ name: "viewport", content: "width=device-width, initial-scale=1" }
= csrf_meta_tags
= action_cable_meta_tag
%title
= t("dynamics.page_title")
Expand Down
3 changes: 0 additions & 3 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

require ::File.expand_path('../config/environment', __FILE__)

# Action Cable requires that all classes are loaded in advance
Rails.application.eager_load!

run Rails.application
2 changes: 0 additions & 2 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,4 @@

# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true

config.action_cable.url = "ws://localhost:3000/cable"
end

0 comments on commit b2f63f7

Please sign in to comment.