customer_vault 0.0.3 → 0.0.4

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: 82f4c77754fbd8b0b801b493cbebe105e0701430
4
- data.tar.gz: 92ff6775e3d8bf111922c3ee1b5af4d6b5edc7b8
3
+ metadata.gz: f27110c2f1b43dbe3fe7020150a83cee45314640
4
+ data.tar.gz: 6afc22a00c5e45585e0f8beba1a11dc84fb53678
5
5
  SHA512:
6
- metadata.gz: ef7a321f452a0c10a4a4cf1b7a9474ccb3e5405dc49a224968edd6bde8a94f64a0ec3339ef566830e6b02dd915907e693b14ae30f62e0df4d29e958e2c326a68
7
- data.tar.gz: 30000f4d0f4b7a2b136f6a400d7ade48f2578f1ab3e56879a083a8434e76d409c6eb254387bd92063405a78fb3a89c77b4148f99b959ac473f46c40dacf837d5
6
+ metadata.gz: 5efcd7fc2cceaa8d6f79181ee6ed254e9fa82201ed2ac343b3e65eede8c59aefa25b2e82401a223e9e01d9fc944cd3f43182eb6b4eaeb36a2589490d8ae04bf3
7
+ data.tar.gz: c487cc199edac7c4e16df8a552ddd58d4f99cf4dea499262858a477022028774cc62749f02722231af1793f1c2ea9a5ba7e43fabd9b79b19aacdb197b5585e9c
@@ -1,5 +1,4 @@
1
1
  module CustomerVault
2
- class ApplicationController < ActionController::Base
3
- layout 'layouts/application'
2
+ class ApplicationController < ::ApplicationController
4
3
  end
5
4
  end
@@ -1,3 +1,3 @@
1
1
  module CustomerVault
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -1204,3 +1204,263 @@ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 20
1204
1204
 
1205
1205
 
1206
1206
  Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:05:29 +0200
1207
+
1208
+
1209
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1210
+ Processing by CustomerVault::PeopleController#index as HTML
1211
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1212
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1213
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1214
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1215
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (37.1ms)
1216
+ Completed 200 OK in 120ms (Views: 102.2ms | ActiveRecord: 1.3ms)
1217
+
1218
+
1219
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1220
+
1221
+
1222
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1223
+
1224
+
1225
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1226
+
1227
+
1228
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1229
+
1230
+
1231
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1232
+
1233
+
1234
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1235
+
1236
+
1237
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1238
+
1239
+
1240
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1241
+
1242
+
1243
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1244
+
1245
+
1246
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1247
+
1248
+
1249
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1250
+
1251
+
1252
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1253
+
1254
+
1255
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1256
+
1257
+
1258
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:14:04 +0200
1259
+
1260
+
1261
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1262
+ Processing by CustomerVault::PeopleController#index as HTML
1263
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1264
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1265
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1266
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1267
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (12.5ms)
1268
+ Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.6ms)
1269
+
1270
+
1271
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1272
+
1273
+
1274
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1275
+
1276
+
1277
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1278
+
1279
+
1280
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1281
+
1282
+
1283
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1284
+
1285
+
1286
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1287
+
1288
+
1289
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1290
+
1291
+
1292
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1293
+
1294
+
1295
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1296
+
1297
+
1298
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1299
+
1300
+
1301
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1302
+
1303
+
1304
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1305
+
1306
+
1307
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1308
+
1309
+
1310
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:14:37 +0200
1311
+
1312
+
1313
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1314
+ Processing by CustomerVault::PeopleController#index as HTML
1315
+  (0.2ms) SELECT COUNT(*) FROM "customer_vault_people"
1316
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1317
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1318
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1319
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.4ms)
1320
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms)
1321
+
1322
+
1323
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1324
+
1325
+
1326
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1327
+
1328
+
1329
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1330
+
1331
+
1332
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1333
+
1334
+
1335
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1336
+
1337
+
1338
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1339
+
1340
+
1341
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1342
+
1343
+
1344
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1345
+
1346
+
1347
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1348
+
1349
+
1350
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1351
+
1352
+
1353
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1354
+
1355
+
1356
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1357
+
1358
+
1359
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1360
+
1361
+
1362
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:14:41 +0200
1363
+
1364
+
1365
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:14:44 +0200
1366
+ Processing by CustomerVault::PeopleController#index as HTML
1367
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1368
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1369
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1370
+ CustomerVault::Person Load (0.2ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1371
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (2.4ms)
1372
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms)
1373
+
1374
+
1375
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1376
+
1377
+
1378
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1379
+
1380
+
1381
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1382
+
1383
+
1384
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1385
+
1386
+
1387
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1388
+
1389
+
1390
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1391
+
1392
+
1393
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1394
+
1395
+
1396
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1397
+
1398
+
1399
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1400
+
1401
+
1402
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1403
+
1404
+
1405
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1406
+
1407
+
1408
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1409
+
1410
+
1411
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1412
+
1413
+
1414
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:14:45 +0200
1415
+
1416
+
1417
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1418
+ Processing by CustomerVault::PeopleController#index as HTML
1419
+  (0.1ms) SELECT COUNT(*) FROM "customer_vault_people"
1420
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1421
+ CACHE (0.0ms) SELECT COUNT(*) FROM "customer_vault_people"
1422
+ CustomerVault::Person Load (0.1ms) SELECT "customer_vault_people".* FROM "customer_vault_people"
1423
+ Rendered /Users/benoit/Sources/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (12.2ms)
1424
+ Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.6ms)
1425
+
1426
+
1427
+ Started GET "/assets/customer_vault/application.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1428
+
1429
+
1430
+ Started GET "/assets/bootstrap-theme.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1431
+
1432
+
1433
+ Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1434
+
1435
+
1436
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1437
+
1438
+
1439
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1440
+
1441
+
1442
+ Started GET "/assets/customer_vault/corporations.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1443
+
1444
+
1445
+ Started GET "/assets/customer_vault/people.css?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1446
+
1447
+
1448
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1449
+
1450
+
1451
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1452
+
1453
+
1454
+ Started GET "/assets/customer_vault/corporations.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1455
+
1456
+
1457
+ Started GET "/assets/customer_vault/people.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1458
+
1459
+
1460
+ Started GET "/assets/customer_vault/application.js?body=1" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1461
+
1462
+
1463
+ Started GET "/assets/customer_vault/icons/people-48.png" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
1464
+
1465
+
1466
+ Started GET "/assets/customer_vault/icons/add_person-64.png" for 127.0.0.1 at 2014-10-13 10:14:54 +0200
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: customer_vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - AGILiDEE
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
327
327
  version: '0'
328
328
  requirements: []
329
329
  rubyforge_project:
330
- rubygems_version: 2.1.11
330
+ rubygems_version: 2.0.14
331
331
  signing_key:
332
332
  specification_version: 4
333
333
  summary: Customer Relationship Management engine for Dorsale