axlsx_rails 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile +3 -1
- data/Gemfile.lock +138 -126
- data/Gemfile.lock.4.0 +99 -90
- data/Gemfile.lock.4.1 +114 -110
- data/Gemfile.lock.4.2 +138 -126
- data/README.md +24 -1
- data/lib/axlsx_rails/action_controller.rb +0 -4
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/axlsx_request_spec.rb +33 -2
- data/spec/dummy_4/app/controllers/home_controller.rb +2 -0
- data/spec/dummy_4/app/views/home/only_html.html.erb +1 -0
- data/spec/dummy_4/config/routes.rb +1 -0
- data/spec/dummy_4/db/test.sqlite3 +0 -0
- data/spec/dummy_4/log/test.log +871 -27534
- metadata +109 -147
- data/Gemfile.lock.3.1 +0 -219
- data/Gemfile.lock.3.2 +0 -223
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -936
- data/spec/dummy/log/test.log +0 -3220
- data/spec/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
- data/spec/dummy/tmp/cache/assets/CAC/7D0/sprockets%2F7810ea6f766208553a05d1056cd74f1e +0 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D34/930/sprockets%2Fd2c70e485fe1100075be3bc87cf1e282 +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/D96/AA0/sprockets%2F022a822848bf2eef8e7cb3c08ab932ba +0 -0
- data/spec/dummy/tmp/cache/assets/DC1/E00/sprockets%2F20fddc9f3fca3616a6c5ea413a464a4e +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy_4/db/development.sqlite3 +0 -0
- data/spec/dummy_4/log/development.log +0 -280
- data/spec/dummy_4/tmp/pids/server.pid +0 -1
data/Gemfile.lock.3.2
DELETED
@@ -1,223 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/straydogstudio/acts_as_xlsx.git
|
3
|
-
revision: 74c00b5054ef96ced7bd55753015164f6aaf13ab
|
4
|
-
specs:
|
5
|
-
acts_as_xlsx (1.0.6)
|
6
|
-
activerecord (>= 2.3.9)
|
7
|
-
axlsx (>= 1.0.13)
|
8
|
-
i18n (>= 0.4.1)
|
9
|
-
|
10
|
-
PATH
|
11
|
-
remote: .
|
12
|
-
specs:
|
13
|
-
axlsx_rails (0.2.1)
|
14
|
-
axlsx (>= 2.0.1)
|
15
|
-
rails (>= 3.1)
|
16
|
-
|
17
|
-
GEM
|
18
|
-
remote: http://rubygems.org/
|
19
|
-
specs:
|
20
|
-
actionmailer (3.2.17)
|
21
|
-
actionpack (= 3.2.17)
|
22
|
-
mail (~> 2.5.4)
|
23
|
-
actionpack (3.2.17)
|
24
|
-
activemodel (= 3.2.17)
|
25
|
-
activesupport (= 3.2.17)
|
26
|
-
builder (~> 3.0.0)
|
27
|
-
erubis (~> 2.7.0)
|
28
|
-
journey (~> 1.0.4)
|
29
|
-
rack (~> 1.4.5)
|
30
|
-
rack-cache (~> 1.2)
|
31
|
-
rack-test (~> 0.6.1)
|
32
|
-
sprockets (~> 2.2.1)
|
33
|
-
activemodel (3.2.17)
|
34
|
-
activesupport (= 3.2.17)
|
35
|
-
builder (~> 3.0.0)
|
36
|
-
activerecord (3.2.17)
|
37
|
-
activemodel (= 3.2.17)
|
38
|
-
activesupport (= 3.2.17)
|
39
|
-
arel (~> 3.0.2)
|
40
|
-
tzinfo (~> 0.3.29)
|
41
|
-
activeresource (3.2.17)
|
42
|
-
activemodel (= 3.2.17)
|
43
|
-
activesupport (= 3.2.17)
|
44
|
-
activesupport (3.2.17)
|
45
|
-
i18n (~> 0.6, >= 0.6.4)
|
46
|
-
multi_json (~> 1.0)
|
47
|
-
arel (3.0.3)
|
48
|
-
axlsx (2.0.1)
|
49
|
-
htmlentities (~> 4.3.1)
|
50
|
-
nokogiri (>= 1.4.1)
|
51
|
-
rubyzip (~> 1.0.0)
|
52
|
-
builder (3.0.4)
|
53
|
-
capybara (2.1.0)
|
54
|
-
mime-types (>= 1.16)
|
55
|
-
nokogiri (>= 1.3.3)
|
56
|
-
rack (>= 1.0.0)
|
57
|
-
rack-test (>= 0.5.4)
|
58
|
-
xpath (~> 2.0)
|
59
|
-
celluloid (0.15.2)
|
60
|
-
timers (~> 1.1.0)
|
61
|
-
celluloid-io (0.15.0)
|
62
|
-
celluloid (>= 0.15.0)
|
63
|
-
nio4r (>= 0.5.0)
|
64
|
-
coderay (1.1.0)
|
65
|
-
coveralls (0.7.0)
|
66
|
-
multi_json (~> 1.3)
|
67
|
-
rest-client
|
68
|
-
simplecov (>= 0.7)
|
69
|
-
term-ansicolor
|
70
|
-
thor
|
71
|
-
daemons (1.1.9)
|
72
|
-
diff-lcs (1.2.5)
|
73
|
-
docile (1.1.3)
|
74
|
-
erubis (2.7.0)
|
75
|
-
eventmachine (1.0.3)
|
76
|
-
ffi (1.9.3)
|
77
|
-
formatador (0.2.4)
|
78
|
-
growl (1.0.3)
|
79
|
-
guard (2.5.0)
|
80
|
-
formatador (>= 0.2.4)
|
81
|
-
listen (~> 2.6)
|
82
|
-
lumberjack (~> 1.0)
|
83
|
-
pry (>= 0.9.12)
|
84
|
-
thor (>= 0.18.1)
|
85
|
-
guard-rspec (4.2.7)
|
86
|
-
guard (~> 2.1)
|
87
|
-
rspec (>= 2.14, < 4.0)
|
88
|
-
hike (1.2.3)
|
89
|
-
htmlentities (4.3.1)
|
90
|
-
i18n (0.6.9)
|
91
|
-
journey (1.0.4)
|
92
|
-
jquery-rails (3.1.0)
|
93
|
-
railties (>= 3.0, < 5.0)
|
94
|
-
thor (>= 0.14, < 2.0)
|
95
|
-
json (1.8.1)
|
96
|
-
listen (2.6.0)
|
97
|
-
celluloid (>= 0.15.2)
|
98
|
-
celluloid-io (>= 0.15.0)
|
99
|
-
rb-fsevent (>= 0.9.3)
|
100
|
-
rb-inotify (>= 0.9)
|
101
|
-
lumberjack (1.0.4)
|
102
|
-
mail (2.5.4)
|
103
|
-
mime-types (~> 1.16)
|
104
|
-
treetop (~> 1.4.8)
|
105
|
-
method_source (0.8.2)
|
106
|
-
mime-types (1.25.1)
|
107
|
-
mini_portile (0.5.2)
|
108
|
-
multi_json (1.8.4)
|
109
|
-
nio4r (1.0.0)
|
110
|
-
nokogiri (1.6.1)
|
111
|
-
mini_portile (~> 0.5.0)
|
112
|
-
polyglot (0.3.4)
|
113
|
-
pry (0.9.12.6)
|
114
|
-
coderay (~> 1.0)
|
115
|
-
method_source (~> 0.8)
|
116
|
-
slop (~> 3.4)
|
117
|
-
pry-nav (0.2.3)
|
118
|
-
pry (~> 0.9.10)
|
119
|
-
rack (1.4.5)
|
120
|
-
rack-cache (1.2)
|
121
|
-
rack (>= 0.4)
|
122
|
-
rack-ssl (1.3.3)
|
123
|
-
rack
|
124
|
-
rack-test (0.6.2)
|
125
|
-
rack (>= 1.0)
|
126
|
-
rails (3.2.17)
|
127
|
-
actionmailer (= 3.2.17)
|
128
|
-
actionpack (= 3.2.17)
|
129
|
-
activerecord (= 3.2.17)
|
130
|
-
activeresource (= 3.2.17)
|
131
|
-
activesupport (= 3.2.17)
|
132
|
-
bundler (~> 1.0)
|
133
|
-
railties (= 3.2.17)
|
134
|
-
railties (3.2.17)
|
135
|
-
actionpack (= 3.2.17)
|
136
|
-
activesupport (= 3.2.17)
|
137
|
-
rack-ssl (~> 1.3.2)
|
138
|
-
rake (>= 0.8.7)
|
139
|
-
rdoc (~> 3.4)
|
140
|
-
thor (>= 0.14.6, < 2.0)
|
141
|
-
rake (10.1.1)
|
142
|
-
rb-fsevent (0.9.4)
|
143
|
-
rb-inotify (0.9.3)
|
144
|
-
ffi (>= 0.5.0)
|
145
|
-
rdoc (3.12.2)
|
146
|
-
json (~> 1.4)
|
147
|
-
rest-client (1.6.7)
|
148
|
-
mime-types (>= 1.16)
|
149
|
-
roo (1.13.2)
|
150
|
-
nokogiri
|
151
|
-
rubyzip
|
152
|
-
spreadsheet (> 0.6.4)
|
153
|
-
rspec (2.14.1)
|
154
|
-
rspec-core (~> 2.14.0)
|
155
|
-
rspec-expectations (~> 2.14.0)
|
156
|
-
rspec-mocks (~> 2.14.0)
|
157
|
-
rspec-core (2.14.7)
|
158
|
-
rspec-expectations (2.14.5)
|
159
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
160
|
-
rspec-mocks (2.14.6)
|
161
|
-
rspec-rails (2.14.1)
|
162
|
-
actionpack (>= 3.0)
|
163
|
-
activemodel (>= 3.0)
|
164
|
-
activesupport (>= 3.0)
|
165
|
-
railties (>= 3.0)
|
166
|
-
rspec-core (~> 2.14.0)
|
167
|
-
rspec-expectations (~> 2.14.0)
|
168
|
-
rspec-mocks (~> 2.14.0)
|
169
|
-
ruby-ole (1.2.11.7)
|
170
|
-
rubyzip (1.0.0)
|
171
|
-
simplecov (0.8.2)
|
172
|
-
docile (~> 1.1.0)
|
173
|
-
multi_json
|
174
|
-
simplecov-html (~> 0.8.0)
|
175
|
-
simplecov-html (0.8.0)
|
176
|
-
slop (3.4.7)
|
177
|
-
spreadsheet (0.9.7)
|
178
|
-
ruby-ole (>= 1.0)
|
179
|
-
sprockets (2.2.2)
|
180
|
-
hike (~> 1.2)
|
181
|
-
multi_json (~> 1.0)
|
182
|
-
rack (~> 1.0)
|
183
|
-
tilt (~> 1.1, != 1.3.0)
|
184
|
-
sqlite3 (1.3.8)
|
185
|
-
term-ansicolor (1.3.0)
|
186
|
-
tins (~> 1.0)
|
187
|
-
thin (1.6.1)
|
188
|
-
daemons (>= 1.0.9)
|
189
|
-
eventmachine (>= 1.0.0)
|
190
|
-
rack (>= 1.0.0)
|
191
|
-
thor (0.18.1)
|
192
|
-
tilt (1.4.1)
|
193
|
-
timers (1.1.0)
|
194
|
-
tins (1.0.0)
|
195
|
-
treetop (1.4.15)
|
196
|
-
polyglot
|
197
|
-
polyglot (>= 0.3.1)
|
198
|
-
tzinfo (0.3.38)
|
199
|
-
xpath (2.0.0)
|
200
|
-
nokogiri (~> 1.3)
|
201
|
-
|
202
|
-
PLATFORMS
|
203
|
-
ruby
|
204
|
-
|
205
|
-
DEPENDENCIES
|
206
|
-
acts_as_xlsx!
|
207
|
-
axlsx_rails!
|
208
|
-
bundler
|
209
|
-
capybara (~> 2.1)
|
210
|
-
coveralls
|
211
|
-
growl
|
212
|
-
guard-rspec
|
213
|
-
jquery-rails
|
214
|
-
pry
|
215
|
-
pry-nav
|
216
|
-
rails (~> 3.2.0)
|
217
|
-
rake
|
218
|
-
rb-fsevent
|
219
|
-
roo
|
220
|
-
rspec-rails
|
221
|
-
rubyzip
|
222
|
-
sqlite3
|
223
|
-
thin
|
Binary file
|
data/spec/dummy/db/test.sqlite3
DELETED
Binary file
|
@@ -1,936 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
Connecting to database specified by database.yml
|
3
|
-
Connecting to database specified by database.yml
|
4
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
5
|
-
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
6
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
7
|
-
[1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
8
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
9
|
-
Migrating to CreateUsers (20120717192452)
|
10
|
-
[1m[35m (0.0ms)[0m begin transaction
|
11
|
-
[1m[36m (0.4ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
12
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')
|
13
|
-
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
14
|
-
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
15
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
16
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
17
|
-
|
18
|
-
|
19
|
-
Started GET "/" for 127.0.0.1 at 2012-07-17 12:55:15 -0700
|
20
|
-
Connecting to database specified by database.yml
|
21
|
-
Processing by HomeController#index as HTML
|
22
|
-
Rendered home/index.html.erb within layouts/application (43.0ms)
|
23
|
-
Compiled scaffold.css (0ms) (pid 13406)
|
24
|
-
Compiled application.css (17ms) (pid 13406)
|
25
|
-
Compiled jquery.js (2ms) (pid 13406)
|
26
|
-
Compiled jquery_ujs.js (0ms) (pid 13406)
|
27
|
-
Compiled application.js (64ms) (pid 13406)
|
28
|
-
Completed 200 OK in 296ms (Views: 295.8ms | ActiveRecord: 0.0ms)
|
29
|
-
|
30
|
-
|
31
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700
|
32
|
-
Served asset /application.css - 200 OK (4ms)
|
33
|
-
|
34
|
-
|
35
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700
|
36
|
-
Served asset /jquery_ujs.js - 200 OK (2ms)
|
37
|
-
|
38
|
-
|
39
|
-
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700
|
40
|
-
Served asset /scaffold.css - 200 OK (4ms)
|
41
|
-
|
42
|
-
|
43
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700
|
44
|
-
Served asset /jquery.js - 200 OK (2ms)
|
45
|
-
|
46
|
-
|
47
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-17 12:55:16 -0700
|
48
|
-
Served asset /application.js - 200 OK (4ms)
|
49
|
-
|
50
|
-
|
51
|
-
Started GET "/users" for 127.0.0.1 at 2012-07-17 12:55:32 -0700
|
52
|
-
|
53
|
-
ActionController::RoutingError (undefined method `acts_as_xlsx' for #<Class:0x007fef48345640>):
|
54
|
-
app/models/user.rb:2:in `<class:User>'
|
55
|
-
app/models/user.rb:1:in `<top (required)>'
|
56
|
-
app/controllers/users_controller.rb:1:in `<top (required)>'
|
57
|
-
|
58
|
-
|
59
|
-
Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
60
|
-
|
61
|
-
|
62
|
-
Started GET "/users" for 127.0.0.1 at 2012-07-17 13:19:38 -0700
|
63
|
-
Connecting to database specified by database.yml
|
64
|
-
Processing by UsersController#index as HTML
|
65
|
-
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" [0m
|
66
|
-
Rendered users/index.html.erb within layouts/application (2.7ms)
|
67
|
-
Compiled application.css (0ms) (pid 28544)
|
68
|
-
Completed 200 OK in 83ms (Views: 44.7ms | ActiveRecord: 1.7ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/users/new" for 127.0.0.1 at 2012-07-17 13:19:43 -0700
|
72
|
-
|
73
|
-
AbstractController::ActionNotFound (The action 'new' could not be found for UsersController):
|
74
|
-
actionpack (3.2.6) lib/abstract_controller/base.rb:116:in `process'
|
75
|
-
actionpack (3.2.6) lib/abstract_controller/rendering.rb:45:in `process'
|
76
|
-
actionpack (3.2.6) lib/action_controller/metal.rb:203:in `dispatch'
|
77
|
-
actionpack (3.2.6) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
78
|
-
actionpack (3.2.6) lib/action_controller/metal.rb:246:in `block in action'
|
79
|
-
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
80
|
-
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
81
|
-
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
82
|
-
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
83
|
-
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
84
|
-
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
85
|
-
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call'
|
86
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
87
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
88
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
89
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call'
|
90
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
91
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
92
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
93
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
94
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
95
|
-
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call'
|
96
|
-
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
|
97
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
98
|
-
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__2019815976431315984__call__2273629867623954281__callbacks'
|
99
|
-
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback'
|
100
|
-
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
101
|
-
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
102
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
103
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
104
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
105
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
106
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
107
|
-
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
|
108
|
-
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
|
109
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
110
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
111
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
112
|
-
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
113
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
114
|
-
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
|
115
|
-
railties (3.2.6) lib/rails/engine.rb:479:in `call'
|
116
|
-
railties (3.2.6) lib/rails/application.rb:220:in `call'
|
117
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
118
|
-
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
|
119
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
120
|
-
/Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
121
|
-
/Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
122
|
-
/Users/noel/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
123
|
-
|
124
|
-
|
125
|
-
Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
|
126
|
-
|
127
|
-
|
128
|
-
Started GET "/" for 127.0.0.1 at 2012-08-21 13:29:57 -0700
|
129
|
-
Connecting to database specified by database.yml
|
130
|
-
Processing by HomeController#index as HTML
|
131
|
-
Rendered home/index.html.erb within layouts/application (21.2ms)
|
132
|
-
Completed 200 OK in 142ms (Views: 141.4ms | ActiveRecord: 0.0ms)
|
133
|
-
|
134
|
-
|
135
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700
|
136
|
-
Served asset /application.css - 200 OK (1ms)
|
137
|
-
|
138
|
-
|
139
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700
|
140
|
-
Served asset /jquery_ujs.js - 200 OK (1ms)
|
141
|
-
|
142
|
-
|
143
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700
|
144
|
-
Served asset /application.js - 200 OK (5ms)
|
145
|
-
|
146
|
-
|
147
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:29:58 -0700
|
148
|
-
Served asset /jquery.js - 200 OK (2ms)
|
149
|
-
|
150
|
-
|
151
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:30:03 -0700
|
152
|
-
Processing by HomeController#useheader as XLSX
|
153
|
-
Rendered home/useheader.xlsx.axlsx (24.3ms)
|
154
|
-
Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms)
|
155
|
-
|
156
|
-
|
157
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2012-08-21 13:30:10 -0700
|
158
|
-
Processing by HomeController#another as XLSX
|
159
|
-
Rendered home/index.xlsx.axlsx (4.5ms)
|
160
|
-
Rendered text template (0.0ms)
|
161
|
-
Sent data filename_test.xlsx (18.8ms)
|
162
|
-
Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms)
|
163
|
-
|
164
|
-
|
165
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:30:26 -0700
|
166
|
-
Processing by HomeController#useheader as XLSX
|
167
|
-
Rendered home/useheader.xlsx.axlsx (23.4ms)
|
168
|
-
Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.0ms)
|
169
|
-
|
170
|
-
|
171
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:31:21 -0700
|
172
|
-
Processing by HomeController#useheader as XLSX
|
173
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
174
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
175
|
-
|
176
|
-
|
177
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:03 -0700
|
178
|
-
Processing by HomeController#useheader as XLSX
|
179
|
-
Completed 500 Internal Server Error in 61ms
|
180
|
-
|
181
|
-
ActionView::MissingTemplate (Missing template home/userheader, application/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in:
|
182
|
-
* "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views"
|
183
|
-
):
|
184
|
-
app/controllers/home_controller.rb:28:in `block (2 levels) in useheader'
|
185
|
-
app/controllers/home_controller.rb:25:in `useheader'
|
186
|
-
|
187
|
-
|
188
|
-
Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.8ms)
|
189
|
-
|
190
|
-
|
191
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:35 -0700
|
192
|
-
Processing by HomeController#useheader as XLSX
|
193
|
-
Completed 500 Internal Server Error in 1ms
|
194
|
-
|
195
|
-
ActionView::MissingTemplate (Missing template home/userheader, application/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in:
|
196
|
-
* "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views"
|
197
|
-
):
|
198
|
-
app/controllers/home_controller.rb:28:in `block (2 levels) in useheader'
|
199
|
-
app/controllers/home_controller.rb:25:in `useheader'
|
200
|
-
|
201
|
-
|
202
|
-
Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)
|
203
|
-
|
204
|
-
|
205
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:32:50 -0700
|
206
|
-
Processing by HomeController#useheader as XLSX
|
207
|
-
Completed 500 Internal Server Error in 2ms
|
208
|
-
|
209
|
-
ActionView::MissingTemplate (Missing template home/home/userheader, application/home/userheader with {:locale=>[:en], :formats=>[:xlsx], :handlers=>[:erb, :builder, :axlsx]}. Searched in:
|
210
|
-
* "/Users/noel/workspace/axlsx_rails/spec/dummy/app/views"
|
211
|
-
):
|
212
|
-
app/controllers/home_controller.rb:28:in `block (2 levels) in useheader'
|
213
|
-
app/controllers/home_controller.rb:25:in `useheader'
|
214
|
-
|
215
|
-
|
216
|
-
Rendered /Users/noel/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms)
|
217
|
-
|
218
|
-
|
219
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:33:04 -0700
|
220
|
-
Processing by HomeController#useheader as XLSX
|
221
|
-
Rendered home/useheader.xlsx.axlsx (3.9ms)
|
222
|
-
Rendered text template (0.0ms)
|
223
|
-
Sent data filename_test.xlsx (0.4ms)
|
224
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
225
|
-
|
226
|
-
|
227
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:33:32 -0700
|
228
|
-
Processing by HomeController#useheader as XLSX
|
229
|
-
Rendered home/useheader.xlsx.axlsx (3.9ms)
|
230
|
-
Rendered text template (0.0ms)
|
231
|
-
Sent data efffilename_test.xlsx (0.4ms)
|
232
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
233
|
-
|
234
|
-
|
235
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:35:45 -0700
|
236
|
-
Processing by HomeController#useheader as XLSX
|
237
|
-
Rendered home/useheader.xlsx.axlsx (22.4ms)
|
238
|
-
Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms)
|
239
|
-
|
240
|
-
|
241
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:35:54 -0700
|
242
|
-
Processing by HomeController#useheader as XLSX
|
243
|
-
Rendered home/useheader.xlsx.axlsx (4.4ms)
|
244
|
-
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
245
|
-
|
246
|
-
|
247
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:36:06 -0700
|
248
|
-
Processing by HomeController#useheader as XLSX
|
249
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
250
|
-
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
251
|
-
|
252
|
-
|
253
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:37:20 -0700
|
254
|
-
Processing by HomeController#useheader as XLSX
|
255
|
-
Rendered home/useheader.xlsx.axlsx (22.8ms)
|
256
|
-
Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)
|
257
|
-
|
258
|
-
|
259
|
-
Started GET "/" for 127.0.0.1 at 2012-08-21 13:38:09 -0700
|
260
|
-
Processing by HomeController#index as HTML
|
261
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
262
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
263
|
-
|
264
|
-
|
265
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700
|
266
|
-
Served asset /application.css - 200 OK (0ms)
|
267
|
-
|
268
|
-
|
269
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700
|
270
|
-
Served asset /jquery.js - 200 OK (0ms)
|
271
|
-
|
272
|
-
|
273
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700
|
274
|
-
Served asset /jquery_ujs.js - 200 OK (0ms)
|
275
|
-
|
276
|
-
|
277
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:09 -0700
|
278
|
-
Served asset /application.js - 200 OK (0ms)
|
279
|
-
|
280
|
-
|
281
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:12 -0700
|
282
|
-
Processing by HomeController#useheader as XLSX
|
283
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
284
|
-
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
285
|
-
|
286
|
-
|
287
|
-
Started GET "/" for 127.0.0.1 at 2012-08-21 13:38:20 -0700
|
288
|
-
Processing by HomeController#index as HTML
|
289
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
290
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
291
|
-
|
292
|
-
|
293
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700
|
294
|
-
Served asset /application.css - 200 OK (0ms)
|
295
|
-
|
296
|
-
|
297
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700
|
298
|
-
Served asset /jquery_ujs.js - 200 OK (0ms)
|
299
|
-
|
300
|
-
|
301
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700
|
302
|
-
Served asset /jquery.js - 200 OK (0ms)
|
303
|
-
|
304
|
-
|
305
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-21 13:38:20 -0700
|
306
|
-
Served asset /application.js - 200 OK (0ms)
|
307
|
-
|
308
|
-
|
309
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:22 -0700
|
310
|
-
Processing by HomeController#useheader as XLSX
|
311
|
-
Rendered home/useheader.xlsx.axlsx (22.7ms)
|
312
|
-
Completed 200 OK in 24ms (Views: 24.3ms | ActiveRecord: 0.0ms)
|
313
|
-
|
314
|
-
|
315
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:36 -0700
|
316
|
-
Processing by HomeController#useheader as XLSX
|
317
|
-
Rendered home/useheader.xlsx.axlsx (4.9ms)
|
318
|
-
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
319
|
-
|
320
|
-
|
321
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:55 -0700
|
322
|
-
Processing by HomeController#useheader as XLSX
|
323
|
-
Rendered home/useheader.xlsx.axlsx (23.2ms)
|
324
|
-
Completed 200 OK in 25ms (Views: 25.0ms | ActiveRecord: 0.0ms)
|
325
|
-
|
326
|
-
|
327
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:38:58 -0700
|
328
|
-
Processing by HomeController#useheader as XLSX
|
329
|
-
Rendered home/useheader.xlsx.axlsx (4.5ms)
|
330
|
-
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
331
|
-
|
332
|
-
|
333
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:39:40 -0700
|
334
|
-
Processing by HomeController#useheader as XLSX
|
335
|
-
Rendered home/useheader.xlsx.axlsx (22.8ms)
|
336
|
-
Rendered text template (0.0ms)
|
337
|
-
Sent data filename_test.xlsx (0.5ms)
|
338
|
-
Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)
|
339
|
-
|
340
|
-
|
341
|
-
Started GET "/" for 192.168.10.83 at 2012-08-21 13:41:36 -0700
|
342
|
-
Processing by HomeController#index as HTML
|
343
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
344
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
345
|
-
|
346
|
-
|
347
|
-
Started GET "/assets/application.css?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700
|
348
|
-
Served asset /application.css - 200 OK (0ms)
|
349
|
-
|
350
|
-
|
351
|
-
Started GET "/assets/jquery.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700
|
352
|
-
Served asset /jquery.js - 200 OK (0ms)
|
353
|
-
|
354
|
-
|
355
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700
|
356
|
-
Served asset /jquery_ujs.js - 200 OK (0ms)
|
357
|
-
|
358
|
-
|
359
|
-
Started GET "/assets/application.js?body=1" for 192.168.10.83 at 2012-08-21 13:41:37 -0700
|
360
|
-
Served asset /application.js - 200 OK (0ms)
|
361
|
-
|
362
|
-
|
363
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:41:39 -0700
|
364
|
-
Processing by HomeController#useheader as XLSX
|
365
|
-
Rendered home/useheader.xlsx.axlsx (4.3ms)
|
366
|
-
Rendered text template (0.0ms)
|
367
|
-
Sent data filename_test.xlsx (0.5ms)
|
368
|
-
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
369
|
-
|
370
|
-
|
371
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:41:49 -0700
|
372
|
-
Processing by HomeController#useheader as XLSX
|
373
|
-
Rendered home/useheader.xlsx.axlsx (24.6ms)
|
374
|
-
Rendered text template (0.0ms)
|
375
|
-
Sent data filenamedd_test.xlsx (0.5ms)
|
376
|
-
Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms)
|
377
|
-
|
378
|
-
|
379
|
-
Started GET "/" for 192.168.10.83 at 2012-08-21 13:42:18 -0700
|
380
|
-
Processing by HomeController#index as HTML
|
381
|
-
Rendered home/index.html.erb within layouts/application (0.6ms)
|
382
|
-
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
383
|
-
|
384
|
-
|
385
|
-
Started GET "/assets/application.css?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700
|
386
|
-
Served asset /application.css - 200 OK (0ms)
|
387
|
-
|
388
|
-
|
389
|
-
Started GET "/assets/jquery.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700
|
390
|
-
Served asset /jquery.js - 200 OK (0ms)
|
391
|
-
|
392
|
-
|
393
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700
|
394
|
-
Served asset /jquery_ujs.js - 200 OK (0ms)
|
395
|
-
|
396
|
-
|
397
|
-
Started GET "/assets/application.js?body=1" for 192.168.10.83 at 2012-08-21 13:42:19 -0700
|
398
|
-
Served asset /application.js - 200 OK (0ms)
|
399
|
-
|
400
|
-
|
401
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:42:22 -0700
|
402
|
-
Processing by HomeController#useheader as XLSX
|
403
|
-
Rendered home/useheader.xlsx.axlsx (4.1ms)
|
404
|
-
Rendered text template (0.0ms)
|
405
|
-
Sent data filename_test.xlsx (0.4ms)
|
406
|
-
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
407
|
-
|
408
|
-
|
409
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:42:42 -0700
|
410
|
-
Processing by HomeController#useheader as XLSX
|
411
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
412
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
413
|
-
|
414
|
-
|
415
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:44:15 -0700
|
416
|
-
Processing by HomeController#useheader as XLSX
|
417
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
418
|
-
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
419
|
-
|
420
|
-
|
421
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:44:51 -0700
|
422
|
-
Processing by HomeController#useheader as XLSX
|
423
|
-
Rendered home/useheader.xlsx.axlsx (24.3ms)
|
424
|
-
Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
|
425
|
-
|
426
|
-
|
427
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:56:44 -0700
|
428
|
-
Connecting to database specified by database.yml
|
429
|
-
Processing by HomeController#useheader as XLSX
|
430
|
-
Rendered home/useheader.xlsx.axlsx (23.0ms)
|
431
|
-
Completed 200 OK in 31ms (Views: 31.0ms | ActiveRecord: 0.0ms)
|
432
|
-
|
433
|
-
|
434
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:56:52 -0700
|
435
|
-
Processing by HomeController#useheader as XLSX
|
436
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
437
|
-
Rendered text template (0.0ms)
|
438
|
-
Sent data filename_test.xlsx (34.2ms)
|
439
|
-
Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)
|
440
|
-
|
441
|
-
|
442
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 13:57:39 -0700
|
443
|
-
Processing by HomeController#useheader as XLSX
|
444
|
-
Rendered home/useheader.xlsx.axlsx (25.8ms)
|
445
|
-
Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms)
|
446
|
-
|
447
|
-
|
448
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 13:59:20 -0700
|
449
|
-
Processing by HomeController#useheader as XLSX
|
450
|
-
Rendered home/useheader.xlsx.axlsx (4.0ms)
|
451
|
-
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
452
|
-
|
453
|
-
|
454
|
-
Started GET "/useheader.xlsx" for 192.168.10.83 at 2012-08-21 14:05:31 -0700
|
455
|
-
Connecting to database specified by database.yml
|
456
|
-
Processing by HomeController#useheader as XLSX
|
457
|
-
Rendered home/useheader.xlsx.axlsx (24.4ms)
|
458
|
-
Rendered text template (0.0ms)
|
459
|
-
Sent data filename_test.xlsx (1.9ms)
|
460
|
-
Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.0ms)
|
461
|
-
|
462
|
-
|
463
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:05 -0700
|
464
|
-
Processing by HomeController#useheader as XLSX
|
465
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
466
|
-
Rendered text template (0.0ms)
|
467
|
-
Sent data filename_test.xlsx (0.4ms)
|
468
|
-
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
469
|
-
|
470
|
-
|
471
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:13 -0700
|
472
|
-
Processing by HomeController#useheader as XLSX
|
473
|
-
Rendered home/useheader.xlsx.axlsx (25.3ms)
|
474
|
-
Rendered text template (0.0ms)
|
475
|
-
Sent data filename_test.xlsx (0.5ms)
|
476
|
-
Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
|
477
|
-
|
478
|
-
|
479
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:29 -0700
|
480
|
-
Processing by HomeController#useheader as XLSX
|
481
|
-
Rendered home/useheader.xlsx.axlsx (4.6ms)
|
482
|
-
Rendered text template (0.0ms)
|
483
|
-
Sent data filename_test.xlsx (0.7ms)
|
484
|
-
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
485
|
-
|
486
|
-
|
487
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:06:59 -0700
|
488
|
-
Processing by HomeController#useheader as XLSX
|
489
|
-
Rendered home/useheader.xlsx.axlsx (22.2ms)
|
490
|
-
Rendered text template (0.0ms)
|
491
|
-
Sent data filename_test.xlsx (0.4ms)
|
492
|
-
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
|
493
|
-
|
494
|
-
|
495
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:33 -0700
|
496
|
-
Processing by HomeController#useheader as XLSX
|
497
|
-
Rendered home/useheader.xlsx.axlsx (4.2ms)
|
498
|
-
Rendered text template (0.0ms)
|
499
|
-
Sent data filename_test.xlsx (0.4ms)
|
500
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
501
|
-
|
502
|
-
|
503
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:56 -0700
|
504
|
-
Connecting to database specified by database.yml
|
505
|
-
Processing by HomeController#useheader as XLSX
|
506
|
-
Rendered home/useheader.xlsx.axlsx (23.0ms)
|
507
|
-
Rendered text template (0.0ms)
|
508
|
-
Sent data filename_test.xlsx (1.9ms)
|
509
|
-
Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms)
|
510
|
-
|
511
|
-
|
512
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:07:59 -0700
|
513
|
-
Processing by HomeController#useheader as XLSX
|
514
|
-
Rendered home/useheader.xlsx.axlsx (4.9ms)
|
515
|
-
Rendered text template (0.0ms)
|
516
|
-
Sent data filename_test.xlsx (0.5ms)
|
517
|
-
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
518
|
-
|
519
|
-
|
520
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2012-08-21 14:13:40 -0700
|
521
|
-
Processing by HomeController#useheader as XLSX
|
522
|
-
Rendered home/useheader.xlsx.axlsx (24.3ms)
|
523
|
-
Rendered text template (0.0ms)
|
524
|
-
Sent data filename_test.xlsx (0.5ms)
|
525
|
-
Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms)
|
526
|
-
|
527
|
-
|
528
|
-
Started GET "/" for 127.0.0.1 at 2012-08-27 09:46:23 -0700
|
529
|
-
Connecting to database specified by database.yml
|
530
|
-
Processing by HomeController#index as HTML
|
531
|
-
Rendered home/index.html.erb within layouts/application (3.1ms)
|
532
|
-
Completed 200 OK in 98ms (Views: 97.9ms | ActiveRecord: 0.0ms)
|
533
|
-
|
534
|
-
|
535
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700
|
536
|
-
Served asset /application.css - 304 Not Modified (3ms)
|
537
|
-
|
538
|
-
|
539
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700
|
540
|
-
Served asset /jquery.js - 304 Not Modified (3ms)
|
541
|
-
|
542
|
-
|
543
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700
|
544
|
-
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
545
|
-
|
546
|
-
|
547
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-27 09:46:24 -0700
|
548
|
-
Served asset /application.js - 304 Not Modified (5ms)
|
549
|
-
|
550
|
-
|
551
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2012-08-27 09:46:28 -0700
|
552
|
-
Processing by HomeController#index as XLSX
|
553
|
-
Rendered home/index.xlsx.axlsx (24.7ms)
|
554
|
-
Completed 200 OK in 45ms (Views: 45.1ms | ActiveRecord: 0.0ms)
|
555
|
-
|
556
|
-
|
557
|
-
Started GET "/" for 127.0.0.1 at 2012-08-27 10:55:48 -0700
|
558
|
-
Processing by HomeController#index as HTML
|
559
|
-
Rendered home/index.html.erb within layouts/application (0.7ms)
|
560
|
-
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)
|
561
|
-
|
562
|
-
|
563
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700
|
564
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
565
|
-
|
566
|
-
|
567
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700
|
568
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
569
|
-
|
570
|
-
|
571
|
-
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700
|
572
|
-
Served asset /application.js - 304 Not Modified (0ms)
|
573
|
-
|
574
|
-
|
575
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 10:55:48 -0700
|
576
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
577
|
-
|
578
|
-
|
579
|
-
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-08-27 11:02:26 -0700
|
580
|
-
Served asset /application.css - 304 Not Modified (0ms)
|
581
|
-
|
582
|
-
|
583
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-27 11:02:56 -0700
|
584
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
585
|
-
|
586
|
-
|
587
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-27 11:03:06 -0700
|
588
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
589
|
-
|
590
|
-
|
591
|
-
Started GET "/" for 127.0.0.1 at 2012-08-27 11:03:18 -0700
|
592
|
-
Processing by HomeController#index as HTML
|
593
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
594
|
-
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
595
|
-
Connecting to database specified by database.yml
|
596
|
-
Connecting to database specified by database.yml
|
597
|
-
[1m[36m (0.6ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
598
|
-
Migrating to CreateUsers (20120717192452)
|
599
|
-
Migrating to CreateLikes (20121206210955)
|
600
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
601
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
602
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
603
|
-
[1m[36m (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
604
|
-
[1m[35m (2.7ms)[0m commit transaction
|
605
|
-
[1m[36m (0.3ms)[0m [1mselect sqlite_version(*)[0m
|
606
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
607
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("likes")[0m
|
608
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
609
|
-
Connecting to database specified by database.yml
|
610
|
-
[1m[36m (1.4ms)[0m [1mselect sqlite_version(*)[0m
|
611
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
612
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("likes")[0m
|
613
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
614
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
615
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)
|
616
|
-
[1m[36m (2.1ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
617
|
-
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
618
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
619
|
-
[1m[35m (2.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
620
|
-
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
621
|
-
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20121206210955')
|
622
|
-
[1m[36m (1.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120717192452')[0m
|
623
|
-
Connecting to database specified by database.yml
|
624
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
625
|
-
[1m[35m (5.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
626
|
-
[1m[36m (2.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
627
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
628
|
-
Migrating to CreateUsers (20120717192452)
|
629
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
630
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
631
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
632
|
-
[1m[35m (1.7ms)[0m commit transaction
|
633
|
-
Migrating to CreateLikes (20121206210955)
|
634
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
635
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
636
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
637
|
-
[1m[35m (1.9ms)[0m commit transaction
|
638
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
639
|
-
Connecting to database specified by database.yml
|
640
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
641
|
-
[1m[35m (3.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
642
|
-
[1m[36m (2.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
643
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
644
|
-
Migrating to CreateUsers (20120717192452)
|
645
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
646
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
647
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
648
|
-
[1m[35m (1.7ms)[0m commit transaction
|
649
|
-
Migrating to CreateLikes (20121206210955)
|
650
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
651
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
652
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
653
|
-
[1m[35m (3.0ms)[0m commit transaction
|
654
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
655
|
-
Connecting to database specified by database.yml
|
656
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
657
|
-
Migrating to CreateUsers (20120717192452)
|
658
|
-
Migrating to CreateLikes (20121206210955)
|
659
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
660
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
661
|
-
Connecting to database specified by database.yml
|
662
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
663
|
-
[1m[35m (5.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
664
|
-
[1m[36m (2.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
665
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
666
|
-
Migrating to CreateUsers (20120717192452)
|
667
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
668
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
669
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
670
|
-
[1m[35m (1.9ms)[0m commit transaction
|
671
|
-
Migrating to CreateLikes (20121206210955)
|
672
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
673
|
-
[1m[35m (0.6ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
674
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
675
|
-
[1m[35m (1.7ms)[0m commit transaction
|
676
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
677
|
-
Connecting to database specified by database.yml
|
678
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
679
|
-
Migrating to CreateUsers (20120717192452)
|
680
|
-
Migrating to CreateLikes (20121206210955)
|
681
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
682
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
683
|
-
Connecting to database specified by database.yml
|
684
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
685
|
-
Migrating to CreateUsers (20120717192452)
|
686
|
-
Migrating to CreateLikes (20121206210955)
|
687
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
688
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
689
|
-
Connecting to database specified by database.yml
|
690
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
691
|
-
Migrating to CreateUsers (20120717192452)
|
692
|
-
Migrating to CreateLikes (20121206210955)
|
693
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
694
|
-
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
695
|
-
Connecting to database specified by database.yml
|
696
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
697
|
-
Migrating to CreateUsers (20120717192452)
|
698
|
-
Migrating to CreateLikes (20121206210955)
|
699
|
-
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
700
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
701
|
-
Connecting to database specified by database.yml
|
702
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
703
|
-
[1m[35m (5.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
704
|
-
[1m[36m (1.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
705
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
706
|
-
Migrating to CreateUsers (20120717192452)
|
707
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
708
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
709
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
710
|
-
[1m[35m (2.2ms)[0m commit transaction
|
711
|
-
Migrating to CreateLikes (20121206210955)
|
712
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
713
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
714
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
715
|
-
[1m[35m (2.2ms)[0m commit transaction
|
716
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
717
|
-
Connecting to database specified by database.yml
|
718
|
-
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
719
|
-
[1m[35m (2.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
720
|
-
[1m[36m (2.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
721
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
722
|
-
Migrating to CreateUsers (20120717192452)
|
723
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
724
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
725
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
726
|
-
[1m[35m (2.6ms)[0m commit transaction
|
727
|
-
Migrating to CreateLikes (20121206210955)
|
728
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
729
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
730
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
731
|
-
[1m[35m (2.8ms)[0m commit transaction
|
732
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
733
|
-
Connecting to database specified by database.yml
|
734
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
735
|
-
[1m[35m (6.6ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
736
|
-
[1m[36m (2.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
737
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
738
|
-
Migrating to CreateUsers (20120717192452)
|
739
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
740
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
741
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
742
|
-
[1m[35m (1.5ms)[0m commit transaction
|
743
|
-
Migrating to CreateLikes (20121206210955)
|
744
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
745
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
746
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
747
|
-
[1m[35m (2.2ms)[0m commit transaction
|
748
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
749
|
-
Connecting to database specified by database.yml
|
750
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
751
|
-
[1m[35m (6.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
752
|
-
[1m[36m (2.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
753
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
754
|
-
Migrating to CreateUsers (20120717192452)
|
755
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
756
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
757
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
758
|
-
[1m[35m (2.0ms)[0m commit transaction
|
759
|
-
Migrating to CreateLikes (20121206210955)
|
760
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
761
|
-
[1m[35m (0.4ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
762
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
763
|
-
[1m[35m (2.0ms)[0m commit transaction
|
764
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
765
|
-
Connecting to database specified by database.yml
|
766
|
-
|
767
|
-
|
768
|
-
Started GET "/" for 127.0.0.1 at 2014-04-08 08:37:57 -0700
|
769
|
-
Connecting to database specified by database.yml
|
770
|
-
Processing by HomeController#index as HTML
|
771
|
-
Rendered home/index.html.erb within layouts/application (2.1ms)
|
772
|
-
Completed 200 OK in 8.8ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
773
|
-
|
774
|
-
|
775
|
-
Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:06 -0700
|
776
|
-
Processing by HomeController#index as HTML
|
777
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
778
|
-
Completed 200 OK in 2.2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
779
|
-
|
780
|
-
|
781
|
-
Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:08 -0700
|
782
|
-
Processing by HomeController#index as HTML
|
783
|
-
Rendered home/index.html.erb within layouts/application (0.5ms)
|
784
|
-
Completed 200 OK in 3.1ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
785
|
-
|
786
|
-
|
787
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:38:22 -0700
|
788
|
-
Processing by HomeController#useheader as XLSX
|
789
|
-
Rendered home/useheader.xlsx.axlsx (8.8ms)
|
790
|
-
Completed 200 OK in 11.0ms (Views: 10.5ms | ActiveRecord: 0.0ms)
|
791
|
-
|
792
|
-
|
793
|
-
Started GET "/" for 127.0.0.1 at 2014-04-08 08:38:46 -0700
|
794
|
-
Processing by HomeController#index as HTML
|
795
|
-
Rendered home/index.html.erb within layouts/application (0.4ms)
|
796
|
-
Completed 200 OK in 2.4ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
797
|
-
|
798
|
-
|
799
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:38:51 -0700
|
800
|
-
Processing by HomeController#useheader as XLSX
|
801
|
-
Rendered home/useheader.xlsx.axlsx (8.4ms)
|
802
|
-
Completed 200 OK in 79848.3ms (Views: 10.9ms | ActiveRecord: 0.0ms)
|
803
|
-
|
804
|
-
|
805
|
-
Started GET "/" for 127.0.0.1 at 2014-04-08 08:47:01 -0700
|
806
|
-
Connecting to database specified by database.yml
|
807
|
-
Processing by HomeController#index as HTML
|
808
|
-
Rendered home/index.html.erb within layouts/application (1.7ms)
|
809
|
-
Completed 200 OK in 8.0ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
810
|
-
|
811
|
-
|
812
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:47:04 -0700
|
813
|
-
Processing by HomeController#useheader as XLSX
|
814
|
-
Rendered home/useheader.xlsx.axlsx (8.8ms)
|
815
|
-
Completed 200 OK in 7766.7ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
816
|
-
|
817
|
-
|
818
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:48:02 -0700
|
819
|
-
Processing by HomeController#useheader as XLSX
|
820
|
-
Rendered home/useheader.xlsx.axlsx (8.1ms)
|
821
|
-
Completed 200 OK in 1862.8ms (Views: 10.4ms | ActiveRecord: 0.0ms)
|
822
|
-
|
823
|
-
|
824
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2014-04-08 08:49:44 -0700
|
825
|
-
Connecting to database specified by database.yml
|
826
|
-
Processing by HomeController#useheader as XLSX
|
827
|
-
Rendered home/useheader.xlsx.axlsx (7.4ms)
|
828
|
-
Completed 200 OK in 3316.7ms (Views: 14.6ms | ActiveRecord: 0.0ms)
|
829
|
-
Connecting to database specified by database.yml
|
830
|
-
|
831
|
-
|
832
|
-
Started GET "/" for 127.0.0.1 at 2014-09-03 14:24:25 -0700
|
833
|
-
Processing by HomeController#index as HTML
|
834
|
-
Rendered home/index.html.erb within layouts/application (1.6ms)
|
835
|
-
Completed 200 OK in 8.3ms (Views: 7.9ms | ActiveRecord: 0.0ms)
|
836
|
-
|
837
|
-
|
838
|
-
Started GET "/users/show/1" for 127.0.0.1 at 2014-09-03 14:24:33 -0700
|
839
|
-
|
840
|
-
ActionController::RoutingError (No route matches [GET] "/users/show/1"):
|
841
|
-
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
842
|
-
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
843
|
-
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
844
|
-
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
845
|
-
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
846
|
-
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
847
|
-
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
848
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
849
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
850
|
-
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
851
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
852
|
-
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
853
|
-
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
854
|
-
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
855
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
856
|
-
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
857
|
-
thin (1.6.1) lib/thin/connection.rb:82:in `block in pre_process'
|
858
|
-
thin (1.6.1) lib/thin/connection.rb:80:in `catch'
|
859
|
-
thin (1.6.1) lib/thin/connection.rb:80:in `pre_process'
|
860
|
-
thin (1.6.1) lib/thin/connection.rb:55:in `process'
|
861
|
-
thin (1.6.1) lib/thin/connection.rb:41:in `receive_data'
|
862
|
-
eventmachine (1.0.3) lib/eventmachine.rb:187:in `run_machine'
|
863
|
-
eventmachine (1.0.3) lib/eventmachine.rb:187:in `run'
|
864
|
-
thin (1.6.1) lib/thin/backends/base.rb:73:in `start'
|
865
|
-
thin (1.6.1) lib/thin/server.rb:162:in `start'
|
866
|
-
rack (1.4.5) lib/rack/handler/thin.rb:13:in `run'
|
867
|
-
rack (1.4.5) lib/rack/server.rb:268:in `start'
|
868
|
-
railties (3.2.17) lib/rails/commands/server.rb:70:in `start'
|
869
|
-
railties (3.2.17) lib/rails/commands.rb:55:in `block in <top (required)>'
|
870
|
-
railties (3.2.17) lib/rails/commands.rb:50:in `tap'
|
871
|
-
railties (3.2.17) lib/rails/commands.rb:50:in `<top (required)>'
|
872
|
-
script/rails:6:in `require'
|
873
|
-
script/rails:6:in `<main>'
|
874
|
-
|
875
|
-
|
876
|
-
Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
877
|
-
|
878
|
-
|
879
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:24:41 -0700
|
880
|
-
Processing by UsersController#show as XLSX
|
881
|
-
Parameters: {"id"=>"1"}
|
882
|
-
Completed 500 Internal Server Error in 0.6ms
|
883
|
-
|
884
|
-
ActiveRecord::StatementInvalid (Could not find table 'users'):
|
885
|
-
app/controllers/users_controller.rb:16:in `show'
|
886
|
-
|
887
|
-
|
888
|
-
Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
889
|
-
Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
890
|
-
Rendered /Users/noel/.rvm/gems/ruby-2.0.0-p481/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)
|
891
|
-
Connecting to database specified by database.yml
|
892
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
893
|
-
[1m[35m (6.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
894
|
-
[1m[36m (1.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
895
|
-
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
896
|
-
Migrating to CreateUsers (20120717192452)
|
897
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
898
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "last_name" varchar(255), "address" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
899
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120717192452')[0m
|
900
|
-
[1m[35m (1.3ms)[0m commit transaction
|
901
|
-
Migrating to CreateLikes (20121206210955)
|
902
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
903
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "likes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
904
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20121206210955')[0m
|
905
|
-
[1m[35m (1.7ms)[0m commit transaction
|
906
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
907
|
-
Connecting to database specified by database.yml
|
908
|
-
Connecting to database specified by database.yml
|
909
|
-
|
910
|
-
|
911
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:28:03 -0700
|
912
|
-
Processing by UsersController#show as XLSX
|
913
|
-
Parameters: {"id"=>"1"}
|
914
|
-
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
|
915
|
-
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296)
|
916
|
-
Rendered users/respond_with.xlsx.axlsx (7.9ms)
|
917
|
-
Completed 200 OK in 21.5ms (Views: 14.1ms | ActiveRecord: 0.2ms)
|
918
|
-
|
919
|
-
|
920
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:50:35 -0700
|
921
|
-
Processing by UsersController#show as XLSX
|
922
|
-
Parameters: {"id"=>"1"}
|
923
|
-
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
|
924
|
-
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296)
|
925
|
-
Rendered users/respond_with.xlsx.axlsx (7.9ms)
|
926
|
-
Completed 200 OK in 11.8ms (Views: 10.3ms | ActiveRecord: 0.1ms)
|
927
|
-
Connecting to database specified by database.yml
|
928
|
-
|
929
|
-
|
930
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2014-09-03 14:53:50 -0700
|
931
|
-
Processing by UsersController#show as XLSX
|
932
|
-
Parameters: {"id"=>"1"}
|
933
|
-
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", "1"]]
|
934
|
-
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:axlsx] instead. (called from realtime at /Users/noel/.rvm/rubies/ruby-2.0.0-p481/lib/ruby/2.0.0/benchmark.rb:296)
|
935
|
-
Rendered users/respond_with.xlsx.axlsx (8.5ms)
|
936
|
-
Completed 200 OK in 27.9ms (Views: 19.0ms | ActiveRecord: 0.3ms)
|