extra_extra 1.0.0 → 1.0.1

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: 1df6c3273a083a07fecef653e3fe142acf4f6aca
4
- data.tar.gz: 75352e5b4dea10383a5c5bd0f4c1b3dc47214c86
3
+ metadata.gz: 9e152bbd49096eb749464adee180628e3f895ddd
4
+ data.tar.gz: 751c4bbb4782a839869967692ef27b6a45579d8a
5
5
  SHA512:
6
- metadata.gz: 9e1fcf44ebd22b2147d070a7eb891330136c11fc9b46a7b313914511ad644c9988fdbdb53d8c431c8c347e3cffc8cdd204300332a85d253dc310205f3269df94
7
- data.tar.gz: 0065ef02a4a01e346ea05f4938eb4a5ce509f32e9102829bf40ae624d57ec904151f32cb677d628fa1bcfad61960f9856b2ba1e8f745005bd3b8b4523c92fa0f
6
+ metadata.gz: d2ca577829ea9ebbe60b266192f28c7176a430314f87b23d982b904aaf07a314184027a9e3ba6049793743317ce5603ea67caa7683aa3ffb7eeff7f261efda50
7
+ data.tar.gz: 58ef5289a3a1bfd00397f58421c8832e03e5db05a0f31129086905206631f9a1916f12b477d42845ffbaf2508de32f4570191b59a25e6ca0360e4168bccab168
@@ -1,3 +1,3 @@
1
1
  module ExtraExtra
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
Binary file
@@ -1,177 +1,16 @@
1
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
-  (0.1ms) SELECT version FROM "schema_migrations"
5
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
6
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7
-  (0.1ms) select sqlite_version(*)
8
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
-  (0.1ms) SELECT version FROM "schema_migrations"
10
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
11
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
12
-  (0.1ms) select sqlite_version(*)
13
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
14
-  (0.1ms) SELECT version FROM "schema_migrations"
15
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
16
-  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
17
-  (0.1ms) select sqlite_version(*)
18
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
19
-  (0.1ms) SELECT version FROM "schema_migrations"
20
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
21
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22
-  (0.2ms) select sqlite_version(*)
23
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24
-  (0.1ms) SELECT version FROM "schema_migrations"
25
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
26
-  (0.2ms) begin transaction
27
-  (0.1ms) rollback transaction
28
-  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
29
-  (0.1ms) select sqlite_version(*)
30
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
31
-  (0.1ms) SELECT version FROM "schema_migrations"
32
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33
-  (0.2ms) begin transaction
34
-  (0.1ms) rollback transaction
35
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
36
-  (0.1ms) select sqlite_version(*)
37
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38
-  (0.1ms) SELECT version FROM "schema_migrations"
39
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
40
-  (0.2ms) begin transaction
41
-  (0.0ms) rollback transaction
42
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
43
-  (0.1ms) select sqlite_version(*)
44
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
45
-  (0.1ms) SELECT version FROM "schema_migrations"
46
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
47
-  (0.2ms) begin transaction
48
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
49
- Completed 500 Internal Server Error in 2ms
50
-  (0.1ms) rollback transaction
51
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
52
-  (0.1ms) select sqlite_version(*)
53
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
54
-  (0.1ms) SELECT version FROM "schema_migrations"
55
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
56
-  (0.2ms) begin transaction
57
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
58
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (2.1ms)
59
- Completed 200 OK in 185ms (Views: 94.5ms | ActiveRecord: 0.0ms)
60
-  (0.1ms) rollback transaction
61
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
62
-  (0.1ms) select sqlite_version(*)
63
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
64
-  (0.1ms) SELECT version FROM "schema_migrations"
65
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
66
-  (0.2ms) begin transaction
67
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
68
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (0.9ms)
69
- Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms)
70
-  (0.1ms) rollback transaction
71
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
72
-  (0.1ms) select sqlite_version(*)
73
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
74
-  (0.1ms) SELECT version FROM "schema_migrations"
75
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
76
-  (0.3ms) begin transaction
77
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
78
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (1.3ms)
79
- Completed 200 OK in 123ms (Views: 11.8ms | ActiveRecord: 0.0ms)
80
-  (0.1ms) rollback transaction
81
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
-  (0.1ms) select sqlite_version(*)
1
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
+  (0.4ms) select sqlite_version(*)
83
3
   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
84
4
   (0.1ms) SELECT version FROM "schema_migrations"
