summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-02-27 12:56:00 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2018-02-28 13:30:57 +0100
commitc9f78b61c4167029916dc475f0e3e2968a5b0dec (patch)
tree6b0d7968e7189656482ef56ae2bb4660b2209a31 /Gemfile
parent60d878d0a0bfd7ba89aae8fc7cf4dac6400fb58e (diff)
downloadecs-c9f78b61c4167029916dc475f0e3e2968a5b0dec.tar.gz
ecs-c9f78b61c4167029916dc475f0e3e2968a5b0dec.zip
Remove observers.
When using observers there is always an error only in production mode: vendor/bundle/ruby/2.3.0/gems/rails-observers-0.1.5/lib/rails/observers/action_controller/caching/sweeper.rb:3:in `<module:Caching>': uninitialized constant ActiveRecord::Observer (NameError) Running ECS on SLES12 with a mysql database works fine. Probably it's the fault of the pg adapter. The newest version is 1.0, but for that you need Rails 5.1.x. So we have to investigate when upgrading to Rails 5. See also: https://github.com/rails/rails/pull/31671
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3e7a501..b5a40ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,5 +41,4 @@ gem 'unicorn'
gem "pg"
gem "haml", "4.0.5"
gem "simple-navigation"
-gem 'rails-observers'
gem 'unicorn-rails'