quaderno 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/Gemfile +6 -7
  2. data/Gemfile.lock +0 -9
  3. data/README.md +6 -2
  4. data/VERSION +1 -1
  5. data/build_install.sh +1 -1
  6. data/changelog.md +4 -0
  7. data/lib/quaderno-ruby/base.rb +10 -2
  8. data/lib/quaderno-ruby/behavior/crud.rb +0 -1
  9. data/lib/quaderno-ruby.rb +0 -2
  10. data/quaderno.gemspec +6 -25
  11. data/test/fixtures/quaderno_cassettes/all_contacts.yml +23 -18
  12. data/test/fixtures/quaderno_cassettes/all_estimates.yml +35 -18
  13. data/test/fixtures/quaderno_cassettes/all_expenses.yml +38 -18
  14. data/test/fixtures/quaderno_cassettes/all_invoices.yml +35 -29
  15. data/test/fixtures/quaderno_cassettes/all_items.yml +17 -12
  16. data/test/fixtures/quaderno_cassettes/all_webhooks.yml +84 -68
  17. data/test/fixtures/quaderno_cassettes/deleted_contact.yml +81 -62
  18. data/test/fixtures/quaderno_cassettes/deleted_estimate.yml +96 -62
  19. data/test/fixtures/quaderno_cassettes/deleted_expense.yml +99 -62
  20. data/test/fixtures/quaderno_cassettes/deleted_invoice.yml +96 -73
  21. data/test/fixtures/quaderno_cassettes/deleted_item.yml +49 -37
  22. data/test/fixtures/quaderno_cassettes/deleted_webhook.yml +100 -80
  23. data/test/fixtures/quaderno_cassettes/delivered_estimate.yml +66 -45
  24. data/test/fixtures/quaderno_cassettes/delivered_invoice.yml +66 -56
  25. data/test/fixtures/quaderno_cassettes/found_contact.yml +39 -30
  26. data/test/fixtures/quaderno_cassettes/found_estimate.yml +55 -32
  27. data/test/fixtures/quaderno_cassettes/found_expense.yml +62 -30
  28. data/test/fixtures/quaderno_cassettes/found_invoice.yml +58 -42
  29. data/test/fixtures/quaderno_cassettes/found_item.yml +33 -24
  30. data/test/fixtures/quaderno_cassettes/found_webhook.yml +50 -40
  31. data/test/fixtures/quaderno_cassettes/new_contact.yml +19 -12
  32. data/test/fixtures/quaderno_cassettes/new_estimate.yml +61 -44
  33. data/test/fixtures/quaderno_cassettes/new_expense.yml +99 -62
  34. data/test/fixtures/quaderno_cassettes/new_invoice.yml +61 -44
  35. data/test/fixtures/quaderno_cassettes/new_item.yml +19 -12
  36. data/test/fixtures/quaderno_cassettes/new_webhook.yml +34 -28
  37. data/test/fixtures/quaderno_cassettes/paid_expense.yml +57 -30
  38. data/test/fixtures/quaderno_cassettes/paid_invoice.yml +54 -41
  39. data/test/fixtures/quaderno_cassettes/rate_limit.yml +14 -10
  40. data/test/fixtures/quaderno_cassettes/unpay_an_expense.yml +73 -43
  41. data/test/fixtures/quaderno_cassettes/unpay_an_invoice.yml +70 -54
  42. data/test/fixtures/quaderno_cassettes/updated_contact.yml +42 -30
  43. data/test/fixtures/quaderno_cassettes/updated_estimate.yml +84 -57
  44. data/test/fixtures/quaderno_cassettes/updated_expense.yml +81 -56
  45. data/test/fixtures/quaderno_cassettes/updated_invoice.yml +84 -57
  46. data/test/fixtures/quaderno_cassettes/updated_item.yml +36 -24
  47. data/test/fixtures/quaderno_cassettes/updated_webhook.yml +69 -55
  48. data/test/helper.rb +12 -12
  49. data/test/unit/test_quaderno_contacts.rb +4 -3
  50. data/test/unit/test_quaderno_estimates.rb +2 -1
  51. data/test/unit/test_quaderno_expenses.rb +3 -2
  52. data/test/unit/test_quaderno_invoices.rb +3 -2
  53. data/test/unit/test_quaderno_items.rb +4 -3
  54. data/test/unit/test_quaderno_webhooks.rb +4 -3
  55. metadata +10 -94
  56. data/quaderno-1.0.0.gem +0 -0
  57. data/quaderno-1.1.0.gem +0 -0
  58. data/quaderno-1.1.2.gem +0 -0
  59. data/quaderno-1.2.0.gem +0 -0