85
5
   (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
86
6
   (0.2ms) begin transaction
87
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
88
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (1.9ms)
89
- Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.0ms)
90
-  (0.1ms) rollback transaction
91
-  (0.2ms) begin transaction
92
-  (0.0ms) rollback transaction
93
-  (0.2ms) begin transaction
94
-  (0.1ms) rollback transaction
95
-  (0.2ms) begin transaction
96
-  (0.0ms) rollback transaction
97
-  (0.0ms) begin transaction
98
-  (0.0ms) rollback transaction
99
-  (0.2ms) begin transaction
100
-  (0.0ms) rollback transaction
101
-  (0.0ms) begin transaction
102
-  (0.0ms) rollback transaction
103
-  (0.2ms) begin transaction
104
-  (0.0ms) rollback transaction
105
-  (0.1ms) begin transaction
106
-  (0.1ms) rollback transaction
107
-  (0.0ms) begin transaction
108
-  (0.0ms) rollback transaction
109
-  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
110
-  (0.1ms) select sqlite_version(*)
111
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
112
-  (0.1ms) SELECT version FROM "schema_migrations"
113
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
114
-  (0.2ms) begin transaction
115
-  (0.0ms) rollback transaction
116
-  (0.0ms) begin transaction
117
7
   (0.0ms) rollback transaction
118
8
   (0.0ms) begin transaction
119
9
   (0.1ms) rollback transaction
120
10
   (0.0ms) begin transaction
121
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
122
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (0.8ms)
123
- Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
124
-  (0.1ms) rollback transaction
125
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
126
-  (0.1ms) select sqlite_version(*)
127
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
128
-  (0.1ms) SELECT version FROM "schema_migrations"
129
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
130
-  (0.2ms) begin transaction
131
11
   (0.1ms) rollback transaction
132
12
   (0.0ms) begin transaction
133
-  (0.0ms) rollback transaction
134
-  (0.0ms) begin transaction
135
-  (0.0ms) rollback transaction
136
-  (0.1ms) begin transaction
137
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
138
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/application (0.9ms)
139
- Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
140
-  (0.1ms) rollback transaction
141
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
142
-  (0.4ms) select sqlite_version(*)
143
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
144
-  (0.1ms) SELECT version FROM "schema_migrations"
145
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
146
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
147
-  (0.1ms) select sqlite_version(*)
148
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
149
-  (0.1ms) SELECT version FROM "schema_migrations"
150
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
151
-  (0.3ms) begin transaction
152
13
  Processing by ExtraExtra::ReleaseNotesController#index as HTML
153
- Rendered /Users/davec/Projects/stitchfix/extra_extra/app/views/extra_extra/release_notes/index.html.erb within layouts/application (1.4ms)
154
- Completed 200 OK in 121ms (Views: 16.9ms | ActiveRecord: 0.0ms)
14
+ Rendered /Users/simeonwillbanks/Code/extra_extra/app/views/extra_extra/release_notes/index.html.erb within layouts/application (1.3ms)
15
+ Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.0ms)
155
16
   (0.1ms) rollback transaction
156
-  (0.0ms) begin transaction
157
-  (0.1ms) rollback transaction
158
-  (0.0ms) begin transaction
159
-  (0.0ms) rollback transaction
160
-  (0.0ms) begin transaction
161
-  (0.0ms) rollback transaction
162
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
163
-  (0.4ms) select sqlite_version(*)
164
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
165
-  (0.1ms) SELECT version FROM "schema_migrations"
166
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
167
-  (0.3ms) begin transaction
168
- Processing by ExtraExtra::ReleaseNotesController#index as HTML
169
- Rendered /Users/davec/Projects/extra_extra/app/views/extra_extra/release_notes/index.html.erb within layouts/application (0.9ms)
170
- Completed 200 OK in 126ms (Views: 32.6ms | ActiveRecord: 0.0ms)
171
-  (0.1ms) rollback transaction
172
-  (0.1ms) begin transaction
173
-  (0.1ms) rollback transaction
174
-  (0.0ms) begin transaction
175
-  (0.0ms) rollback transaction
176
-  (0.1ms) begin transaction
177
-  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extra_extra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stitch Fix Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-23 00:00:00.000000000 Z
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -69,7 +69,7 @@ dependencies:
69
69
  description: Provides a simple way to include and manage release notes for internal
70
70
  applications by writing a markdown file
