validation_sync 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d76e0ebef4820b514deda0bf1dfa67bb968116a5
4
- data.tar.gz: 6e6df3a6b7cd6fd6c8cb64943eccdde8824ad552
3
+ metadata.gz: 391b3601db9325448d2bf1f335d62e2c6ac2f97f
4
+ data.tar.gz: 2f4dae88c843894249c1e5c01d7e807008d98e2f
5
5
  SHA512:
6
- metadata.gz: 73f2e45538de52e687d1b060cb30e3705fa5152e7c3c1d159fc98aea9054d00ca577527e83c1e20cceafc9bd246d96aeff4966c01ae1ae5d85c1f8a571acdae3
7
- data.tar.gz: c203522a5801e91c2e06b5afc88c337cfaccaa89c7080be6ed9aa64472f132fc52d401b90d217022395ea1c7af7acbcc68876623976d10d135b009255b210788
6
+ metadata.gz: 353c2748ea53d53a7357334daa506f902b3638701e7f36deab7fbf1805c0e1286db17c5320d00ddcfcc8a22def1847510577c764c0399856e9f2d274966d6932
7
+ data.tar.gz: d94978907ba2408a4c8bb1b653607ab983d47469075cee2040565ee81e3be30847fe2514633a7b2756608150066484968ec14f5046eb78aac83915924496600f
@@ -10,5 +10,5 @@
10
10
  // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
11
  // about supported directives.
12
12
  //
13
- //= require_tree ../../../vendor/assets/javascripts/.
13
+ //= require jquery.validate.min
14
14
  //= require_tree .
@@ -1,3 +1,3 @@
1
1
  module ValidationSync
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
@@ -6343,3 +6343,88 @@ Started GET "/assets/validations.js?body=1" for 127.0.0.1 at 2014-02-10 17:23:25
6343
6343
 
6344
6344
 
6345
6345
  Started GET "/assets/validations.js?body=1" for 127.0.0.1 at 2014-02-10 17:23:27 -0500
6346
+
6347
+
6348
+ Started GET "/assets/validations.js?body=1" for 127.0.0.1 at 2014-02-10 17:37:24 -0500
6349
+
6350
+
6351
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6352
+ Processing by PostsController#edit as HTML
6353
+ Parameters: {"id"=>"1"}
6354
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
6355
+ Rendered posts/_form.html.erb (4.4ms)
6356
+ Rendered posts/edit.html.erb within layouts/application (26.1ms)
6357
+ Completed 200 OK in 68ms (Views: 62.2ms | ActiveRecord: 0.2ms)
6358
+
6359
+
6360
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6361
+
6362
+
6363
+ Started GET "/assets/validations.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6364
+
6365
+
6366
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6367
+
6368
+
6369
+ Started GET "/assets/jquery.validate.min.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6370
+
6371
+
6372
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6373
+
6374
+
6375
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6376
+
6377
+
6378
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6379
+
6380
+
6381
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:32 -0500
6382
+
6383
+
6384
+ Started GET "/assets/validation_sync.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:33 -0500
6385
+
6386
+
6387
+ Started PATCH "/posts/1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6388
+ Processing by PostsController#update as HTML
6389
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"lB1GKPTknkdOP5dKhpgkZIYHgKm4p7EqSeFJ8/lwIcM=", "post"=>{"title"=>"oijfi", "content"=>"e", "view_count"=>"123", "author_email"=>"feriuh"}, "commit"=>"Update Post", "id"=>"1"}
6390
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
6391
+  (0.1ms) begin transaction
6392
+ SQL (0.4ms) UPDATE "posts" SET "title" = ?, "updated_at" = ? WHERE "posts"."id" = 1 [["title", "oijfi"], ["updated_at", Mon, 10 Feb 2014 22:38:56 UTC +00:00]]
6393
+  (1.4ms) commit transaction
6394
+ Redirected to http://localhost:3000/posts/1
6395
+ Completed 302 Found in 6ms (ActiveRecord: 1.9ms)
6396
+
6397
+
6398
+ Started GET "/posts/1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6399
+ Processing by PostsController#show as HTML
6400
+ Parameters: {"id"=>"1"}
6401
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
6402
+ Rendered posts/show.html.erb within layouts/application (0.8ms)
6403
+ Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.1ms)
6404
+
6405
+
6406
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6407
+
6408
+
6409
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6410
+
6411
+
6412
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6413
+
6414
+
6415
+ Started GET "/assets/validations.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6416
+
6417
+
6418
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6419
+
6420
+
6421
+ Started GET "/assets/jquery.validate.min.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6422
+
6423
+
6424
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6425
+
6426
+
6427
+ Started GET "/assets/validation_sync.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
6428
+
6429
+
6430
+ Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2014-02-10 17:38:56 -0500
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: validation_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hackley
@@ -261,7 +261,6 @@ files:
261
261
  - spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145
262
262
  - spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
263
263
  - spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
264
- - spec/dummy/tmp/pids/server.pid
265
264
  - spec/features/form_validation_spec.rb
266
265
  - spec/helpers/form_helper_spec.rb
267
266
  - spec/spec_helper.rb
@@ -382,7 +381,6 @@ test_files:
382
381
  - spec/dummy/tmp/cache/assets/test/sprockets/d066c004d1fd26ae76a61303a7a18145
383
382
  - spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6
384
383
  - spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
385
- - spec/dummy/tmp/pids/server.pid
386
384
  - spec/features/form_validation_spec.rb
387
385
  - spec/helpers/form_helper_spec.rb
388
386
  - spec/spec_helper.rb
@@ -1 +0,0 @@
1
- 58956