nationbuilder-rb 1.4.2 → 1.4.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: f207d4f509cbc36e42737a93ad6a77095e8109ea
4
- data.tar.gz: 3301afd318850bce5617015c3de92eb2b98d5270
3
+ metadata.gz: cf96a097d7dc9537d878eb7126432734976413ab
4
+ data.tar.gz: fe1ea5df69c91cfac7413fb5d79c2335aaec8394
5
5
  SHA512:
6
- metadata.gz: 695381ef8b8e60e84cbc5e0157bd0890cb0a6fccf2c84ce21a8dd573c0f9a015cdb5d330b240aafcaa1b1669ea1b169b1e60323791b17efafd999716171f7609
7
- data.tar.gz: f0cc6fae637d752735a934824868f30f13f707dfb77e2fb11678df563ffc6072254062d812244547e91a8e06d8150e7bbdfbe9e5c55ae14eb0b161096f5a2d2f
6
+ metadata.gz: 11fc1a4ea5b90e1975064f71d10ecbf0b5ca97bac3a49fe18a08bdfac1e3e403d834efaf105e4af775d457e9cc35dd5fc05a908a7684b15ab1e7b2543c264a77
7
+ data.tar.gz: 250a305f388d469a4186005a5aec3e5a602598cedb8831a53264fef7401f2a4f7e183598e633b16bddf6429c4415d0ba8f12ceed1b2c79294458804c68693484
@@ -1,3 +1,6 @@
1
+ # 1.4.3
2
+ - [#34] Fix `Content-Type` header check
3
+
1
4
  # 1.3.5
2
5
  - [#21] Added limit params to Paginator class
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.2
1
+ 1.4.3
@@ -41,7 +41,7 @@ class ApiSpec::Spec
41
41
  end
42
42
 
43
43
  pa.method('Show') do |method|
44
- method.synopsis = 'Creates a new file attachment for a page'
44
+ method.synopsis = 'Returns the details of the file attachment for a page'
45
45
  method.http_method = 'GET'
46
46
  method.uri = '/sites/:site_slug/pages/:page_slug/attachments/:id'
47
47
 
@@ -1641,7 +1641,7 @@
1641
1641
  },
1642
1642
  {
1643
1643
  "MethodName": "Show",
1644
- "Synopsis": "Creates a new file attachment for a page",
1644
+ "Synopsis": "Returns the details of the file attachment for a page",
1645
1645
  "HTTPMethod": "GET",
1646
1646
  "URI": "/sites/:site_slug/pages/:page_slug/attachments/:id",
1647
1647
  "parameters": [
@@ -127,7 +127,8 @@ class NationBuilder::Client
127
127
  error = classify_response_error(response)
128
128
  raise error if error
129
129
 
130
- if response.header['Content-Type'].first != 'application/json'
130
+ content_type = response.header['Content-Type'].first
131
+ unless content_type && content_type.include?('application/json')
131
132
  return true
132
133
  end
133
134
 
@@ -6,12 +6,12 @@
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "nationbuilder-rb"
9
- s.version = "1.4.2"
9
+ s.version = "1.4.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["David Huie", "Alexandre Schmitt"]
14
- s.date = "2016-09-05"
14
+ s.date = "2016-11-28"
15
15
  s.description = "A Ruby client to the NationBuilder API"
16
16
  s.email = "schmitt@nationbuilder.com"
17
17
  s.executables = ["nbdoc"]
@@ -117,4 +117,3 @@ Gem::Specification.new do |s|
117
117
  s.add_dependency(%q<webmock>, ["~> 1.18"])
118
118
  end
119
119
  end
120
-
@@ -2,17 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: delete
5
- uri: https://organizeralexandreschmitt.nationbuilder.com/api/v1/people/278772?access_token=3695ca30a6e74401115ec2b68767b53112c32b5bedc3c1f34e72c9749419b2de
5
+ uri: https://organizeralexandreschmitt.nationbuilder.com/api/v1/people/278881?access_token=03c22256c06ed11f6bee83673addf26e02a86caa1a5127f4e0815be7223fe4a3
6
6
  body:
7
7
  encoding: UTF-8
8
- string: '{"access_token":"3695ca30a6e74401115ec2b68767b53112c32b5bedc3c1f34e72c9749419b2de"}'
8
+ string: '{"access_token":"03c22256c06ed11f6bee83673addf26e02a86caa1a5127f4e0815be7223fe4a3"}'
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.4.0, ruby 2.1.6 (2015-04-13))
11
+ - HTTPClient/1.0 (2.7.0.1, ruby 2.1.6 (2015-04-13))
12
12
  Accept:
13
13
  - application/json
14
14
  Date:
15
- - Sat, 15 Aug 2015 04:47:32 GMT
15
+ - Wed, 23 Nov 2016 19:16:47 GMT
16
16
  Content-Type:
17
17
  - application/json
18
18
  response:
@@ -21,28 +21,21 @@ http_interactions:
21
21
  message: No Content
22
22
  headers:
23
23
  Server:
24
- - cloudflare-nginx
25
- Date:
26
- - Sat, 15 Aug 2015 04:47:33 GMT
27
- Content-Length:
28
- - '0'
29
- Connection:
30
- - keep-alive
31
- Set-Cookie:
32
- - __cfduid=d42490a2ee604dca87839bf96b959847e1439614052; expires=Sun, 14-Aug-16
33
- 04:47:32 GMT; path=/; domain=.nationbuilder.com; HttpOnly
34
- Cache-Control:
35
- - no-cache
24
+ - Apache/2.4.7 (Ubuntu)
36
25
  Nation-Ratelimit-Limit:
37
- - "-1"
26
+ - '999999'
38
27
  Nation-Ratelimit-Remaining:
39
- - '0'
28
+ - '999999'
40
29
  Nation-Ratelimit-Reset:
41
- - '1439683200'
30
+ - '1479945600'
42
31
  Status:
43
32
  - 204 No Content
33
+ X-Content-Type-Options:
34
+ - nosniff
35
+ X-Frame-Options:
36
+ - SAMEORIGIN
44
37
  X-Powered-By:
45
- - Phusion Passenger 4.0.53
38
+ - Phusion Passenger Enterprise 5.0.28
46
39
  X-Pulse-Approved:
47
40
  - 'true'
48
41
  X-Rack-Cache:
@@ -52,20 +45,30 @@ http_interactions:
52
45
  X-Ratelimit-Remaining:
53
46
  - '99'
54
47
  X-Ratelimit-Reset:
55
- - '1439614062'
48
+ - '1479928618'
56
49
  X-Request-Id:
57
- - de2c475cfeda2a65dad5ebe3fe94397c
50
+ - 48920c47-e280-436b-9a98-36fa47402ce9
58
51
  X-Runtime:
59
- - '1.144529'
60
- X-Ua-Compatible:
61
- - IE=Edge,chrome=1
62
- Via:
63
- - 1.1 nationbuilder.com
64
- Cf-Ray:
65
- - 216243135d032828-SJC
52
+ - '1.202383'
53
+ X-Xss-Protection:
54
+ - 1; mode=block
55
+ Content-Length:
56
+ - '0'
57
+ Expires:
58
+ - Wed, 23 Nov 2016 19:16:49 GMT
59
+ Cache-Control:
60
+ - max-age=0, no-cache, no-store
61
+ Pragma:
62
+ - no-cache
63
+ Date:
64
+ - Wed, 23 Nov 2016 19:16:49 GMT
65
+ Connection:
66
+ - keep-alive
67
+ Set-Cookie:
68
+ - _cookies_enabled=1479928609; path=/
66
69
  body:
67
70
  encoding: UTF-8
68
71
  string: ''
69
72
  http_version:
70
- recorded_at: Sat, 15 Aug 2015 04:47:34 GMT
73
+ recorded_at: Wed, 23 Nov 2016 19:16:49 GMT
71
74
  recorded_with: VCR 2.9.3
@@ -2,17 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://organizeralexandreschmitt.nationbuilder.com/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?access_token=3695ca30a6e74401115ec2b68767b53112c32b5bedc3c1f34e72c9749419b2de&limit%5B%5D=11
5
+ uri: https://organizeralexandreschmitt.nationbuilder.com/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?access_token=03c22256c06ed11f6bee83673addf26e02a86caa1a5127f4e0815be7223fe4a3&limit%5B%5D=11
6
6
  body:
7
7
  encoding: UTF-8
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - HTTPClient/1.0 (2.4.0, ruby 2.1.6 (2015-04-13))
11
+ - HTTPClient/1.0 (2.7.0.1, ruby 2.1.6 (2015-04-13))
12
12
  Accept:
13
13
  - application/json
14
14
  Date:
15
- - Sat, 15 Aug 2015 05:50:10 GMT
15
+ - Wed, 23 Nov 2016 19:17:09 GMT
16
16
  Content-Type:
17
17
  - application/json
18
18
  response:
@@ -21,34 +21,27 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Server:
24
- - cloudflare-nginx
25
- Date:
26
- - Sat, 15 Aug 2015 05:50:11 GMT
24
+ - Apache/2.4.7 (Ubuntu)
27
25
  Content-Type:
28
- - application/json
29
- Transfer-Encoding:
30
- - chunked
31
- Connection:
32
- - keep-alive
33
- Set-Cookie:
34
- - __cfduid=d7e472827125db5a4cbbe470dae3637641439617810; expires=Sun, 14-Aug-16
35
- 05:50:10 GMT; path=/; domain=.nationbuilder.com; HttpOnly
36
- Cache-Control:
37
- - max-age=0, private, must-revalidate
26
+ - application/json; charset=utf-8
38
27
  Etag:
39
- - W/"454ccb4475a508ed513c75bf22a46527"
28
+ - W/"9140e46e19c9243629b7c008dacfb6e8-gzip"
40
29
  Nation-Ratelimit-Limit:
41
- - "-1"
30
+ - '999999'
42
31
  Nation-Ratelimit-Remaining:
43
- - '0'
32
+ - '999999'
44
33
  Nation-Ratelimit-Reset:
45
- - '1439683200'
34
+ - '1479945600'
46
35
  Status:
47
36
  - 200 OK
48
37
  Vary:
49
38
  - Accept-Encoding
39
+ X-Content-Type-Options:
40
+ - nosniff
41
+ X-Frame-Options:
42
+ - SAMEORIGIN
50
43
  X-Powered-By:
51
- - Phusion Passenger 4.0.53
44
+ - Phusion Passenger Enterprise 5.0.28
52
45
  X-Pulse-Approved:
53
46
  - 'true'
54
47
  X-Rack-Cache:
@@ -58,193 +51,41 @@ http_interactions:
58
51
  X-Ratelimit-Remaining:
59
52
  - '99'
60
53
  X-Ratelimit-Reset:
61
- - '1439617820'
54
+ - '1479928639'
62
55
  X-Request-Id:
63
- - aab1c46c861677ddde1e699124c75820
56
+ - 868ad7d0-3c07-4268-b4be-df06c825def6
64
57
  X-Runtime:
65
- - '0.627388'
66
- X-Ua-Compatible:
67
- - IE=Edge,chrome=1
68
- Via:
69
- - 1.1 nationbuilder.com
70
- Cf-Ray:
71
- - 21629ed4537b28ac-SJC
58
+ - '0.128563'
59
+ X-Xss-Protection:
60
+ - 1; mode=block
61
+ Content-Length:
62
+ - '3305'
63
+ Expires:
64
+ - Wed, 23 Nov 2016 19:17:09 GMT
65
+ Cache-Control:
66
+ - max-age=0, no-cache, no-store
67
+ Pragma:
68
+ - no-cache
69
+ Date:
70
+ - Wed, 23 Nov 2016 19:17:09 GMT
71
+ Connection:
72
+ - keep-alive
73
+ Set-Cookie:
74
+ - _cookies_enabled=1479928629; path=/
72
75
  body:
73
76
  encoding: UTF-8
74
- string: '{"results":[{"slug":"liquid_howto_videos","path":"/liquid_howto_videos","status":"published","site_slug":"organizeralexandreschmitt","name":"Liquid
75
- howto videos","headline":"Liquid howto videos","title":"Liquid howto videos
76
- - Matt''s General Store","excerpt":"","author_id":79278,"published_at":"2014-08-20T20:48:13Z","external_id":null,"tags":[],"id":27,"content":"\u003Cp\u003Ehttps://www.youtube.com/watch?v=tZLTExLukSg\u003C/p\u003E\r\n\u003Cp\u003Ehttps://www.youtube.com/watch?v=u8IPLtBtKcc\u003C/p\u003E\r\n\u003Cp\u003Ehttps://www.youtube.com/watch?v=ZqO5AwwLw5I\u003C/p\u003E\r\n\u003Cp\u003E(note:
77
- for specific variables available in NationBuilder, check \u003Ca href=\"http://nationbuilder.com/request_variables\"\u003Ehere\u003C/a\u003E)\u003C/p\u003E"},{"slug":"liquid_training_2014","path":"/liquid_training_2014","status":"published","site_slug":"organizeralexandreschmitt","name":"Liquid
78
- training","headline":"Liquid training","title":"Liquid training - Matt''s
79
- General Store","excerpt":"","author_id":79278,"published_at":"2014-08-20T20:35:10Z","external_id":null,"tags":[],"id":26,"content":"\u003Col\u003E\n\u003Cli
80
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EExpectations\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
81
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EThat you have a basic understanding
82
- of html and scss, and you\u2019ve probably seen/delt with liquid already but
83
- would like to know more about things that can be done with it.\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
84
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EWhat we\u2019re covering today\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
85
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EWhat exactly liquid is\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
86
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EHow we use it\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
87
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EExamples of live liquid actions\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
88
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003ECalling blog entries to the
89
- front page of a website (or other pages)\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
90
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003ECustom fields - how they work
91
- and how they can be used\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\r\n\u003Cp
92
- dir=\"ltr\"\u003EAdding a Twitter widget to our website that will dynamically
93
- pull in the broadcaster info\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
94
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003ELimiting page views by tags
95
- on a profile\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\r\n\u003Cp
96
- dir=\"ltr\"\u003EWalk sheets, and mastering some awesomeness there\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
97
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003ELiquid for emails\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli
98
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EQuestions\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli
99
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EWhat is Liquid?\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
100
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EOpen source, ruby based, template
101
- language - created by \u003Ca href=\"http://www.shopify.com/\"\u003EShopify\u003C/a\u003E\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
102
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003ELink to github: \u003Ca href=\"https://github.com/Shopify/liquid\"\u003Ehttps://github.com/Shopify/liquid\u003C/a\u003E\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli
103
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EWhy is it so awesome?\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
104
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EBecause it allows for a more
105
- dynamic experience, both for users and for visitors to websites built on NationBuilder.\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
106
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EExample - limited pageviews
107
- to only signed in, members, etc.\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli
108
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EExample - custom walk list\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli
109
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003EHow does it do that?\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
110
- dir=\"ltr\"\u003E\r\n\u003Cp dir=\"ltr\"\u003E\u003Ca href=\"http://nationbuilder.com/liquid_basics#tags\"\u003ETags\u003C/a\u003E
111
- {% %} =\u0026gt; logic\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\r\n\u003Cp
112
- dir=\"ltr\"\u003E\u003Ca href=\"http://nationbuilder.com/liquid_basics#output\"\u003EObjects\u003C/a\u003E
113
- {{ }} =\u0026gt; attributes\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\r\n\u003Cp
114
- dir=\"ltr\"\u003E\u003Ca href=\"http://nationbuilder.com/liquid_basics#filter\"\u003EFilters\u003C/a\u003E
115
- {{ | }} =\u0026gt; modify output\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli\u003EExercises\u003Col\u003E\n\u003Cli\u003ECreate
116
- a basic page\u003Col\u003E\n\u003Cli dir=\"ltr\"\u003ESet it so that you have
117
- to be either tagged with \"WooHoo\" to be able to see the {{ page.content
118
- }}, otherwise come up with something else creative to show...\u003C/li\u003E\r\n\u003Cli
119
- dir=\"ltr\"\u003EExtra credit: If the site visitor isn''t tagged to be able
120
- to see the page, show a link to a volunteer page that will automatically tag
121
- them and then redirect back to the page.\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli\u003ECreate
122
- a signup page with a custom field\u003C/li\u003E\r\n\u003Cli\u003ECreate a
123
- custom walksheet\u003C/li\u003E\r\n\u003Cli\u003ECreate a custom email theme
124
- template\u003C/li\u003E\r\n\u003C/ol\u003E\n\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\r\n\u003Cp
125
- dir=\"ltr\"\u003EQ\u0026amp;A/Debrief\u003C/p\u003E\r\n\u003C/li\u003E\r\n\u003C/ol\u003E\u003Cp\u003E\u00a0\u003C/p\u003E\r\n\u003Cp\u003EResources\u003C/p\u003E\r\n\u003Col\u003E\n\u003Cli
126
- dir=\"ltr\"\u003E\u003Ca href=\"http://www.mattsgeneralstore.com/liquid_howto_videos\"\u003EVideos\u003C/a\u003E\u003C/li\u003E\r\n\u003Cli
127
- dir=\"ltr\"\u003E\u003Ca href=\"http://docs.shopify.com/themes/liquid-documentation/basics\"\u003EShopify
128
- documentation\u003C/a\u003E\u003C/li\u003E\r\n\u003Cli dir=\"ltr\"\u003E\u003Ca
129
- href=\"http://nationbuilder.com/request_variables\"\u003ENationBuilder documentation\u003C/a\u003E\u003C/li\u003E\r\n\u003Cli
130
- dir=\"ltr\"\u003E\u003Ca href=\"https://github.com/codealchemy/codedump\"\u003EGithub
131
- (repo for tips and tricks)\u003C/a\u003E\u003C/li\u003E\r\n\u003C/ol\u003E"},{"slug":"custom_membership_page","path":"/custom_membership_page","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Custom
132
- membership page","headline":"Custom membership page","title":"Custom membership
133
- page - Matt''s General Store","excerpt":null,"author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":25,"content":null},{"slug":"basic_home_page","path":"/basic_home_page","status":"archived","site_slug":"organizeralexandreschmitt","name":"Basic
134
- home page","headline":"Basic home page","title":"Basic home page - Matt''s
135
- General Store","excerpt":null,"author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":21,"content":null},{"slug":"new_page","path":"/new_page","status":"archived","site_slug":"organizeralexandreschmitt","name":"New
136
- page","headline":"New page","title":"New page - Matt''s General Store","excerpt":"","author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":20,"content":"\u003Cblockquote\u003E\r\n\u003Cp\u003E\u003Cspan
137
- style=\"background-color:rgb(204, 204, 221); color:rgb(0, 0, 0)\"\u003EWe
138
- can dance if we want to\u003C/span\u003E\u003Cbr\u003E\u003Cspan style=\"background-color:rgb(204,
139
- 204, 221); color:rgb(0, 0, 0)\"\u003EWe can leave your friends behind\u003C/span\u003E\u003Cbr\u003E\u003Cspan
140
- style=\"background-color:rgb(204, 204, 221); color:rgb(0, 0, 0)\"\u003E''Cause
141
- your friends don''t dance and if they don''t dance\u003C/span\u003E\u003Cbr\u003E\u003Cspan
142
- style=\"background-color:rgb(204, 204, 221); color:rgb(0, 0, 0)\"\u003EWell,
143
- they''re no friends of mine\u003C/span\u003E\u003C/p\u003E\r\n\u003C/blockquote\u003E\r\n\r\n\u003Cp\u003Ehttp://www.youtube.com/watch?v=AjPau5QYtYs\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u003Cimg
144
- alt=\"\" src=\"http://d3n8a8pro7vhmx.cloudfront.net/themes/521f7ca578c2723d84000002/attachments/original/1370903749/ph-hiring.png?1370903749\"
145
- style=\"height:106px; width:108px\"\u003E\u003Cimg alt=\"\" src=\"http://tippvet.com/wp-content/uploads/2013/05/cat-vet.jpg\"
146
- style=\"height:150px; width:200px\"\u003E\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u003Cbr\u003E\r\nThis
147
- is awesome!!!\u00a0\u20ac\u00d0\u00a0\u003Ca id=\"Delta Gamma\" name=\"Delta%20Gamma\"\u003E\u003C/a\u003E\u00a0\u003C/p\u003E\r\n\r\n\u003Cul\u003E\n\u003Cli\u003Eitem
148
- 1\u003C/li\u003E\r\n\t\u003Cli\u003E2\u003C/li\u003E\r\n\t\u003Cli\u003E3\u003C/li\u003E\r\n\t\u003Cli\u003E4\u003C/li\u003E\r\n\t\u003Cli\u003Ecool
149
- beans\u003C/li\u003E\r\n\t\u003Cli\u003E\n\u003Cspan style=\"color:#A52A2A\"\u003Eawesomesauce\u003C/span\u003E\r\n\t\u003Chr\u003E\n\u003Cblockquote\u003E\r\n\t\u003Cp\u003EOne
150
- for all, all for one\u003C/p\u003E\r\n\t\u003C/blockquote\u003E\r\n\t\u003C/li\u003E\r\n\u003C/ul\u003E\u003Col\u003E\n\u003Cli\u003Eone\u003C/li\u003E\r\n\t\u003Cli\u003Etwo\u003C/li\u003E\r\n\t\u003Cli\u003Ethree\u003C/li\u003E\r\n\u003C/ol\u003E\u003Cp\u003EIndent\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u003Ca
151
- href=\"google.com\"\u003E\u003Cimg alt=\"\" src=\"http://d3n8a8pro7vhmx.cloudfront.net/organizeralexandreschmitt/pages/144/attachments/original/1400886485/dogecoin_logo_large_verge_medium_landscape.png?1400886485\"\u003E\u003C/a\u003E\u003C/p\u003E\r\n\r\n\u003Chr\u003E\u003Cp\u003EIndent\u003C/p\u003E\r\n\r\n\u003Cp\u003EIndent
152
- (can''t do indents)\u003C/p\u003E\r\n\r\n\u003Cp\u003EStyle \u003Cstrong\u003Ebold\u003C/strong\u003E,
153
- \u003Cem\u003Eitalics\u003C/em\u003E, \u003Cs\u003Estrikethrough\u003C/s\u003E,
154
- remove formatting\u003C/p\u003E\r\n\r\n\u003Ctable border=\"1\" style=\"width:100%\"\u003E\u003Ctbody\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E\r\n\t\t\t\u003Ctable
155
- align=\"center\" border=\"1\" style=\"width:500px\"\u003E\n\u003Ccaption\u003E\u003Cspan
156
- style=\"background-color:#FF8C00\"\u003ENested table\u003C/span\u003E\u003C/caption\u003E\r\n\t\t\t\t\u003Ctbody\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E\u003Cspan
157
- style=\"background-color:#FF8C00\"\u003E\u00a0Cell 1\u003C/span\u003E\u003C/td\u003E\r\n\t\t\t\t\t\t\u003Ctd\u003E2\u003C/td\u003E\r\n\t\t\t\t\t\u003C/tr\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E3\u003C/td\u003E\r\n\t\t\t\t\t\t\u003Ctd\u003E4\u003C/td\u003E\r\n\t\t\t\t\t\u003C/tr\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E\r\n\t\t\t\t\t\t\u003Cp\u003E5\u00a0\u003Cimg
158
- alt=\"\" src=\"http://d3n8a8pro7vhmx.cloudfront.net/organizeralexandreschmitt/pages/144/attachments/original/1400886485/dogecoin_logo_large_verge_medium_landscape.png?1400886485\"
159
- style=\"border-style:solid; border-width:2px; float:left; height:123px; margin:2px
160
- 4px; width:200px\"\u003E\u003C/p\u003E\r\n\r\n\t\t\t\t\t\t\u003Cp\u003E\u00a0\u003C/p\u003E\r\n\t\t\t\t\t\t\u003C/td\u003E\r\n\t\t\t\t\t\t\u003Ctd\u003E6\u003C/td\u003E\r\n\t\t\t\t\t\u003C/tr\u003E\n\u003C/tbody\u003E\n\u003C/table\u003E\n\u003Cp\u003E\u00a0\u003C/p\u003E\r\n\t\t\t\u003C/td\u003E\r\n\t\t\t\u003Ctd\u003E1\u003C/td\u003E\r\n\t\t\u003C/tr\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E\u00a0\u003C/td\u003E\r\n\t\t\t\u003Ctd\u003E1\u003C/td\u003E\r\n\t\t\u003C/tr\u003E\n\u003Ctr\u003E\n\u003Ctd\u003E\u00a0\u003C/td\u003E\r\n\t\t\t\u003Ctd\u003E2\u003C/td\u003E\r\n\t\t\u003C/tr\u003E\n\u003C/tbody\u003E\u003C/table\u003E\u003Cp\u003ENotes:\u003Cbr\u003E\u003Cbr\u003E\r\nSaving
161
- images in tables removes the image (linked image) FIXED\u003C/p\u003E\r\n\r\n\u003Cp\u003ELinked
162
- images in content area do not appear \u003Cs\u003EFIXED\u003C/s\u003E\u00a0worked
163
- for a moment, then went back to dropping the image when saving\u003C/p\u003E\r\n\r\n\u003Cp\u003ECannot
164
- compare auto saved versions side-by-side (when prompted)\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u0026lt;ul\u0026gt;
165
- inheriting styling from theme.scss - removing bullets (Theme issue, not WYSIWYG
166
- issue)\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u0026lt;ol\u0026gt; inherting styling
167
- from theme.scss - removing numbering FIXED\u003C/p\u003E\r\n\r\n\u003Cp\u003E\u0026lt;blockquote\u0026gt;
168
- has a \u0026lt;p\u0026gt; with the text nested in it - doesn''t seem to affect
169
- styling other than an indentation\u003C/p\u003E\r\n\r\n\u003Cp\u003Eembed.ly
170
- not functioning\u003C/p\u003E\r\n\r\n\u003Cp\u003Eunable to upload image/files
171
- from WYSIWYG editor (unsure if this is going to be added functionality or
172
- not)\u003C/p\u003E"},{"slug":"press_releases","path":"/press_releases","status":"published","site_slug":"organizeralexandreschmitt","name":"Press
173
- releases","headline":"Press releases","title":"Press releases - Matt''s General
174
- Store","excerpt":null,"author_id":79278,"published_at":"2014-05-12T04:29:11Z","external_id":null,"tags":[],"id":19,"content":null},{"slug":"social_capital","path":"/social_capital","status":"published","site_slug":"organizeralexandreschmitt","name":"Social
175
- Capital","headline":"Social Capital","title":"Social Capital - Matt''s General
176
- Store","excerpt":null,"author_id":79278,"published_at":"2014-04-26T00:35:00Z","external_id":null,"tags":[],"id":17,"content":null},{"slug":"crowdhall","path":"/crowdhall","status":"archived","site_slug":"organizeralexandreschmitt","name":"CrowdHall","headline":"CrowdHall","title":"CrowdHall
177
- - Matt''s General Store","excerpt":null,"author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":16,"content":null},{"slug":"the_game","path":"/the_game","status":"expired","site_slug":"organizeralexandreschmitt","name":"The
178
- Game","headline":"The Game","title":"The Game - Matt''s General Store","excerpt":null,"author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":15,"content":null},{"slug":"members","path":"/members","status":"archived","site_slug":"organizeralexandreschmitt","name":"Members","headline":"Members","title":"Members
179
- - Matt''s General Store","excerpt":"","author_id":79278,"published_at":null,"external_id":null,"tags":[],"id":13,"content":"\u003Cp\u003EBacon
180
- ipsum dolor sit amet flank swine turducken ball tip short loin hamburger beef
181
- ribs beef biltong boudin. Doner short loin venison frankfurter cow prosciutto
182
- tri-tip pork belly boudin t-bone meatloaf tenderloin tail. Tail ribeye salami
183
- pastrami landjaeger jowl tri-tip doner prosciutto kevin swine ball tip frankfurter.
184
- Frankfurter beef ribs tenderloin ball tip porchetta sirloin. Shoulder capicola
185
- porchetta frankfurter corned beef prosciutto tri-tip ribeye pork chop chuck.
186
- Bresaola short ribs t-bone meatball beef, tail turkey bacon sausage filet
187
- mignon doner. Flank tri-tip pastrami fatback landjaeger ball tip.\u003C/p\u003E\r\n\u003Cp\u003EPancetta
188
- sausage brisket turducken frankfurter, pastrami tri-tip ribeye. Ham pastrami
189
- bresaola ribeye, turkey porchetta corned beef swine jowl tongue meatball ball
190
- tip. Pork loin short ribs shoulder flank strip steak tail tongue porchetta
191
- hamburger ball tip pastrami venison beef ribs. Swine prosciutto pork chop
192
- kevin fatback landjaeger. Bresaola filet mignon landjaeger meatball drumstick
193
- ham hock rump. Ribeye pig chicken salami kevin.\u003C/p\u003E"},{"slug":"discounts_to_dividends","path":"/discounts_to_dividends","status":"published","site_slug":"organizeralexandreschmitt","name":"Discounts
194
- to Dividends","headline":"Discounts to Dividends","title":"Discounts to Dividends
195
- - Matt''s General Store","excerpt":"Learn more about what our member-owner
196
- program is about, and how it can benefit you.","author_id":79278,"published_at":"2013-12-14T04:05:41Z","external_id":null,"tags":[],"id":9,"content":"\u003Cp
197
- align=\"left\"\u003EPart of what separates consumer Co-ops from other businesses
198
- is that Co-ops return their profits to owners in proportion to how much they
199
- patronize the business. Most co-operatives throughout the world (including
200
- REI, Organic Valley, and most natural foods co-ops) do this through a system
201
- called Patronage Dividends. Since 1988, the Lexington Co-operative Market
202
- has returned profits to our owners before we made them, in the form of discounts
203
- at the registers. Patronage dividends provide the co-op with the opportunity
204
- to offer a greater number of services to owners, our community and our future.\u003C/p\u003E\r\n\u003Ch3
205
- align=\"left\"\u003Ehere\u2019s how dividends work:\u003C/h3\u003E\r\n\u003Cp
206
- align=\"left\"\u003EThe Co-op provides its owners with a great grocery store.
207
- Every owner purchase is recorded at the registers. When the Co-op is profitable,
208
- the Board and management review plans and obligations, and decide on how much
209
- of the profit to reinvest in the Co-op. The money that is not needed to reinvest
210
- in the business is returned to the owners in the form of store credit or (if
211
- requested) a check. Each owner\u2019s patronage dividend is based on the amount
212
- of their purchases over the fiscal year (July 1- June 30.)\u003C/p\u003E\r\n\u003Cp
213
- align=\"left\"\u003E\u003Cimg class=\"leftOffest\" style=\"display: block;
214
- margin-left: auto; margin-right: auto;\" src=\"http://lexington.coop/media/patronage/diagram.jpg\"
215
- alt=\"The Board decides which profits to reinvest in store and which to return
216
- to owners.\" width=\"300\" height=\"371\"\u003E\u003C/p\u003E\r\n\u003Ch3
217
- align=\"left\"\u003EDividends are exciting, sustainable and flexible. Discounts
218
- are not.\u003C/h3\u003E\r\n\u003Cul\u003E\n\u003Cli\u003E\n\u003Cstrong\u003EExciting\u003C/strong\u003E:
219
- Few if any owners of the Co-op express excitement at receiving their 2% discount.
220
- At Co-ops that use Patronage Dividends, owners express excitement when they
221
- get their dividend notice and see how they have helped to contribute to the
222
- success of the business they own.\u003C/li\u003E\r\n\u003Cli\u003E\n\u003Cstrong\u003ESustainable\u003C/strong\u003E:
223
- Discounts distribute profits to owners before we make them. The Co-op has
224
- been profitable in just 5 of the 20 years since the Co-op has been giving
225
- a basic member discount at the register. Dividends allow the Co-op to be profitable
226
- and to reinvest those profits into services that meet owner\u2019s needs and
227
- impact the world on their behalf.\u003C/li\u003E\r\n\u003Cli\u003E\n\u003Cstrong\u003EFlexible\u003C/strong\u003E.
228
- The discount level does not change based on the performance of the Co-op or
229
- the changing needs of the owners. With dividends, every year the board decides
230
- whether to return profits to owners or to reinvest them in improving services.
231
- \u003Cbr\u003E Dividends give the Co-op a tax advantage. \u003Cbr\u003E The
232
- Co-op does not pay tax on the income that we declare as dividends. The Co-op
233
- is required to distribute 20% of declared dividends to owners \u2013 roughly
234
- the same amount that it would pay in corporate taxes. Therefore, it benefits
235
- both the Co-op and owners when owners use their patronage dividend.\u003C/li\u003E\r\n\u003C/ul\u003E\u003Ch3
236
- align=\"left\"\u003EDividends are more in keeping with the Co-operative Principles.\u003C/h3\u003E\r\n\u003Cp
237
- align=\"left\"\u003EDividends allow for democratic allocation of surpluses
238
- each year by the Board of Directors as outlined in Co-op Principle #3.\u003C/p\u003E\r\n\u003Ch3
239
- align=\"left\"\u003EDividends reinforce the true relationship between owners
240
- and the Co-op.\u003C/h3\u003E\r\n\u003Cp align=\"left\"\u003EDiscounts at
241
- the register foster feelings of entitlement (as an owner, I deserve to pay
242
- less) and frustration (why isn\u2019t the discount bigger?). When owners receive
243
- their dividends, they see that when the Co-op succeeds, they benefit.\u003C/p\u003E\r\n\u003Ch3
244
- align=\"left\"\u003EEveryone\u2019s Doing It.\u003C/h3\u003E\r\n\u003Cp align=\"left\"\u003EOver
245
- the past 15 years, nearly all of the natural foods co-ops that used to give
246
- discounts at the register have switched to a Patronage Dividend system for
247
- the reasons outlined above.\u003C/p\u003E"}],"next":"/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?__nonce=gJJGX4WwMASdUP8-Cl1rAQ\u0026__token=AAVop4vso3U6LosmTIOhhyu59LvCQxkkZ6tB3DlsbrZB\u0026limit=11","prev":"/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?__nonce=93rIH1OOQCKtDs41OYt9cQ\u0026__token=AHBoeIoM1VOqbbq7Q6qkVxFTtEFQV1vK51TAVIGEdW8m\u0026limit=11"}'
77
+ string: '{"results":[{"slug":"basic_12","path":"/basic_12","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
78
+ 12","headline":"Basic 12","title":"Basic 12 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":110,"content":null},{"slug":"basic_11","path":"/basic_11","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
79
+ 11","headline":"Basic 11","title":"Basic 11 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":109,"content":null},{"slug":"basic_10","path":"/basic_10","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
80
+ 10","headline":"Basic 10","title":"Basic 10 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":108,"content":null},{"slug":"basic_9","path":"/basic_9","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
81
+ 9","headline":"Basic 9","title":"Basic 9 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":107,"content":null},{"slug":"basic_8","path":"/basic_8","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
82
+ 8","headline":"Basic 8","title":"Basic 8 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":106,"content":null},{"slug":"basic_7","path":"/basic_7","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
83
+ 7","headline":"Basic 7","title":"Basic 7 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":105,"content":null},{"slug":"basic_6","path":"/basic_6","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
84
+ 6","headline":"Basic 6","title":"Basic 6 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":104,"content":null},{"slug":"basic_5","path":"/basic_5","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
85
+ 5","headline":"Basic 5","title":"Basic 5 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":103,"content":null},{"slug":"basic_4","path":"/basic_4","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
86
+ 4","headline":"Basic 4","title":"Basic 4 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":102,"content":null},{"slug":"basic_3","path":"/basic_3","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
87
+ 3","headline":"Basic 3","title":"Basic 3 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":101,"content":null},{"slug":"basic_2","path":"/basic_2","status":"unlisted","site_slug":"organizeralexandreschmitt","name":"Basic
88
+ 2","headline":"Basic 2","title":"Basic 2 - Test site","excerpt":null,"author_id":1,"published_at":null,"external_id":null,"tags":[],"id":100,"content":null}],"next":"/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?__nonce=YHteee9fl30rmKsPK-SEKA\u0026__token=ABqSQelwXnDULzDPylmk4BX8r4LjbRnMPuSjRZlbt-oB\u0026limit=11","prev":"/api/v1/sites/organizeralexandreschmitt/pages/basic_pages?__nonce=Nojx3NZsAOdplehCbqrk2g\u0026__token=AMDXM18FNoA5qtdLoZo_Fr3WI6dZk64soOdeONMtNlKe\u0026limit=11"}'
248
89
  http_version:
249
- recorded_at: Sat, 15 Aug 2015 05:50:11 GMT
90
+ recorded_at: Wed, 23 Nov 2016 19:17:09 GMT
250
91
  recorded_with: VCR 2.9.3