71
71
  email:
72
- - eng@stitchfix.com
72
+ - opensource@stitchfix.com
73
73
  executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: []
@@ -115,21 +115,13 @@ files:
115
115
  - spec/dummy/config/locales/en.yml
116
116
  - spec/dummy/config/routes.rb
117
117
  - spec/dummy/config/secrets.yml
118
- - spec/dummy/db/development.sqlite3
119
118
  - spec/dummy/db/schema.rb
120
119
  - spec/dummy/db/test.sqlite3
121
- - spec/dummy/log/development.log
122
120
  - spec/dummy/log/test.log
123
121
  - spec/dummy/public/404.html
124
122
  - spec/dummy/public/422.html
125
123
  - spec/dummy/public/500.html
126
124
  - spec/dummy/public/favicon.ico
127
- - spec/dummy/tmp/cache/assets/development/sprockets/26e72fb7b344fb194bf85a05ed40bfc7
128
- - spec/dummy/tmp/cache/assets/development/sprockets/362901df5349ae7671d0f126f551bf72
129
- - spec/dummy/tmp/cache/assets/development/sprockets/3fd6b5fbae9ddd03cd56ec2d4aeb252e
130
- - spec/dummy/tmp/cache/assets/development/sprockets/787be44e3edd7fa7d35d1ea7d0890d39
131
- - spec/dummy/tmp/cache/assets/development/sprockets/7cd55e6c26c32c33e14a0b472da6c339
132
- - spec/dummy/tmp/cache/assets/development/sprockets/7cf17f0741235ed2e5e849dc5b0cdbbc
133
125
  - spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
134
126
  - spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
135
127
  - spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
@@ -138,7 +130,7 @@ files:
138
130
  - spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
139
131
  - spec/lib/extra_extra/semantic_html_renderer_spec.rb
140
132
  - spec/spec_helper.rb
141
- homepage: http://tech.stitchfix.com
133
+ homepage: https://github.com/stitchfix/extra_extra
142
134
  licenses:
143
135
  - MIT
144
136
  metadata: {}
@@ -158,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
150
  version: '0'
159
151
  requirements: []
160
152
  rubyforge_project:
161
- rubygems_version: 2.4.2
153
+ rubygems_version: 2.4.1
162
154
  signing_key:
163
155
  specification_version: 4
164
156
  summary: Let your users read all about how awesome your app is!
@@ -191,10 +183,8 @@ test_files:
191
183
  - spec/dummy/config/routes.rb
192
184
  - spec/dummy/config/secrets.yml
193
185
  - spec/dummy/config.ru
194
- - spec/dummy/db/development.sqlite3
195
186
  - spec/dummy/db/schema.rb
196
187
  - spec/dummy/db/test.sqlite3
197
- - spec/dummy/log/development.log
198
188
  - spec/dummy/log/test.log
199
189
  - spec/dummy/public/404.html
200
190
  - spec/dummy/public/422.html
@@ -203,12 +193,6 @@ test_files:
203
193
  - spec/dummy/Rakefile
204
194
  - spec/dummy/README.rdoc
205
195
  - spec/dummy/RELEASE_NOTES.md
206
- - spec/dummy/tmp/cache/assets/development/sprockets/26e72fb7b344fb194bf85a05ed40bfc7
207
- - spec/dummy/tmp/cache/assets/development/sprockets/362901df5349ae7671d0f126f551bf72
208
- - spec/dummy/tmp/cache/assets/development/sprockets/3fd6b5fbae9ddd03cd56ec2d4aeb252e
209
- - spec/dummy/tmp/cache/assets/development/sprockets/787be44e3edd7fa7d35d1ea7d0890d39
210
- - spec/dummy/tmp/cache/assets/development/sprockets/7cd55e6c26c32c33e14a0b472da6c339
211
- - spec/dummy/tmp/cache/assets/development/sprockets/7cf17f0741235ed2e5e849dc5b0cdbbc
212
196
  - spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
213
197
  - spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
214
198
  - spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