@@ -2,86 +2,98 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/contacts.json
5
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/contacts.json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  authorization:
11
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
11
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
12
12
  response:
13
13
  status:
14
14
  code: 200
15
- message: OK
15
+ message: ! 'OK '
16
16
  headers:
17
17
  x-ratelimit-limit:
18
- - '1000'
18
+ - '2000'
19
19
  x-ratelimit-remaining:
20
- - '893'
20
+ - '1981'
21
+ x-pages-currentpage:
22
+ - '1'
23
+ x-pages-totalpages:
24
+ - '1'
21
25
  content-type:
22
26
  - application/json; charset=utf-8
23
27
  x-ua-compatible:
24
28
  - IE=Edge
25
29
  etag:
26
- - ! '"b40453602ac7193432d0bede80334a42"'
30
+ - ! '"71b79c1b45cfb58a71172c277dd004b5"'
27
31
  cache-control:
28
32
  - max-age=0, private, must-revalidate
29
33
  x-request-id:
30
- - b299be8d27f0e635c7e65737b0c1c35f
34
+ - 492a255637e464db1ef06a1625c51c35
31
35
  x-runtime:
32
- - '0.138536'
36
+ - '0.287592'
37
+ server:
38
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
39
+ date:
40
+ - Tue, 04 Feb 2014 14:39:44 GMT
41
+ content-length:
42
+ - '1879'
33
43
  connection:
34
44
  - close
35
- server:
36
- - thin 1.5.0 codename Knife
37
45
  body:
38
46
  encoding: US-ASCII
39
- string: ! '[{"id":3,"kind":"company","full_name":"100-499","contact_name":"","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/3"},{"id":6,"kind":"company","full_name":"ACME","contact_name":"","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/6"},{"id":7,"kind":"company","full_name":"Paco","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":null,"web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/7"},{"id":1,"kind":"company","full_name":"Recrea
40
- Systems, SLU","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"ES","phone_1":null,"phone_2":null,"fax":null,"email":"info@recreahq.com","web":null,"discount":null,"tax_id":"B35635648","bank_account":null,"language":"ES","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/1"},{"id":5,"kind":"company","full_name":"Stark
41
- Industries","contact_name":"Tony","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/5"},{"id":2,"kind":"company","full_name":"Test_OCP","contact_name":"","street_line_1":"C/Bernardo
42
- de la Torre n\u00ba 104","street_line_2":"apartamento 201","postal_code":"35007","city":"Las
43
- Palmas de Gran Canaria","region":"Las Palmas","country":"ES","phone_1":"653157684","phone_2":"653157684","fax":"","email":"dont@stop.believing","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/2"},{"id":4,"kind":"person","first_name":"Test_OCP","last_name":"Doe","full_name":"Test_OCP
44
- Doe","street_line_1":"Bernardo de la Torre 104","street_line_2":"","postal_code":"35007","city":"Las
45
- Palmas de Gran Canaria","region":"Las Palmas","country":"ES","phone_1":"653157684","phone_2":"653157684","fax":"","email":"dont@stop.believing","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/4"},{"id":12,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/12"},{"id":15,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/15"},{"id":8,"kind":"company","full_name":"Toby","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":null,"web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/8"}]'
47
+ string: ! '[{"id":2,"kind":"company","full_name":"Another Test Contact","contact_name":"","street_line_1":"Kamiya
48
+ Kashin Ryu no Dojo","street_line_2":"","postal_code":"876-0854","city":"Tokyo","region":"Tokyo","country":"JP","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","language":"EN","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/2"},{"id":1,"kind":"company","full_name":"API
49
+ Test Contact","contact_name":"","street_line_1":"Evergreen Terrace","street_line_2":"","postal_code":"K0A
50
+ 1B0","city":"Springfield","region":"Canada","country":"ES","phone_1":"","phone_2":"","fax":"","email":"dummy@email.test","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/1"},{"id":4,"kind":"company","full_name":"Test_OCP","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"dont@stop.believing","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/4"},{"id":6,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/6"},{"id":3,"kind":"company","full_name":"TSM","contact_name":"Reginald","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"reggie@tsm.com","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/3"}]'
46
51
  http_version: '1.1'
