wco_models 3.1.0.284 → 3.1.0.285

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3cb1ecd7199dc69284f536be5e677c6f9f11adffa4f7241d17120d7e4879a97
4
- data.tar.gz: 683427ed5cb7b7dc26dd8746a77ba1120a6bf4da263f4884c5042c0dbcf800f5
3
+ metadata.gz: 84b99dbc33ea76afa2c6fb0d875701c72052323adbd7b816c23f1064d7f96d19
4
+ data.tar.gz: 6700451bd366af23aa75496abb0b2a88baa9335c6b854f390419b139652d7d13
5
5
  SHA512:
6
- metadata.gz: 51c34c30ac09071bf026ccf065fba1e1bcbe734ae6ddc9d1b8388d87017f3afa2f8979f461108a62b1caa8de3f90972d5aa2ac6baedb11e3df268d2a1e6ef122
7
- data.tar.gz: f1c9965e2b84b30ad72110d4c8a8c386b21ab488f2fbd5078ff2f8cbc088a58ddfa065b4108145ef1365d11e687120a52915ee210dae030a9451e58cc16416ce
6
+ metadata.gz: 0c89586522140b8bd2435370d11b362b17f53c1cda8823269c70a17ac1c66ce853efdca08a5f3f2c551d25b74e30873fa0c97b86dd67f049ffe59c0117a50a7b
7
+ data.tar.gz: 30a3da9fbf777b71325889a0a0dad473d76fdd12598a0b58a9018512c8ecf9da21d1f15b1cb212a107a8b0d043e8396920174bede074b4b542d10e497f0a4509
@@ -13,7 +13,7 @@ require_relative '../../../lib/shortcuts'
13
13
 
14
14
  class Wco::ApplicationController < ActionController::Base
15
15
  include Wco::ApplicationHelper
16
- rescue_from Exception, with: :exception_notifier if Rails.env.production?
16
+ # rescue_from Exception, with: :exception_notifier if Rails.env.production?
17
17
 
18
18
  check_authorization
19
19
 
@@ -21,7 +21,8 @@ class Wco::ApplicationController < ActionController::Base
21
21
  before_action :set_lists
22
22
 
23
23
  def error
24
- throw 'uncaught error'
24
+ raise "test exception notifier"
25
+ out = 5 / 0
25
26
  end
26
27
 
27
28
  def home
@@ -1,5 +1,9 @@
1
1
  # encoding: utf-8
2
2
 
3
+ ##
4
+ ## test:
5
+ ## WcoEmail::ApplicationMailer.test_email.deliver_now
6
+ ##
3
7
  class WcoEmail::ApplicationMailer < ActionMailer::Base
4
8
 
5
9
  default from: 'WasyaCo Consulting <no-reply@wasya.co>'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.284
4
+ version: 3.1.0.285
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev