rails-client-logger 1.1.0 → 1.1.1

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: ec17c51fc62e6296c349ed741b377376eda5f3ed
4
- data.tar.gz: e7a55613aec1b7ced63c720a581d19537e947063
3
+ metadata.gz: a4f9ef5e3989ae29393e339f70f64b887c06123a
4
+ data.tar.gz: 9b8ede1d00a09d330734bf7d4e8560f243a077e4
5
5
  SHA512:
6
- metadata.gz: 20c584e85e52d9eeb873ec66c6e438f03aad8f6c1d34fc218050b17cfbe3e8e295c47f15b027c40756ba4ff9084fa4f0cfe0cd1c2b13427d932b697875d8400a
7
- data.tar.gz: 4c4e6ac8b761b21b1f5274e965570aa0324909168d742cad22d673b109498453dc49542ec6180ad02cc7507c9386bd1ff7faffddb7b87a90c0498663348a9283
6
+ metadata.gz: 580f826c1bf4109fd466b3f01a6fdc76765f4b9611f9265ac973af497ead70720f5aefe8ed1c439f159f935960b2b8688c81c17d332f6c87a02eab3932bf56fb
7
+ data.tar.gz: 7f9554e067b4dcabdd68c0d3314544ef9c62d0455f25fc4d5272a31d66a9c6245b507d8e4faed08699907432f6a8f44874216fa013f2ec9c34fa19c52f9adbd7
data/README.md CHANGED
@@ -63,7 +63,7 @@ Log all unhandled javascript errors:
63
63
 
64
64
  ```javascript
65
65
  window.onerror = function (message, url, line_number) {
66
- jsLogger.fatal("Uncaught errror in: " + url + ":" + line_number + "\nDetails: " + message);
66
+ jsLogger.fatal("Uncaught error in: " + url + ":" + line_number + "\nDetails: " + message);
67
67
  };
68
68
  ```
69
69
 
@@ -88,7 +88,7 @@ The gem uses a controller to send messages to the server, in some cases you may
88
88
  2. Add a new route in `routes.rb`
89
89
 
90
90
  ```ruby
91
- match 'logger/rails_client_logger/log' => 'logger#log'
91
+ match 'logger/rails_client_logger/log' => 'logger#log', via: :post
92
92
  mount RailsClientLogger::Engine, :at => "logger"
93
93
  ```
94
94
 
@@ -1,3 +1,3 @@
1
1
  module RailsClientLogger
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-client-logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Girish Sonawane
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-05 00:00:00.000000000 Z
12
+ date: 2016-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -97,7 +97,6 @@ files:
97
97
  - test/dummy/config/locales/en.yml
98
98
  - test/dummy/config/routes.rb
99
99
  - test/dummy/db/test.sqlite3
100
- - test/dummy/log/test.log
101
100
  - test/dummy/public/404.html
102
101
  - test/dummy/public/422.html
103
102
  - test/dummy/public/500.html
@@ -155,7 +154,6 @@ test_files:
155
154
  - test/dummy/config/routes.rb
156
155
  - test/dummy/config.ru
157
156
  - test/dummy/db/test.sqlite3
158
- - test/dummy/log/test.log
159
157
  - test/dummy/public/404.html
160
158
  - test/dummy/public/422.html
161
159
  - test/dummy/public/500.html
@@ -1,10 +0,0 @@
1
-  (0.3ms) begin transaction
2
- ------------------------------------------------------
3
- JsLogger::JsLoggersControllerTest: test_should_get_log
4
- ------------------------------------------------------
5
-  (0.1ms) rollback transaction
6
-  (0.0ms) begin transaction
7
- ------------------------
8
- JsLoggerTest: test_truth
9
- ------------------------
10
-  (0.0ms) rollback transaction