47
- recorded_at: Tue, 14 May 2013 10:47:51 GMT
52
+ recorded_at: Tue, 04 Feb 2014 14:39:44 GMT
48
53
  - request:
49
54
  method: put
50
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/contacts/7.json
55
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/contacts/4.json
51
56
  body:
52
57
  encoding: US-ASCII
53
58
  string: first_name=Test_OCP&email=dont%40stop.believing
54
59
  headers:
55
60
  authorization:
56
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
61
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
57
62
  response:
58
63
  status:
59
64
  code: 200
60
- message: OK
65
+ message: ! 'OK '
61
66
  headers:
62
67
  x-ratelimit-limit:
63
- - '1000'
68
+ - '2000'
64
69
  x-ratelimit-remaining:
65
- - '892'
70
+ - '1980'
66
71
  content-type:
67
72
  - application/json; charset=utf-8
68
73
  x-ua-compatible:
69
74
  - IE=Edge
70
75
  etag:
71
- - ! '"9f7ac2399ac365c34b952df5eedd9c97"'
76
+ - ! '"b1f55fcc9e56788fbbf74d65d0653a7e"'
72
77
  cache-control:
73
78
  - max-age=0, private, must-revalidate
74
79
  x-request-id:
75
- - fe467992883e02ec70996ebb5b046632
80
+ - 0df9c44f7b08e214932c3d97966cc751
76
81
  x-runtime:
77
- - '0.622818'
82
+ - '0.336462'
83
+ server:
84
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
85
+ date:
86
+ - Tue, 04 Feb 2014 14:39:44 GMT
87
+ content-length:
88
+ - '366'
78
89
  connection:
79
90
  - close
80
- server:
81
- - thin 1.5.0 codename Knife
91
+ set-cookie:
92
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRkkiJTk3YjgwYzY4YTZiZmM1ZjZmZjUwZDc0ZjJlZTJhYWFmBjsAVA%3D%3D--d8d2e91f19e7314543de83256eed6f520fecf5f5;
93
+ path=/; HttpOnly
82
94
  body:
83
95
  encoding: US-ASCII
84
- string: ! '{"id":7,"kind":"company","full_name":"Test_OCP","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"dont@stop.believing","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/7"}'
96
+ string: ! '{"id":4,"kind":"company","full_name":"Test_OCP","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"dont@stop.believing","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/4"}'
85
97
  http_version: '1.1'
86
- recorded_at: Tue, 14 May 2013 10:47:52 GMT
98
+ recorded_at: Tue, 04 Feb 2014 14:39:44 GMT
87
99
  recorded_with: VCR 2.3.0
@@ -2,164 +2,191 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/contacts.json
5
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/contacts.json
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
10
  authorization:
11
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
11
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
12
12
  response:
13
13
  status:
14
14
  code: 200
15
- message: OK
15
+ message: ! 'OK '
16
16
  headers:
17
17
  x-ratelimit-limit:
18
- - '1000'
18
+ - '2000'
19
19
  x-ratelimit-remaining:
20
- - '879'
20
+ - '1967'
21
+ x-pages-currentpage:
22
+ - '1'
23
+ x-pages-totalpages:
24
+ - '1'
21
25
  content-type:
22
26
  - application/json; charset=utf-8
23
27
  x-ua-compatible:
24
28
  - IE=Edge
25
29
  etag:
26
- - ! '"d251a198e8a45af2dac75b448e48bbce"'
30
+ - ! '"71b79c1b45cfb58a71172c277dd004b5"'
27
31
  cache-control:
28
32
  - max-age=0, private, must-revalidate
29
33
  x-request-id:
30
- - 29f72cdc34b69ab6351aaaf8cbea1b30
34
+ - 11fa7e4fba26217dc33ad40513ce24ec
31
35
  x-runtime:
32
- - '0.143361'
36
+ - '0.119324'
37
+ server:
38
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
39
+ date:
40
+ - Tue, 04 Feb 2014 14:39:55 GMT
41
+ content-length:
42
+ - '1879'
33
43
  connection:
34
44
  - close
35
- server:
36
- - thin 1.5.0 codename Knife
37
45
  body:
38
46
  encoding: US-ASCII
39
- string: ! '[{"id":3,"kind":"company","full_name":"100-499","contact_name":"","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/3"},{"id":6,"kind":"company","full_name":"ACME","contact_name":"","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/6"},{"id":1,"kind":"company","full_name":"Recrea
40
- Systems, SLU","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"ES","phone_1":null,"phone_2":null,"fax":null,"email":"info@recreahq.com","web":null,"discount":null,"tax_id":"B35635648","bank_account":null,"language":"ES","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/1"},{"id":5,"kind":"company","full_name":"Stark
41
- Industries","contact_name":"Tony","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/5"},{"id":2,"kind":"company","full_name":"Test_OCP","contact_name":"","street_line_1":"C/Bernardo
42
- de la Torre n\u00ba 104","street_line_2":"apartamento 201","postal_code":"35007","city":"Las
43
- Palmas de Gran Canaria","region":"Las Palmas","country":"ES","phone_1":"653157684","phone_2":"653157684","fax":"","email":"dont@stop.believing","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/2"},{"id":7,"kind":"company","full_name":"Test_OCP","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"dont@stop.believing","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/7"},{"id":4,"kind":"person","first_name":"Test_OCP","last_name":"Doe","full_name":"Test_OCP
44
- Doe","street_line_1":"Bernardo de la Torre 104","street_line_2":"","postal_code":"35007","city":"Las
45
- Palmas de Gran Canaria","region":"Las Palmas","country":"ES","phone_1":"653157684","phone_2":"653157684","fax":"","email":"dont@stop.believing","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/4"},{"id":12,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/12"},{"id":15,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/15"},{"id":8,"kind":"company","full_name":"Toby","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":null,"web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/8"}]'
47
+ string: ! '[{"id":2,"kind":"company","full_name":"Another Test Contact","contact_name":"","street_line_1":"Kamiya
48
+ Kashin Ryu no Dojo","street_line_2":"","postal_code":"876-0854","city":"Tokyo","region":"Tokyo","country":"JP","phone_1":"","phone_2":"","fax":"","email":"","web":"","discount":null,"tax_id":"","language":"EN","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/2"},{"id":1,"kind":"company","full_name":"API
49
+ Test Contact","contact_name":"","street_line_1":"Evergreen Terrace","street_line_2":"","postal_code":"K0A
50
+ 1B0","city":"Springfield","region":"Canada","country":"ES","phone_1":"","phone_2":"","fax":"","email":"dummy@email.test","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/1"},{"id":4,"kind":"company","full_name":"Test_OCP","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"dont@stop.believing","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/4"},{"id":6,"kind":"company","full_name":"Test_Skynet","contact_name":null,"street_line_1":null,"street_line_2":null,"postal_code":null,"city":null,"region":null,"country":"US","phone_1":null,"phone_2":null,"fax":null,"email":"my_little@po.ny","web":null,"discount":null,"tax_id":null,"language":"EN","notes":null,"url":"http://localhost:3000/recrea/api/v1/contacts/6"},{"id":3,"kind":"company","full_name":"TSM","contact_name":"Reginald","street_line_1":"","street_line_2":"","postal_code":"","city":"","region":"","country":"ES","phone_1":"","phone_2":"","fax":"","email":"reggie@tsm.com","web":"","discount":null,"tax_id":"","bank_account":"","language":"ES","notes":"","url":"http://localhost:3000/recrea/api/v1/contacts/3"}]'
46
51
  http_version: '1.1'
47
- recorded_at: Tue, 14 May 2013 10:48:04 GMT
52
+ recorded_at: Tue, 04 Feb 2014 14:39:55 GMT
48
53
  - request:
49
54
  method: post
50
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/estimates.json
55
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/estimates.json
51
56
  body:
52
57
  encoding: US-ASCII
53
- string: contact_id=3&number=test%20number%204400&contact_name=100-499&currency=EUR&items_attributes[][description]=Aircraft&items_attributes[][quantity]=1.0&items_attributes[][unit_price]=0.0&tags=tnt&payment_details=&notes=
58
+ string: contact_id=2&number=test%20number%204400&contact_name=Another%20Test%20Contact&currency=EUR&items_attributes[][description]=Aircraft&items_attributes[][quantity]=1.0&items_attributes[][unit_price]=0.0&tags=tnt&payment_details=&notes=
54
59
  headers:
55
60
  authorization:
56
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
61
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
57
62
  response:
58
63
  status:
59
64
  code: 201
60
- message: Created
65
+ message: ! 'Created '
61
66
  headers:
62
67
  x-ratelimit-limit:
63
- - '1000'
68
+ - '2000'
64
69
  x-ratelimit-remaining:
65
- - '878'
70
+ - '1966'
66
71
  content-type:
67
72
  - application/json; charset=utf-8
68
73
  x-ua-compatible:
69
74
  - IE=Edge
70
75
  etag:
71
- - ! '"bb0d73deb85892c2e8e047ba5e16fd2a"'
76
+ - ! '"b496f779dbda7070ed5ffea8ccb1091b"'
72
77
  cache-control:
73
78
  - max-age=0, private, must-revalidate
74
79
  x-request-id:
75
- - e0ac666fba00d95c55b59aa941a7d1c0
80
+ - b3d8db6d4b4759e8c1e634fa97324bf0
76
81
  x-runtime:
77
- - '0.476108'
82
+ - '0.123063'
83
+ server:
84
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
85
+ date:
86
+ - Tue, 04 Feb 2014 14:39:55 GMT
87
+ content-length:
88
+ - '707'
78
89
  connection:
79
90
  - close
80
- server:
81
- - thin 1.5.0 codename Knife
91
+ set-cookie:
92
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRkkiJTI2NjljZDhiMGZhYTQ2NTM4MmViNzE3Mzc0OTI1NjNlBjsAVA%3D%3D--e87157fa32bef5d71eca3e425b1c10275ff4fa29;
93
+ path=/; HttpOnly
82
94
  body:
83
95
  encoding: US-ASCII