Binary file
@@ -1,286 +0,0 @@
1
-
2
-
3
- Started GET "/" for 127.0.0.1 at 2014-09-14 12:47:54 -0700
4
-
5
- Gem::LoadError (Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).):
6
- activerecord (4.1.6) lib/active_record/connection_adapters/connection_specification.rb:190:in `rescue in spec'
7
- activerecord (4.1.6) lib/active_record/connection_adapters/connection_specification.rb:187:in `spec'
8
- activerecord (4.1.6) lib/active_record/connection_handling.rb:50:in `establish_connection'
9
- activerecord (4.1.6) lib/active_record/railtie.rb:129:in `block (2 levels) in <class:Railtie>'
10
- activesupport (4.1.6) lib/active_support/lazy_load_hooks.rb:38:in `instance_eval'
11
- activesupport (4.1.6) lib/active_support/lazy_load_hooks.rb:38:in `execute_hook'
12
- activesupport (4.1.6) lib/active_support/lazy_load_hooks.rb:45:in `block in run_load_hooks'
13
- activesupport (4.1.6) lib/active_support/lazy_load_hooks.rb:44:in `each'
14
- activesupport (4.1.6) lib/active_support/lazy_load_hooks.rb:44:in `run_load_hooks'
15
- activerecord (4.1.6) lib/active_record/base.rb:326:in `<module:ActiveRecord>'
16
- activerecord (4.1.6) lib/active_record/base.rb:23:in `<top (required)>'
17
- activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:628:in `rescue in call'
18
- activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:619:in `call'
19
- activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
20
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
21
- activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
22
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23
- actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
24
- actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
25
- actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
26
- actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
27
- railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
28
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
29
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
30
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
31
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
32
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
33
- actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
34
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
35
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
36
- activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
37
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
38
- actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
39
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
40
- railties (4.1.6) lib/rails/engine.rb:514:in `call'
41
- railties (4.1.6) lib/rails/application.rb:144:in `call'
42
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
43
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
44
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
45
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
46
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
47
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
48
-
49
-
50
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
51
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
52
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
53
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.6ms)
54
-
55
-
56
- Started GET "/" for 127.0.0.1 at 2014-09-14 12:48:24 -0700
57
- Processing by Rails::WelcomeController#index as HTML
58
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/railties-4.1.6/lib/rails/templates/rails/welcome/index.html.erb (1.9ms)
59
- Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
60
-
61
-
62
- Started GET "/release_notes" for 127.0.0.1 at 2014-09-14 12:48:28 -0700
63
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
64
- Completed 500 Internal Server Error in 1ms
65
-
66
- NameError (uninitialized constant ReleaseNotes::ReleaseNotesController::Redcarpet):
67
- /Users/davec/Projects/stitchfix/release_notes/app/controllers/release_notes/release_notes_controller.rb:6:in `index'
68
- actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
69
- actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
70
- actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
71
- actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
72
- activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
73
- actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
74
- actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
75
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
76
- activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
77
- activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
78
- activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
79
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
80
- actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
81
- activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
82
- actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
83
- actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
84
- actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
85
- actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
86
- actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
87
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
88
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
89
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
90
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
91
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
92
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
93
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
94
- railties (4.1.6) lib/rails/engine.rb:514:in `call'
95
- railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
96
- railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
97
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
98
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
99
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
100
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
101
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
102
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
103
- rack (1.5.2) lib/rack/head.rb:11:in `call'
104
- actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
105
- actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
106
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
107
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
108
- actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
109
- activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
110
- activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
111
- activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
112
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
113
- activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
114
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
115
- actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
116
- actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
117
- actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
118
- actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
119
- railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
120
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
121
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
122
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
123
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
124
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
125
- actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
126
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
127
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
128
- activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
129
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
130
- actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
131
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
132
- railties (4.1.6) lib/rails/engine.rb:514:in `call'
133
- railties (4.1.6) lib/rails/application.rb:144:in `call'
134
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
135
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
136
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
137
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
138
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
139
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
140
-
141
-
142
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
143
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.7ms)
144
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms)
145
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.5ms)
146
-
147
-
148
- Started GET "/release_notes" for 127.0.0.1 at 2014-09-14 12:49:29 -0700
149
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
150
- Completed 500 Internal Server Error in 7ms
151
-
152
- ActionView::MissingTemplate (Missing template release_notes/release_notes/index, release_notes/application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
153
- * "/Users/davec/Projects/stitchfix/release_notes/test/dummy/app/views"
154
- * "/Users/davec/Projects/stitchfix/release_notes/app/views"
155
- ):
156
- actionview (4.1.6) lib/action_view/path_set.rb:46:in `find'
157
- actionview (4.1.6) lib/action_view/lookup_context.rb:124:in `find'
158
- actionview (4.1.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
159
- actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
160
- actionview (4.1.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
161
- actionview (4.1.6) lib/action_view/renderer/renderer.rb:42:in `render_template'
162
- actionview (4.1.6) lib/action_view/renderer/renderer.rb:23:in `render'
163
- actionview (4.1.6) lib/action_view/rendering.rb:99:in `_render_template'
164
- actionpack (4.1.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
165
- actionview (4.1.6) lib/action_view/rendering.rb:82:in `render_to_body'
166
- actionpack (4.1.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
167
- actionpack (4.1.6) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
168
- actionpack (4.1.6) lib/abstract_controller/rendering.rb:25:in `render'
169
- actionpack (4.1.6) lib/action_controller/metal/rendering.rb:16:in `render'
170
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
171
- activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
172
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
173
- activesupport (4.1.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
174
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
175
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
176
- activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
177
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:40:in `render'
178
- actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
179
- actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
180
- actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
181
- actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
182
- actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
183
- activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
184
- actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
185
- actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
186
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
187
- activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
188
- activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
189
- activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
190
- actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
191
- actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
192
- activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
193
- actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
194
- actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
195
- actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
196
- actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
197
- actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
198
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
199
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
200
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
201
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
202
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
203
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
204
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
205
- railties (4.1.6) lib/rails/engine.rb:514:in `call'
206
- railties (4.1.6) lib/rails/railtie.rb:194:in `public_send'
207
- railties (4.1.6) lib/rails/railtie.rb:194:in `method_missing'
208
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
209
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
210
- actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
211
- actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
212
- rack (1.5.2) lib/rack/etag.rb:23:in `call'
213
- rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
214
- rack (1.5.2) lib/rack/head.rb:11:in `call'
215
- actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
216
- actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
217
- rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
218
- rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
219
- actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
220
- activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
221
- activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
222
- activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
223
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
224
- activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
225
- actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
226
- actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
227
- actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
228
- actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
229
- actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
230
- railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
231
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
232
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
233
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
234
- activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
235
- railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
236
- actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
237
- rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
238
- rack (1.5.2) lib/rack/runtime.rb:17:in `call'
239
- activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
240
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
241
- actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
242
- rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
243
- railties (4.1.6) lib/rails/engine.rb:514:in `call'
244
- railties (4.1.6) lib/rails/application.rb:144:in `call'
245
- rack (1.5.2) lib/rack/lock.rb:17:in `call'
246
- rack (1.5.2) lib/rack/content_length.rb:14:in `call'
247
- rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
248
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
249
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
250
- /Users/davec/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
251
-
252
-
253
- Rendered /Users/davec/.rvm/gems/ruby-2.1.0@release_notes/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.0ms)
254
-
255
-
256
- Started GET "/release_notes" for 127.0.0.1 at 2014-09-14 12:49:48 -0700
257
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
258
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/release_notes/application (0.5ms)
259
- Completed 200 OK in 60ms (Views: 59.8ms | ActiveRecord: 0.0ms)
260
-
261
-
262
- Started GET "/assets/release_notes/application.js?body=1" for 127.0.0.1 at 2014-09-14 12:49:48 -0700
263
-
264
-
265
- Started GET "/assets/release_notes/application.css?body=1" for 127.0.0.1 at 2014-09-14 12:49:48 -0700
266
-
267
-
268
- Started GET "/release_notes" for 127.0.0.1 at 2014-09-14 12:50:20 -0700
269
- Processing by ReleaseNotes::ReleaseNotesController#index as HTML
270
- Rendered /Users/davec/Projects/stitchfix/release_notes/app/views/release_notes/release_notes/index.html.erb within layouts/release_notes/application (0.0ms)
271
- Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms)
272
-
273
-
274
- Started GET "/assets/release_notes/application.css?body=1" for 127.0.0.1 at 2014-09-14 12:50:20 -0700
275
-
276
-
277
- Started GET "/assets/release_notes/application.js?body=1" for 127.0.0.1 at 2014-09-14 12:50:20 -0700
278
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
279
-  (0.4ms) select sqlite_version(*)
280
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
281
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
282
-  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
283
-  (0.1ms) select sqlite_version(*)
284
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
285
-  (0.1ms) SELECT version FROM "schema_migrations"
286
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')