remotty-rails 0.0.16 → 0.0.17

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
  SHA1:
3
- metadata.gz: e4625b903b25f73e34fb29955c89a0a9b4b314e0
4
- data.tar.gz: 591af7af1652d1395efe12be97de2cd300320656
3
+ metadata.gz: 0764b90de4e797aaa91433a67887e93e3bdf76ea
4
+ data.tar.gz: 632187899a1d5278d052945902f174f949d51127
5
5
  SHA512:
6
- metadata.gz: 789a0af50186438202fb84847d0d78b6927c96856ebb27da28c2a35a953565ead1a4868e6f233712ccb1ba1c616bf6f81f99e3b5d0331e3d44257024f6659ada
7
- data.tar.gz: 61c983330c0e4db52bbf1b315100b824fd3138d88a31e50454f3e0505c78e43f9f68fa05263e92fb0a877b68a3a363c61917108c5c06290248780ff6405339f6
6
+ metadata.gz: 91bead069771217f80599a76fe38e57c77645e74e5af74e78c8515f087cce17ca4336d2aeb43e86b18c7ed3e5eadf6a46ca8c88ef53c479788b768c3248f6f15
7
+ data.tar.gz: 3b9995d39f68dda2d2a073afd95833141ff4d87623c8e8ef0c2941529ee2c30cc3069173eda574c28440b2c62b6ae72d41a9d5b945634c046940761c646e1eeb
@@ -65,6 +65,9 @@ module Remotty::Rails
65
65
  end
66
66
  end
67
67
 
68
+ # Log filter
69
+ ::Rails.application.config.filter_parameters += [:password, :password_confirmation, :credit_card]
70
+
68
71
  # session for oauth/devise (no cookie)
69
72
  ::Rails.application.config.middleware.use Rack::Session::Pool
70
73
  ::Rails.application.config.middleware.use ActionDispatch::Session::CookieStore, :cookie_only => false, :defer => true
@@ -1,5 +1,5 @@
1
1
  module Remotty
2
2
  module Rails
3
- VERSION = '0.0.16'
3
+ VERSION = '0.0.17'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remotty-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chungsub Kim