84
- string: ! '{"id":171,"number":"test number 4400","issue_date":"2013-05-14","contact":{"id":3,"full_name":"100-499"},"po_number":null,"currency":"EUR","items":[{"description":"Aircraft","quantity":"1.0","unit_price":"0.0","discount_rate":"0.0","tax_1_name":null,"tax_1_rate":null,"tax_2_name":null,"tax_2_rate":null,"subtotal":"\u20ac0.00","discount":"\u20ac0.00","gross_amount":"\u20ac0.00"}],"subtotal":"\u20ac0.00","discount":"\u20ac0.00","taxes":[],"total":"\u20ac0.00","tags":[],"payment_details":"","notes":"","state":"draft","permalink":"http://localhost:3000/estimate/394019501e6d0589c42215c69f2069e17fd4359a","url":"http://localhost:3000/recrea/api/v1/estimates/171.json"}'
96
+ string: ! '{"id":12,"number":"test number 4400","issue_date":"2014-02-04","contact":{"id":2,"full_name":"Another
97
+ Test Contact"},"po_number":null,"currency":"EUR","items":[{"description":"Aircraft","quantity":"1.0","unit_price":"0.0","discount_rate":"0.0","tax_1_name":null,"tax_1_rate":null,"tax_2_name":null,"tax_2_rate":null,"reference":null,"subtotal":"0.00
98
+ \u20ac","discount":"0.00 \u20ac","gross_amount":"0.00 \u20ac"}],"subtotal":"0.00
99
+ \u20ac","discount":"0.00 \u20ac","taxes":[],"total":"0.00 \u20ac","payment_details":"","notes":"","state":"draft","tag_list":[],"permalink":"http://localhost:3000/estimate/a2e33b6d527d92f5f9edc79820641ad8e06305a6","url":"http://localhost:3000/recrea/api/v1/estimates/12.json"}'
85
100
  http_version: '1.1'
86
- recorded_at: Tue, 14 May 2013 10:48:04 GMT
101
+ recorded_at: Tue, 04 Feb 2014 14:39:55 GMT
87
102
  - request:
88
103
  method: put
89
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/estimates/171.json
104
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/estimates/12.json
90
105
  body:
91
106
  encoding: US-ASCII
92
107
  string: payment_details=Show%20me%20the%20moneeeeeeeyy!!!!
93
108
  headers:
94
109
  authorization:
95
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
110
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
96
111
  response:
97
112
  status:
98
113
  code: 200
99
- message: OK
114
+ message: ! 'OK '
100
115
  headers:
101
116
  x-ratelimit-limit:
102
- - '1000'
117
+ - '2000'
103
118
  x-ratelimit-remaining:
104
- - '877'
119
+ - '1965'
105
120
  content-type:
106
121
  - application/json; charset=utf-8
107
122
  x-ua-compatible:
108
123
  - IE=Edge
109
124
  etag:
110
- - ! '"f832a91f5aa53a3665d80a65808adb19"'
125
+ - ! '"c3d0d246ca0e805c0476255ef06af8b8"'
111
126
  cache-control:
112
127
  - max-age=0, private, must-revalidate
113
128
  x-request-id:
114
- - e0f01d1b415959f07506027a6ad9e98e
129
+ - 10245b9ae029941b954c2581e4c2ef52
115
130
  x-runtime:
116
- - '0.146836'
131
+ - '0.289835'
132
+ server:
133
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
134
+ date:
135
+ - Tue, 04 Feb 2014 14:39:56 GMT
136
+ content-length:
137
+ - '735'
117
138
  connection:
118
139
  - close
119
- server:
120
- - thin 1.5.0 codename Knife
140
+ set-cookie:
141
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRkkiJTQ1ZDkxZjY1YzM2YzY2NTU4NzNhMDhkZTBiMDZiMDNiBjsAVA%3D%3D--e3269a451359c9a1d9740c98f3f8e6030f8849d9;
142
+ path=/; HttpOnly
121
143
  body:
122
144
  encoding: US-ASCII
123
- string: ! '{"id":171,"number":"test number 4400","issue_date":"2013-05-14","contact":{"id":3,"full_name":"100-499"},"po_number":null,"currency":"EUR","items":[{"description":"Aircraft","quantity":"1.0","unit_price":"0.0","discount_rate":"0.0","tax_1_name":null,"tax_1_rate":null,"tax_2_name":null,"tax_2_rate":null,"subtotal":"\u20ac0.00","discount":"\u20ac0.00","gross_amount":"\u20ac0.00"}],"subtotal":"\u20ac0.00","discount":"\u20ac0.00","taxes":[],"total":"\u20ac0.00","tags":[],"payment_details":"Show
124
- me the moneeeeeeeyy!!!!","notes":"","state":"draft","permalink":"http://localhost:3000/estimate/394019501e6d0589c42215c69f2069e17fd4359a","url":"http://localhost:3000/recrea/api/v1/estimates/171.json"}'
145
+ string: ! '{"id":12,"number":"test number 4400","issue_date":"2014-02-04","contact":{"id":2,"full_name":"Another
146
+ Test Contact"},"po_number":null,"currency":"EUR","items":[{"description":"Aircraft","quantity":"1.0","unit_price":"0.0","discount_rate":"0.0","tax_1_name":null,"tax_1_rate":null,"tax_2_name":null,"tax_2_rate":null,"reference":null,"subtotal":"0.00
147
+ \u20ac","discount":"0.00 \u20ac","gross_amount":"0.00 \u20ac"}],"subtotal":"0.00
148
+ \u20ac","discount":"0.00 \u20ac","taxes":[],"total":"0.00 \u20ac","payment_details":"Show
149
+ me the moneeeeeeeyy!!!!","notes":"","state":"draft","tag_list":[],"permalink":"http://localhost:3000/estimate/a2e33b6d527d92f5f9edc79820641ad8e06305a6","url":"http://localhost:3000/recrea/api/v1/estimates/12.json"}'
125
150
  http_version: '1.1'
126
- recorded_at: Tue, 14 May 2013 10:48:04 GMT
151
+ recorded_at: Tue, 04 Feb 2014 14:39:56 GMT
127
152
  - request:
128
153
  method: delete
129
- uri: http://n8sDLUZ5z1d6dYXKixnx@localhost:3000/recrea/api/v1/estimates/171.json
154
+ uri: http://1spyno1mbqbp3SFpg9uT@localhost:3000/recrea/api/v1/estimates/12.json
130
155
  body:
131
156
  encoding: US-ASCII
132
157
  string: ''
133
158
  headers:
134
159
  authorization:
135
- - Basic bjhzRExVWjV6MWQ2ZFlYS2l4bng6
160
+ - Basic MXNweW5vMW1icWJwM1NGcGc5dVQ6
136
161
  response:
137
162
  status:
138
163
  code: 204
139
- message: No Content
164
+ message: ! 'No Content '
140
165
  headers:
141
166
  x-ratelimit-limit:
142
- - '1000'
167
+ - '2000'
143
168
  x-ratelimit-remaining:
144
- - '876'
169
+ - '1964'
145
170
  x-ua-compatible:
146
171
  - IE=Edge
147
172
  cache-control:
148
173
  - no-cache
149
- set-cookie:
150
- - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRkkiJTgwODkyMzcxMDcyMGVlYzNjMDM1NjU3ZWY4ZjFmZWExBjsAVA%3D%3D--e5bc31495764e8adb929ceb7bb2af7771e2e766b;
151
- path=/; HttpOnly
152
174
  x-request-id:
153
- - dd9084df527b63cd92e57518cbd17eff
175
+ - 64c51d57557c8efbd6dd411e3ae5fe4b
154
176
  x-runtime:
155
- - '0.349722'
177
+ - '0.273819'
178
+ server:
179
+ - WEBrick/1.3.1 (Ruby/1.9.3/2012-04-20)
180
+ date:
181
+ - Tue, 04 Feb 2014 14:39:56 GMT
156
182
  connection:
157
183
  - close
158
- server:
159
- - thin 1.5.0 codename Knife
184
+ set-cookie:
185
+ - _quaderno_session=BAh7BkkiD3Nlc3Npb25faWQGOgZFRkkiJTg1NDBmZDdiNDc5Mzg3YzkzMzg2NThlM2Y3YTQ3MWUzBjsAVA%3D%3D--6bb43fb7b19889e48fd9d265252638852cda171c;
186
+ path=/; HttpOnly
160
187
  body:
161
188
  encoding: US-ASCII
162
189
  string: ''
163
190
  http_version: '1.1'
164
- recorded_at: Tue, 14 May 2013 10:48:05 GMT
191
+ recorded_at: Tue, 04 Feb 2014 14:39:56 GMT
165
192
  recorded_with: VCR 2.3.0