greentable 0.0.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.coveralls.yml +1 -0
- data/.gitignore +13 -0
- data/.travis.yml +8 -0
- data/Gemfile +17 -0
- data/Gemfile.lock +135 -0
- data/Guardfile +8 -0
- data/README.md +77 -24
- data/Rakefile +38 -1
- data/greentable.gemspec +30 -15
- data/lib/greentable/export.rb +38 -28
- data/lib/greentable/greentable_table.rb +40 -11
- data/lib/greentable/railtie.rb +3 -3
- data/lib/greentable/version.rb +3 -0
- data/lib/greentable/view_helpers.rb +0 -1
- data/lib/greentable.rb +1 -1
- data/lib/tasks/greentable_tasks.rake +4 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +16 -0
- data/test/dummy/app/controllers/application_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/mailers/.gitkeep +0 -0
- data/test/dummy/app/models/.gitkeep +0 -0
- data/test/dummy/app/views/application/home.html.erb +16 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +3 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/lib/assets/.gitkeep +0 -0
- data/test/dummy/log/.gitkeep +0 -0
- data/test/dummy/log/development.log +2533 -0
- data/test/dummy/log/test.log +1881 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/tmp/cache/assets/C4C/3E0/sprockets%2F316d5a21a3694448e136215cf552c829 +0 -0
- data/test/dummy/tmp/cache/assets/C81/FF0/sprockets%2F839f902c241150aec5ba59751228875d +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DAA/B50/sprockets%2F7e7e12081cd77f6e2a99a61ee35b8cce +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E21/3E0/sprockets%2Ff9530da0d9bbb15351aef3eb378bddbc +0 -0
- data/test/export_test.rb +46 -0
- data/test/greentable_test.rb +90 -0
- data/test/test.iml +27 -0
- data/test/test_helper.rb +28 -0
- metadata +195 -5
|
@@ -0,0 +1,2533 @@
|
|
|
1
|
+
Connecting to database specified by database.yml
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Started GET "/home" for 127.0.0.1 at 2014-03-29 18:32:13 +0100
|
|
5
|
+
Connecting to database specified by database.yml
|
|
6
|
+
|
|
7
|
+
ActionController::RoutingError (No route matches [GET] "/home"):
|
|
8
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
9
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
10
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
11
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
12
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
13
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
14
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
15
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
16
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
17
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
18
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
19
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
20
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
21
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
22
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
23
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
24
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
25
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
26
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
27
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 18:32:16 +0100
|
|
34
|
+
|
|
35
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
36
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
37
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
38
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
39
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
40
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
41
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
42
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
43
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
44
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
45
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
46
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
47
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
48
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
49
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
50
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
51
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
52
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
53
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
54
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
55
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 18:32:17 +0100
|
|
62
|
+
|
|
63
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
64
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
65
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
66
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
67
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
68
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
69
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
70
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
71
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
72
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
73
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
74
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
75
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
76
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
77
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
78
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
79
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
80
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
81
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
82
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
83
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 18:32:18 +0100
|
|
90
|
+
|
|
91
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
92
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
93
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
94
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
95
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
96
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
97
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
98
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
99
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
100
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
101
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
102
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
103
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
104
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
105
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
106
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
107
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
108
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
109
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
110
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
111
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
Started GET "/index.html" for 127.0.0.1 at 2014-03-29 18:32:29 +0100
|
|
118
|
+
|
|
119
|
+
ActionController::RoutingError (No route matches [GET] "/index.html"):
|
|
120
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
121
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
122
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
123
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
124
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
125
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
126
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
127
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
128
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
129
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
130
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
131
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
132
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
133
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
134
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
135
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
136
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
137
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
138
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
139
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
Started GET "/index" for 127.0.0.1 at 2014-03-29 18:32:32 +0100
|
|
146
|
+
|
|
147
|
+
ActionController::RoutingError (No route matches [GET] "/index"):
|
|
148
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
149
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
150
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
151
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
152
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
153
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
154
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
155
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
156
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
157
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
158
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
159
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
160
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
161
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
162
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
163
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
164
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
165
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
166
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
167
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:07:20 +0100
|
|
174
|
+
|
|
175
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
176
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
177
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
178
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
179
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
180
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
181
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
182
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
183
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
184
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
185
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
186
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
187
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
188
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
189
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
190
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
191
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
192
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
193
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
194
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
195
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:07:34 +0100
|
|
202
|
+
Connecting to database specified by database.yml
|
|
203
|
+
|
|
204
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
205
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
206
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
207
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
208
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
209
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
210
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
211
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
212
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
213
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
214
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
215
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
216
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
217
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
218
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
219
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
220
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
221
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
222
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
223
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
224
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:07:36 +0100
|
|
231
|
+
|
|
232
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
233
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
234
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
235
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
236
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
237
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
238
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
239
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
240
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
241
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
242
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
243
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
244
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
245
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
246
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
247
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
248
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
249
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
250
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
251
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
252
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:07:58 +0100
|
|
259
|
+
Processing by ApplicationController#home as HTML
|
|
260
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
261
|
+
Completed 200 OK in 10.4ms (Views: 10.1ms | ActiveRecord: 0.0ms)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:07:58 +0100
|
|
265
|
+
Served asset /application.css - 304 Not Modified (1ms)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:07:58 +0100
|
|
269
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:07:58 +0100
|
|
273
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:07:58 +0100
|
|
277
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:08:43 +0100
|
|
281
|
+
Processing by ApplicationController#home as HTML
|
|
282
|
+
Rendered application/home.html.erb within layouts/application (0.6ms)
|
|
283
|
+
Completed 200 OK in 3.4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:08:43 +0100
|
|
287
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:43 +0100
|
|
291
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:43 +0100
|
|
295
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:43 +0100
|
|
299
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:08:56 +0100
|
|
303
|
+
Processing by ApplicationController#home as HTML
|
|
304
|
+
Rendered application/home.html.erb within layouts/application (0.7ms)
|
|
305
|
+
Completed 200 OK in 3.3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:08:56 +0100
|
|
309
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:56 +0100
|
|
313
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:56 +0100
|
|
317
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:08:56 +0100
|
|
321
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:17 +0100
|
|
325
|
+
Connecting to database specified by database.yml
|
|
326
|
+
|
|
327
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
328
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
329
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
330
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
331
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
332
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
333
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
334
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
335
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
336
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
337
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
338
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
339
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
340
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__753203683060037057__call__689340464135451421__callbacks'
|
|
341
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
342
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
343
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
344
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
345
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
346
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
347
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
348
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
349
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
350
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
351
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
352
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
353
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
354
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
355
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
356
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
357
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
358
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
359
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
360
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
361
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
362
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
363
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
364
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
365
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
366
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
370
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
|
|
371
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:33 +0100
|
|
375
|
+
|
|
376
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
377
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
378
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
379
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
380
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
381
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
382
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
383
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
384
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
385
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
386
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
387
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
388
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
389
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__753203683060037057__call__689340464135451421__callbacks'
|
|
390
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
391
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
392
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
393
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
394
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
395
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
396
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
397
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
398
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
399
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
400
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
401
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
402
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
403
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
404
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
405
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
406
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
407
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
408
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
409
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
410
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
411
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
412
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
413
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
414
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
415
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
419
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
|
420
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:34 +0100
|
|
424
|
+
|
|
425
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
426
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
427
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
428
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
429
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
430
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
431
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
432
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
433
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
434
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
435
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
436
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
437
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
438
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__753203683060037057__call__689340464135451421__callbacks'
|
|
439
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
440
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
441
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
442
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
443
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
444
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
445
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
446
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
447
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
448
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
449
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
450
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
451
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
452
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
453
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
454
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
455
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
456
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
457
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
458
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
459
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
460
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
461
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
462
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
463
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
464
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
468
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
469
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:35 +0100
|
|
473
|
+
|
|
474
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
475
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
476
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
477
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
478
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
479
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
480
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
481
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
482
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
483
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
484
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
485
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
486
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
487
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__753203683060037057__call__689340464135451421__callbacks'
|
|
488
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
489
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
490
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
491
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
492
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
493
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
494
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
495
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
496
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
497
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
498
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
499
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
500
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
501
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
502
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
503
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
504
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
505
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
506
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
507
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
508
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
509
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
510
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
511
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
512
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
513
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
517
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
518
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.8ms)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:57 +0100
|
|
522
|
+
Connecting to database specified by database.yml
|
|
523
|
+
|
|
524
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
525
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
526
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
527
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
528
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
529
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
530
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
531
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
532
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
533
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
534
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
535
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
536
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
537
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__2213636934060545340__call__2482431659362797776__callbacks'
|
|
538
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
539
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
540
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
541
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
542
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
543
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
544
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
545
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
546
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
547
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
548
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
549
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
550
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
551
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
552
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
553
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
554
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
555
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
556
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
557
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
558
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
559
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
560
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
561
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
562
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
563
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
|
567
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (18.5ms)
|
|
568
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.0ms)
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:20:58 +0100
|
|
572
|
+
|
|
573
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
574
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
575
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
576
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
577
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
578
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
579
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
580
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
581
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
582
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
583
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
584
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
585
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
586
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__2213636934060545340__call__2482431659362797776__callbacks'
|
|
587
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
588
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
589
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
590
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
591
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
592
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
593
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
594
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
595
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
596
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
597
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
598
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
599
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
600
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
601
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
602
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
603
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
604
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
605
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
606
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
607
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
608
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
609
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
610
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
611
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
612
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
|
616
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
|
617
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.2ms)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:21:06 +0100
|
|
621
|
+
Processing by ApplicationController#home as HTML
|
|
622
|
+
Rendered application/home.html.erb within layouts/application (0.4ms)
|
|
623
|
+
Completed 200 OK in 18.0ms (Views: 17.3ms | ActiveRecord: 0.0ms)
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:21:06 +0100
|
|
627
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:21:06 +0100
|
|
631
|
+
Served asset /jquery.js - 304 Not Modified (9ms)
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:21:06 +0100
|
|
635
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:21:06 +0100
|
|
639
|
+
Served asset /application.js - 304 Not Modified (29ms)
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:22:21 +0100
|
|
643
|
+
Connecting to database specified by database.yml
|
|
644
|
+
Processing by ApplicationController#home as HTML
|
|
645
|
+
Rendered application/home.html.haml within layouts/application (19.2ms)
|
|
646
|
+
Completed 200 OK in 40.8ms (Views: 40.3ms | ActiveRecord: 0.0ms)
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:22:21 +0100
|
|
650
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:21 +0100
|
|
654
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:21 +0100
|
|
658
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:21 +0100
|
|
662
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:22:28 +0100
|
|
666
|
+
Processing by ApplicationController#home as HTML
|
|
667
|
+
Rendered application/home.html.haml within layouts/application (3.1ms)
|
|
668
|
+
Completed 200 OK in 8.5ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:29 +0100
|
|
672
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:29 +0100
|
|
676
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:22:29 +0100
|
|
680
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:22:29 +0100
|
|
684
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:23:25 +0100
|
|
688
|
+
Processing by ApplicationController#home as HTML
|
|
689
|
+
Rendered application/home.html.haml within layouts/application (6.0ms)
|
|
690
|
+
Completed 500 Internal Server Error in 8.5ms
|
|
691
|
+
|
|
692
|
+
NoMethodError (undefined method `[]' for nil:NilClass):
|
|
693
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:19:in `call'
|
|
694
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
695
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
696
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
697
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
698
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
699
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
700
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
701
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
702
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
703
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
704
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
705
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__2895601947710899963__call__2849506810195228833__callbacks'
|
|
706
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
707
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
708
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
709
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
710
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
711
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
712
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
713
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
714
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
715
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
716
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
717
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
718
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
719
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
720
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
721
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
722
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
723
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
724
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
725
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
726
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
727
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
728
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
729
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
730
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
731
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
735
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
|
736
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.7ms)
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:23:30 +0100
|
|
740
|
+
Processing by ApplicationController#home as HTML
|
|
741
|
+
Rendered application/home.html.haml within layouts/application (3.1ms)
|
|
742
|
+
Compiled application.css (1ms) (pid 92501)
|
|
743
|
+
Completed 200 OK in 38.0ms (Views: 37.7ms | ActiveRecord: 0.0ms)
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:30 +0100
|
|
747
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:23:30 +0100
|
|
751
|
+
Served asset /application.css - 200 OK (4ms)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:30 +0100
|
|
755
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:30 +0100
|
|
759
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:23:39 +0100
|
|
763
|
+
Processing by ApplicationController#home as HTML
|
|
764
|
+
Rendered application/home.html.haml within layouts/application (3.7ms)
|
|
765
|
+
Completed 200 OK in 8.9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:23:39 +0100
|
|
769
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:39 +0100
|
|
773
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:39 +0100
|
|
777
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:23:39 +0100
|
|
781
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:25:00 +0100
|
|
785
|
+
Processing by ApplicationController#home as HTML
|
|
786
|
+
Rendered application/home.html.haml within layouts/application (4.1ms)
|
|
787
|
+
Completed 200 OK in 9.4ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:25:00 +0100
|
|
791
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:25:00 +0100
|
|
795
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:25:00 +0100
|
|
799
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:25:00 +0100
|
|
803
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:25:02 +0100
|
|
807
|
+
Processing by ApplicationController#home as HTML
|
|
808
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
809
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
810
|
+
Completed 200 OK in 5.8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
811
|
+
|
|
812
|
+
NoMethodError (undefined method `Nokogiri' for #<Greentable::Export:0x007fc876d87b38>):
|
|
813
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:22:in `_call'
|
|
814
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:9:in `call'
|
|
815
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
816
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
817
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
818
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
819
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
820
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
821
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
822
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
823
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
824
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
825
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
826
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
827
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__2895601947710899963__call__2849506810195228833__callbacks'
|
|
828
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
829
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
830
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
831
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
832
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
833
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
834
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
835
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
836
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
837
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
838
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
839
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
840
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
841
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
842
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
843
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
844
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
845
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
846
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
847
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
848
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
849
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
850
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
851
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
852
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
853
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
|
857
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
|
858
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:25:55 +0100
|
|
862
|
+
Connecting to database specified by database.yml
|
|
863
|
+
Processing by ApplicationController#home as HTML
|
|
864
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
865
|
+
Rendered application/home.html.haml within layouts/application (5.2ms)
|
|
866
|
+
Completed 200 OK in 46.1ms (Views: 45.5ms | ActiveRecord: 0.0ms)
|
|
867
|
+
|
|
868
|
+
NameError (uninitialized constant Greentable::Export::CSV):
|
|
869
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:32:in `block in _call'
|
|
870
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
871
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
872
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
873
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:23:in `_call'
|
|
874
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:9:in `call'
|
|
875
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
876
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
877
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
878
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
879
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
880
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
881
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
882
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
883
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
884
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
885
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
886
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
887
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__3345608573951036308__call__1617402522932916344__callbacks'
|
|
888
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
889
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
890
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
891
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
892
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
893
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
894
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
895
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
896
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
897
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
898
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
899
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
900
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
901
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
902
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
903
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
904
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
905
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
906
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
907
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
908
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
909
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
910
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
911
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
912
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
913
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
|
917
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
|
918
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:26:37 +0100
|
|
922
|
+
Processing by ApplicationController#home as HTML
|
|
923
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
924
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
925
|
+
Completed 200 OK in 5.7ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
|
926
|
+
|
|
927
|
+
NameError (uninitialized constant Greentable::Export::CSV):
|
|
928
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:32:in `block in _call'
|
|
929
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
930
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
931
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
932
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:23:in `_call'
|
|
933
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:9:in `call'
|
|
934
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
935
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
936
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
937
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
938
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
939
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
940
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
941
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
942
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
943
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
944
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
945
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
946
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__3345608573951036308__call__1617402522932916344__callbacks'
|
|
947
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
948
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
949
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
950
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
951
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
952
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
953
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
954
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
955
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
956
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
957
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
958
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
959
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
960
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
961
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
962
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
963
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
964
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
965
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
966
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
967
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
968
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
969
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
970
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
971
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
972
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
|
976
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
|
|
977
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.1ms)
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:27:54 +0100
|
|
981
|
+
Connecting to database specified by database.yml
|
|
982
|
+
Processing by ApplicationController#home as HTML
|
|
983
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
984
|
+
Rendered application/home.html.haml within layouts/application (4.8ms)
|
|
985
|
+
Completed 200 OK in 44.8ms (Views: 44.3ms | ActiveRecord: 0.0ms)
|
|
986
|
+
|
|
987
|
+
NameError (uninitialized constant Greentable::Export::CSV):
|
|
988
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:32:in `block in _call'
|
|
989
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
990
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
991
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
992
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:23:in `_call'
|
|
993
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:9:in `call'
|
|
994
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
995
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
996
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
997
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
998
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
999
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1000
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1001
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1002
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1003
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1004
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1005
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1006
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__3883109936699969554__call__1628414796236351832__callbacks'
|
|
1007
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1008
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1009
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1010
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1011
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1012
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1013
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1014
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1015
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1016
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1017
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1018
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1019
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1020
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1021
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1022
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1023
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1024
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1025
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1026
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1027
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1028
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1029
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1030
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1031
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1032
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
|
|
1036
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
|
|
1037
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.1ms)
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:30:18 +0100
|
|
1041
|
+
Connecting to database specified by database.yml
|
|
1042
|
+
Processing by ApplicationController#home as HTML
|
|
1043
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1044
|
+
Rendered application/home.html.haml within layouts/application (23.3ms)
|
|
1045
|
+
Completed 200 OK in 45.9ms (Views: 45.4ms | ActiveRecord: 0.0ms)
|
|
1046
|
+
|
|
1047
|
+
NameError (uninitialized constant Greentable::Export::CSV):
|
|
1048
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:33:in `block in _call'
|
|
1049
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
1050
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
1051
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
1052
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:24:in `_call'
|
|
1053
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1054
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1055
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1056
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1057
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1058
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1059
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1060
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1061
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1062
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1063
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1064
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1065
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1066
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__1499116202327837876__call__4205082635223800171__callbacks'
|
|
1067
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1068
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1069
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1070
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1071
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1072
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1073
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1074
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1075
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1076
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1077
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1078
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1079
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1080
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1081
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1082
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1083
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1084
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1085
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1086
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1087
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1088
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1089
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1090
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1091
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1092
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
|
1096
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
1097
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.5ms)
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:31:33 +0100
|
|
1101
|
+
Connecting to database specified by database.yml
|
|
1102
|
+
Processing by ApplicationController#home as HTML
|
|
1103
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1104
|
+
Rendered application/home.html.haml within layouts/application (4.4ms)
|
|
1105
|
+
Completed 200 OK in 25.5ms (Views: 24.8ms | ActiveRecord: 0.0ms)
|
|
1106
|
+
|
|
1107
|
+
NoMethodError (undefined method `generate_row' for CSV:Class):
|
|
1108
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:33:in `block in _call'
|
|
1109
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
1110
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
1111
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
1112
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:24:in `_call'
|
|
1113
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1114
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1115
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1116
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1117
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1118
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1119
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1120
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1121
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1122
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1123
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1124
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1125
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1126
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__4158144825869936798__call__1296474603894412975__callbacks'
|
|
1127
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1128
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1129
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1130
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1131
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1132
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1133
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1134
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1135
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1136
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1137
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1138
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1139
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1140
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1141
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1142
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1143
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1144
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1145
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1146
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1147
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1148
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1149
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1150
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1151
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1152
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
|
1156
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
|
1157
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:37:45 +0100
|
|
1161
|
+
Processing by ApplicationController#home as HTML
|
|
1162
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1163
|
+
Rendered application/home.html.haml within layouts/application (0.8ms)
|
|
1164
|
+
Completed 200 OK in 4.7ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
|
1165
|
+
|
|
1166
|
+
NoMethodError (undefined method `generate_row' for CSV:Class):
|
|
1167
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:33:in `block in _call'
|
|
1168
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:237:in `block in each'
|
|
1169
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `upto'
|
|
1170
|
+
nokogiri (1.6.1) lib/nokogiri/xml/node_set.rb:236:in `each'
|
|
1171
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:24:in `_call'
|
|
1172
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1173
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1174
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1175
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1176
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1177
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1178
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1179
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1180
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1181
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1182
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1183
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1184
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1185
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__4158144825869936798__call__1296474603894412975__callbacks'
|
|
1186
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1187
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1188
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1189
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1190
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1191
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1192
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1193
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1194
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1195
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1196
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1197
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1198
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1199
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1200
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1201
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1202
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1203
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1204
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1205
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1206
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1207
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1208
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1209
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1210
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1211
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
|
1215
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1216
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:37:55 +0100
|
|
1220
|
+
Connecting to database specified by database.yml
|
|
1221
|
+
Processing by ApplicationController#home as HTML
|
|
1222
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1223
|
+
Rendered application/home.html.haml within layouts/application (4.0ms)
|
|
1224
|
+
Completed 200 OK in 22.8ms (Views: 22.4ms | ActiveRecord: 0.0ms)
|
|
1225
|
+
Connecting to database specified by database.yml
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:50:00 +0100
|
|
1229
|
+
Connecting to database specified by database.yml
|
|
1230
|
+
Processing by ApplicationController#home as HTML
|
|
1231
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1232
|
+
Rendered application/home.html.haml within layouts/application (4.7ms)
|
|
1233
|
+
Completed 200 OK in 32.0ms (Views: 31.6ms | ActiveRecord: 0.0ms)
|
|
1234
|
+
|
|
1235
|
+
|
|
1236
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:50:09 +0100
|
|
1237
|
+
Processing by ApplicationController#home as HTML
|
|
1238
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1239
|
+
Completed 200 OK in 5.8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:50:09 +0100
|
|
1243
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:09 +0100
|
|
1247
|
+
Served asset /application.js - 304 Not Modified (30ms)
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:09 +0100
|
|
1251
|
+
Served asset /jquery_ujs.js - 304 Not Modified (5ms)
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:09 +0100
|
|
1255
|
+
Served asset /jquery.js - 304 Not Modified (4ms)
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:50:10 +0100
|
|
1259
|
+
Processing by ApplicationController#home as HTML
|
|
1260
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
1261
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1262
|
+
Completed 200 OK in 5.9ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 19:50:18 +0100
|
|
1266
|
+
Processing by ApplicationController#home as HTML
|
|
1267
|
+
Rendered application/home.html.haml within layouts/application (4.3ms)
|
|
1268
|
+
Completed 200 OK in 9.5ms (Views: 9.2ms | ActiveRecord: 0.0ms)
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:50:18 +0100
|
|
1272
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:18 +0100
|
|
1276
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:18 +0100
|
|
1280
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:18 +0100
|
|
1284
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:50:19 +0100
|
|
1288
|
+
Processing by ApplicationController#home as HTML
|
|
1289
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1290
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1291
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:50:49 +0100
|
|
1295
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:49 +0100
|
|
1299
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:49 +0100
|
|
1303
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:50:49 +0100
|
|
1307
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:50:58 +0100
|
|
1311
|
+
Processing by ApplicationController#home as HTML
|
|
1312
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1313
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
1314
|
+
Completed 200 OK in 6.4ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:51:24 +0100
|
|
1318
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:51:26 +0100
|
|
1322
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:51:27 +0100
|
|
1326
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:51:27 +0100
|
|
1330
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:51:32 +0100
|
|
1334
|
+
Processing by ApplicationController#home as HTML
|
|
1335
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1336
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
1337
|
+
Completed 200 OK in 6.3ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:52:29 +0100
|
|
1341
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:52:29 +0100
|
|
1345
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:52:29 +0100
|
|
1349
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:52:29 +0100
|
|
1353
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 19:54:25 +0100
|
|
1357
|
+
Connecting to database specified by database.yml
|
|
1358
|
+
Processing by ApplicationController#home as HTML
|
|
1359
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1360
|
+
Rendered application/home.html.haml within layouts/application (5.0ms)
|
|
1361
|
+
Completed 200 OK in 25.1ms (Views: 24.6ms | ActiveRecord: 0.0ms)
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 19:54:28 +0100
|
|
1365
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 19:54:28 +0100
|
|
1369
|
+
Served asset /jquery.js - 304 Not Modified (4ms)
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 19:54:28 +0100
|
|
1373
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 19:54:28 +0100
|
|
1377
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:03:05 +0100
|
|
1381
|
+
Connecting to database specified by database.yml
|
|
1382
|
+
Processing by ApplicationController#home as HTML
|
|
1383
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1384
|
+
Rendered application/home.html.haml within layouts/application (4.5ms)
|
|
1385
|
+
Completed 200 OK in 25.3ms (Views: 24.9ms | ActiveRecord: 0.0ms)
|
|
1386
|
+
|
|
1387
|
+
NoMethodError (undefined method `each' for "asdfadsf":String):
|
|
1388
|
+
rack (1.4.5) lib/rack/etag.rb:58:in `digest_body'
|
|
1389
|
+
rack (1.4.5) lib/rack/etag.rb:26:in `call'
|
|
1390
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1391
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1392
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1393
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1394
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1395
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1396
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1397
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1398
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1399
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1400
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__514876372761023287__call__4073095645259940166__callbacks'
|
|
1401
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1402
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1403
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1404
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1405
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1406
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1407
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1408
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1409
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1410
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1411
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1412
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1413
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1414
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1415
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1416
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1417
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1418
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1419
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1420
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1421
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1422
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1423
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1424
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1425
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1426
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|
1430
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
1431
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.9ms)
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:03:45 +0100
|
|
1435
|
+
Processing by ApplicationController#home as HTML
|
|
1436
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1437
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1438
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1439
|
+
|
|
1440
|
+
NoMethodError (undefined method `each' for "asdfadsf":String):
|
|
1441
|
+
rack (1.4.5) lib/rack/etag.rb:58:in `digest_body'
|
|
1442
|
+
rack (1.4.5) lib/rack/etag.rb:26:in `call'
|
|
1443
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1444
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1445
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1446
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1447
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1448
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1449
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1450
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1451
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1452
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1453
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__514876372761023287__call__4073095645259940166__callbacks'
|
|
1454
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1455
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1456
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1457
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1458
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1459
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1460
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1461
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1462
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1463
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1464
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1465
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1466
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1467
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1468
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1469
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1470
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1471
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1472
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1473
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1474
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1475
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1476
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1477
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1478
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1479
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
|
1483
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (21.3ms)
|
|
1484
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.5ms)
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:05:12 +0100
|
|
1488
|
+
Connecting to database specified by database.yml
|
|
1489
|
+
Processing by ApplicationController#home as HTML
|
|
1490
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1491
|
+
Rendered application/home.html.haml within layouts/application (5.3ms)
|
|
1492
|
+
Completed 200 OK in 26.0ms (Views: 25.5ms | ActiveRecord: 0.0ms)
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:05:47 +0100
|
|
1496
|
+
Processing by ApplicationController#home as HTML
|
|
1497
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1498
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
1499
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:03 +0100
|
|
1503
|
+
Connecting to database specified by database.yml
|
|
1504
|
+
Processing by ApplicationController#home as HTML
|
|
1505
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1506
|
+
Rendered application/home.html.haml within layouts/application (4.4ms)
|
|
1507
|
+
Completed 200 OK in 23.4ms (Views: 23.0ms | ActiveRecord: 0.0ms)
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:04 +0100
|
|
1511
|
+
Processing by ApplicationController#home as HTML
|
|
1512
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1513
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1514
|
+
Completed 200 OK in 4.9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:04 +0100
|
|
1518
|
+
Processing by ApplicationController#home as HTML
|
|
1519
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1520
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1521
|
+
Completed 200 OK in 4.8ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:05 +0100
|
|
1525
|
+
Processing by ApplicationController#home as HTML
|
|
1526
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1527
|
+
Rendered application/home.html.haml within layouts/application (0.8ms)
|
|
1528
|
+
Completed 200 OK in 4.7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:05 +0100
|
|
1532
|
+
Processing by ApplicationController#home as HTML
|
|
1533
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1534
|
+
Rendered application/home.html.haml within layouts/application (0.8ms)
|
|
1535
|
+
Completed 200 OK in 4.7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:05 +0100
|
|
1539
|
+
Processing by ApplicationController#home as HTML
|
|
1540
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1541
|
+
Rendered application/home.html.haml within layouts/application (0.8ms)
|
|
1542
|
+
Completed 200 OK in 5.0ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:06:10 +0100
|
|
1546
|
+
Processing by ApplicationController#home as HTML
|
|
1547
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1548
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1549
|
+
Completed 200 OK in 5.6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:07:26 +0100
|
|
1553
|
+
Processing by ApplicationController#home as HTML
|
|
1554
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1555
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
1556
|
+
Completed 200 OK in 6.1ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:08:53 +0100
|
|
1560
|
+
Connecting to database specified by database.yml
|
|
1561
|
+
Processing by ApplicationController#home as HTML
|
|
1562
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1563
|
+
Rendered application/home.html.haml within layouts/application (4.7ms)
|
|
1564
|
+
Completed 200 OK in 23.9ms (Views: 23.5ms | ActiveRecord: 0.0ms)
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:08:53 +0100
|
|
1568
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:08:53 +0100
|
|
1572
|
+
Served asset /jquery.js - 304 Not Modified (9ms)
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:08:53 +0100
|
|
1576
|
+
Served asset /jquery_ujs.js - 304 Not Modified (4ms)
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:08:53 +0100
|
|
1580
|
+
Served asset /application.js - 304 Not Modified (24ms)
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:09:38 +0100
|
|
1584
|
+
Processing by ApplicationController#home as HTML
|
|
1585
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1586
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
1587
|
+
Completed 200 OK in 6.6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:11:25 +0100
|
|
1591
|
+
Connecting to database specified by database.yml
|
|
1592
|
+
Processing by ApplicationController#home as HTML
|
|
1593
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1594
|
+
Rendered application/home.html.haml within layouts/application (5.2ms)
|
|
1595
|
+
Completed 200 OK in 24.6ms (Views: 24.1ms | ActiveRecord: 0.0ms)
|
|
1596
|
+
|
|
1597
|
+
NoMethodError (undefined method `clear' for #<Nokogiri::XML::Element:0x007fd4688586f0>):
|
|
1598
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:45:in `_call'
|
|
1599
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1600
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1601
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1602
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1603
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1604
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1605
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1606
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1607
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1608
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1609
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1610
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1611
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1612
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__1053269113528104114__call__3799582683707446054__callbacks'
|
|
1613
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1614
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1615
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1616
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1617
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1618
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1619
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1620
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1621
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1622
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1623
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1624
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1625
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1626
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1627
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1628
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1629
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1630
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1631
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1632
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1633
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1634
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1635
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1636
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1637
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1638
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|
1642
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1643
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:11:26 +0100
|
|
1647
|
+
Processing by ApplicationController#home as HTML
|
|
1648
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1649
|
+
Rendered application/home.html.haml within layouts/application (0.8ms)
|
|
1650
|
+
Completed 200 OK in 4.6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
|
1651
|
+
|
|
1652
|
+
NoMethodError (undefined method `clear' for #<Nokogiri::XML::Element:0x007fd46703ad20>):
|
|
1653
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:45:in `_call'
|
|
1654
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1655
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1656
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1657
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1658
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1659
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1660
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1661
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1662
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1663
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1664
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1665
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1666
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1667
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__1053269113528104114__call__3799582683707446054__callbacks'
|
|
1668
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1669
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1670
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1671
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1672
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1673
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1674
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1675
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1676
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1677
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1678
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1679
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1680
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1681
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1682
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1683
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1684
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1685
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1686
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1687
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1688
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1689
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1690
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1691
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1692
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1693
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|
1697
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1698
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:12:20 +0100
|
|
1702
|
+
Connecting to database specified by database.yml
|
|
1703
|
+
Processing by ApplicationController#home as HTML
|
|
1704
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1705
|
+
Rendered application/home.html.haml within layouts/application (4.6ms)
|
|
1706
|
+
Completed 200 OK in 23.7ms (Views: 23.3ms | ActiveRecord: 0.0ms)
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:12:20 +0100
|
|
1710
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:12:20 +0100
|
|
1714
|
+
Served asset /jquery.js - 304 Not Modified (8ms)
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:12:20 +0100
|
|
1718
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:12:20 +0100
|
|
1722
|
+
Served asset /application.js - 304 Not Modified (24ms)
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:12:51 +0100
|
|
1726
|
+
Connecting to database specified by database.yml
|
|
1727
|
+
Processing by ApplicationController#home as HTML
|
|
1728
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1729
|
+
Rendered application/home.html.haml within layouts/application (4.6ms)
|
|
1730
|
+
Completed 200 OK in 23.6ms (Views: 23.2ms | ActiveRecord: 0.0ms)
|
|
1731
|
+
|
|
1732
|
+
NoMethodError (undefined method `replace' for #<Nokogiri::XML::NodeSet:0x007fda413f60d8>):
|
|
1733
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:45:in `_call'
|
|
1734
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1735
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1736
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1737
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1738
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1739
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1740
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1741
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1742
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1743
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1744
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1745
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1746
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1747
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__552543561744873305__call__4584043995402242269__callbacks'
|
|
1748
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1749
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1750
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1751
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1752
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1753
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1754
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1755
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1756
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1757
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1758
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1759
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1760
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1761
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
1762
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
1763
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
1764
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
1765
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
1766
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
1767
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
1768
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
1769
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
1770
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
1771
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
1772
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
1773
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|
1777
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
|
1778
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:13:06 +0100
|
|
1782
|
+
Connecting to database specified by database.yml
|
|
1783
|
+
Processing by ApplicationController#home as HTML
|
|
1784
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1785
|
+
Rendered application/home.html.haml within layouts/application (4.4ms)
|
|
1786
|
+
Completed 200 OK in 23.4ms (Views: 22.9ms | ActiveRecord: 0.0ms)
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:13:06 +0100
|
|
1790
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:13:06 +0100
|
|
1794
|
+
Served asset /jquery_ujs.js - 304 Not Modified (5ms)
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:13:07 +0100
|
|
1798
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:13:07 +0100
|
|
1802
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:17:31 +0100
|
|
1806
|
+
Connecting to database specified by database.yml
|
|
1807
|
+
Processing by ApplicationController#home as HTML
|
|
1808
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1809
|
+
Rendered application/home.html.haml within layouts/application (4.5ms)
|
|
1810
|
+
Completed 200 OK in 23.9ms (Views: 23.5ms | ActiveRecord: 0.0ms)
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:17:31 +0100
|
|
1814
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:31 +0100
|
|
1818
|
+
Served asset /jquery.js - 304 Not Modified (24ms)
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:31 +0100
|
|
1822
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:31 +0100
|
|
1826
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:17:32 +0100
|
|
1830
|
+
Processing by ApplicationController#home as HTML
|
|
1831
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1832
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1833
|
+
Completed 200 OK in 5.3ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:17:32 +0100
|
|
1837
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:32 +0100
|
|
1841
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:32 +0100
|
|
1845
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:32 +0100
|
|
1849
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:17:33 +0100
|
|
1853
|
+
Processing by ApplicationController#home as HTML
|
|
1854
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1855
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1856
|
+
Completed 200 OK in 5.3ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:17:33 +0100
|
|
1860
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:33 +0100
|
|
1864
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:33 +0100
|
|
1868
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:17:33 +0100
|
|
1872
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1873
|
+
|
|
1874
|
+
|
|
1875
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:17:52 +0100
|
|
1876
|
+
Processing by ApplicationController#home as HTML
|
|
1877
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1878
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1879
|
+
Completed 200 OK in 5.5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:18:25 +0100
|
|
1883
|
+
Processing by ApplicationController#home as HTML
|
|
1884
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1885
|
+
Rendered application/home.html.haml within layouts/application (1.2ms)
|
|
1886
|
+
Completed 200 OK in 6.6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:18:39 +0100
|
|
1890
|
+
Processing by ApplicationController#home as HTML
|
|
1891
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1892
|
+
Completed 200 OK in 5.1ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:18:39 +0100
|
|
1896
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1897
|
+
|
|
1898
|
+
|
|
1899
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:39 +0100
|
|
1900
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:39 +0100
|
|
1904
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:39 +0100
|
|
1908
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1909
|
+
|
|
1910
|
+
|
|
1911
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1912
|
+
Processing by ApplicationController#home as HTML
|
|
1913
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1914
|
+
Completed 200 OK in 5.1ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1918
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1919
|
+
|
|
1920
|
+
|
|
1921
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1922
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1926
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1927
|
+
|
|
1928
|
+
|
|
1929
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1930
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1934
|
+
Processing by ApplicationController#home as HTML
|
|
1935
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1936
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
1937
|
+
Completed 200 OK in 5.3ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1941
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1945
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
1946
|
+
|
|
1947
|
+
|
|
1948
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1949
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:18:40 +0100
|
|
1953
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
1954
|
+
|
|
1955
|
+
|
|
1956
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:22:15 +0100
|
|
1957
|
+
Processing by ApplicationController#home as HTML
|
|
1958
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1959
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
1960
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:23:23 +0100
|
|
1964
|
+
Connecting to database specified by database.yml
|
|
1965
|
+
Processing by ApplicationController#home as HTML
|
|
1966
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
1967
|
+
Rendered application/home.html.haml within layouts/application (5.9ms)
|
|
1968
|
+
Completed 200 OK in 26.8ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
|
1969
|
+
|
|
1970
|
+
NameError (undefined local variable or method `table_html' for #<Greentable::Export:0x007f8d3a994318>):
|
|
1971
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:48:in `_call'
|
|
1972
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
1973
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
1974
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
1975
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
1976
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
1977
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
1978
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
1979
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
1980
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
1981
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
1982
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
1983
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
1984
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
1985
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__139809165884615644__call__468762416648984268__callbacks'
|
|
1986
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
1987
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
1988
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
1989
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1990
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
1991
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
1992
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
1993
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
1994
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
1995
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
1996
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
1997
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
1998
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
1999
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
2000
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
2001
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2002
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
2003
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
2004
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
2005
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
2006
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
2007
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
2008
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
2009
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2010
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2011
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
|
2015
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
|
2016
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:23:26 +0100
|
|
2020
|
+
Processing by ApplicationController#home as HTML
|
|
2021
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2022
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
2023
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
2024
|
+
|
|
2025
|
+
NameError (undefined local variable or method `table_html' for #<Greentable::Export:0x007f8d3b159f58>):
|
|
2026
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:48:in `_call'
|
|
2027
|
+
/Users/wchatila/src/greentable/lib/greentable/export.rb:10:in `call'
|
|
2028
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
2029
|
+
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
2030
|
+
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
2031
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
2032
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
2033
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
2034
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
2035
|
+
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
2036
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
2037
|
+
activerecord (3.2.17) lib/active_record/query_cache.rb:64:in `call'
|
|
2038
|
+
activerecord (3.2.17) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
2039
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
2040
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `_run__139809165884615644__call__468762416648984268__callbacks'
|
|
2041
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
2042
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
2043
|
+
activesupport (3.2.17) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
2044
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
2045
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
2046
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
2047
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
2048
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
2049
|
+
railties (3.2.17) lib/rails/rack/logger.rb:32:in `call_app'
|
|
2050
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `block in call'
|
|
2051
|
+
activesupport (3.2.17) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
2052
|
+
railties (3.2.17) lib/rails/rack/logger.rb:16:in `call'
|
|
2053
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
2054
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
2055
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
2056
|
+
activesupport (3.2.17) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
2057
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
2058
|
+
actionpack (3.2.17) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
2059
|
+
railties (3.2.17) lib/rails/engine.rb:484:in `call'
|
|
2060
|
+
railties (3.2.17) lib/rails/application.rb:231:in `call'
|
|
2061
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
2062
|
+
railties (3.2.17) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
2063
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
2064
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
2065
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
2066
|
+
/Users/wchatila/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
|
2070
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (21.0ms)
|
|
2071
|
+
Rendered /Users/wchatila/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.17/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.5ms)
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 20:23:44 +0100
|
|
2075
|
+
Connecting to database specified by database.yml
|
|
2076
|
+
Processing by ApplicationController#home as HTML
|
|
2077
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2078
|
+
Rendered application/home.html.haml within layouts/application (5.5ms)
|
|
2079
|
+
Completed 200 OK in 25.6ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:23:46 +0100
|
|
2083
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:23:46 +0100
|
|
2087
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:23:46 +0100
|
|
2091
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:23:46 +0100
|
|
2095
|
+
Served asset /application.js - 304 Not Modified (5ms)
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:25:31 +0100
|
|
2099
|
+
Processing by ApplicationController#home as HTML
|
|
2100
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
2101
|
+
Completed 200 OK in 5.2ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:25:31 +0100
|
|
2105
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:25:31 +0100
|
|
2109
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:25:31 +0100
|
|
2113
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2114
|
+
|
|
2115
|
+
|
|
2116
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:25:31 +0100
|
|
2117
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:33:24 +0100
|
|
2121
|
+
Processing by ApplicationController#home as HTML
|
|
2122
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
2123
|
+
Completed 200 OK in 5.9ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:33:24 +0100
|
|
2127
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2128
|
+
|
|
2129
|
+
|
|
2130
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:24 +0100
|
|
2131
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:24 +0100
|
|
2135
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2136
|
+
|
|
2137
|
+
|
|
2138
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:24 +0100
|
|
2139
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2140
|
+
|
|
2141
|
+
|
|
2142
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:33:25 +0100
|
|
2143
|
+
Processing by ApplicationController#home as HTML
|
|
2144
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2145
|
+
Completed 200 OK in 5.5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:33:25 +0100
|
|
2149
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:25 +0100
|
|
2153
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:25 +0100
|
|
2157
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:25 +0100
|
|
2161
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2162
|
+
|
|
2163
|
+
|
|
2164
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:33:58 +0100
|
|
2165
|
+
Processing by ApplicationController#home as HTML
|
|
2166
|
+
Rendered application/home.html.haml within layouts/application (0.9ms)
|
|
2167
|
+
Completed 200 OK in 6.1ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:33:58 +0100
|
|
2171
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:58 +0100
|
|
2175
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:58 +0100
|
|
2179
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:58 +0100
|
|
2183
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:33:59 +0100
|
|
2187
|
+
Processing by ApplicationController#home as HTML
|
|
2188
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2189
|
+
Completed 200 OK in 5.8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2190
|
+
|
|
2191
|
+
|
|
2192
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:33:59 +0100
|
|
2193
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:59 +0100
|
|
2197
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:59 +0100
|
|
2201
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:33:59 +0100
|
|
2205
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2206
|
+
|
|
2207
|
+
|
|
2208
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2209
|
+
Processing by ApplicationController#home as HTML
|
|
2210
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2211
|
+
Completed 200 OK in 6.2ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2215
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2216
|
+
|
|
2217
|
+
|
|
2218
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2219
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2223
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2227
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2231
|
+
Processing by ApplicationController#home as HTML
|
|
2232
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
2233
|
+
Completed 200 OK in 6.2ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2237
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2241
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2245
|
+
Served asset /application.js - 304 Not Modified (3ms)
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:37:47 +0100
|
|
2249
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:39:35 +0100
|
|
2253
|
+
Processing by ApplicationController#home as HTML
|
|
2254
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2255
|
+
Completed 200 OK in 6.1ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:35 +0100
|
|
2259
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:39:35 +0100
|
|
2263
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:35 +0100
|
|
2267
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:35 +0100
|
|
2271
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2275
|
+
Processing by ApplicationController#home as HTML
|
|
2276
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2277
|
+
Completed 200 OK in 6.0ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2281
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2285
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2289
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2293
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2297
|
+
Processing by ApplicationController#home as HTML
|
|
2298
|
+
Rendered application/home.html.haml within layouts/application (1.1ms)
|
|
2299
|
+
Completed 200 OK in 6.2ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2303
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2307
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2311
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2315
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:39:36 +0100
|
|
2319
|
+
Processing by ApplicationController#home as HTML
|
|
2320
|
+
Rendered application/home.html.haml within layouts/application (1.0ms)
|
|
2321
|
+
Completed 200 OK in 6.0ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:39:37 +0100
|
|
2325
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:37 +0100
|
|
2329
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:37 +0100
|
|
2333
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:39:37 +0100
|
|
2337
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:40:10 +0100
|
|
2341
|
+
Connecting to database specified by database.yml
|
|
2342
|
+
Processing by ApplicationController#home as HTML
|
|
2343
|
+
Rendered application/home.html.erb within layouts/application (1.6ms)
|
|
2344
|
+
Completed 200 OK in 39.9ms (Views: 39.5ms | ActiveRecord: 0.0ms)
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:40:10 +0100
|
|
2348
|
+
Served asset /jquery_ujs.js - 304 Not Modified (6ms)
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:40:10 +0100
|
|
2352
|
+
Served asset /jquery.js - 304 Not Modified (4ms)
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:40:10 +0100
|
|
2356
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:40:10 +0100
|
|
2360
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:41:23 +0100
|
|
2364
|
+
Processing by ApplicationController#home as HTML
|
|
2365
|
+
Rendered application/home.html.erb within layouts/application (1.2ms)
|
|
2366
|
+
Completed 200 OK in 5.8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:41:23 +0100
|
|
2370
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:41:23 +0100
|
|
2374
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2375
|
+
|
|
2376
|
+
|
|
2377
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:41:23 +0100
|
|
2378
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2379
|
+
|
|
2380
|
+
|
|
2381
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:41:23 +0100
|
|
2382
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:48 +0100
|
|
2386
|
+
Processing by ApplicationController#home as HTML
|
|
2387
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2388
|
+
Completed 200 OK in 5.1ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 20:44:48 +0100
|
|
2392
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 20:44:48 +0100
|
|
2396
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 20:44:48 +0100
|
|
2400
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2401
|
+
|
|
2402
|
+
|
|
2403
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 20:44:48 +0100
|
|
2404
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2405
|
+
|
|
2406
|
+
|
|
2407
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:51 +0100
|
|
2408
|
+
Processing by ApplicationController#home as HTML
|
|
2409
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2410
|
+
Completed 200 OK in 4.7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
2411
|
+
|
|
2412
|
+
|
|
2413
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:52 +0100
|
|
2414
|
+
Processing by ApplicationController#home as HTML
|
|
2415
|
+
Rendered application/home.html.erb within layouts/application (0.6ms)
|
|
2416
|
+
Completed 200 OK in 5.0ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:52 +0100
|
|
2420
|
+
Processing by ApplicationController#home as HTML
|
|
2421
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2422
|
+
Completed 200 OK in 4.8ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:52 +0100
|
|
2426
|
+
Processing by ApplicationController#home as HTML
|
|
2427
|
+
Rendered application/home.html.erb within layouts/application (0.4ms)
|
|
2428
|
+
Completed 200 OK in 26.9ms (Views: 26.7ms | ActiveRecord: 0.0ms)
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 20:44:52 +0100
|
|
2432
|
+
Processing by ApplicationController#home as HTML
|
|
2433
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2434
|
+
Completed 200 OK in 4.7ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:20:38 +0100
|
|
2438
|
+
Processing by ApplicationController#home as HTML
|
|
2439
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
2440
|
+
Rendered application/home.html.erb within layouts/application (1.1ms)
|
|
2441
|
+
Completed 200 OK in 6.3ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:21:07 +0100
|
|
2445
|
+
Processing by ApplicationController#home as HTML
|
|
2446
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2447
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2448
|
+
Completed 200 OK in 5.2ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 22:21:07 +0100
|
|
2452
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 22:21:07 +0100
|
|
2456
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
2457
|
+
|
|
2458
|
+
|
|
2459
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 22:21:07 +0100
|
|
2460
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 22:21:07 +0100
|
|
2464
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:21:14 +0100
|
|
2468
|
+
Processing by ApplicationController#home as HTML
|
|
2469
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
2470
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2471
|
+
Completed 200 OK in 4.6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:21:16 +0100
|
|
2475
|
+
Processing by ApplicationController#home as HTML
|
|
2476
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2477
|
+
Rendered application/home.html.erb within layouts/application (0.4ms)
|
|
2478
|
+
Completed 200 OK in 4.2ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:26:51 +0100
|
|
2482
|
+
Connecting to database specified by database.yml
|
|
2483
|
+
Processing by ApplicationController#home as HTML
|
|
2484
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2485
|
+
Rendered application/home.html.erb within layouts/application (2.1ms)
|
|
2486
|
+
Compiled application.css (1ms) (pid 95349)
|
|
2487
|
+
Compiled jquery.js (1ms) (pid 95349)
|
|
2488
|
+
Compiled jquery_ujs.js (0ms) (pid 95349)
|
|
2489
|
+
Compiled application.js (32ms) (pid 95349)
|
|
2490
|
+
Completed 200 OK in 59.2ms (Views: 58.8ms | ActiveRecord: 0.0ms)
|
|
2491
|
+
|
|
2492
|
+
|
|
2493
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:26:52 +0100
|
|
2494
|
+
Processing by ApplicationController#home as HTML
|
|
2495
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2496
|
+
Rendered application/home.html.erb within layouts/application (0.5ms)
|
|
2497
|
+
Completed 200 OK in 4.9ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
Started GET "/?greentable_export=print&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:26:54 +0100
|
|
2501
|
+
Processing by ApplicationController#home as HTML
|
|
2502
|
+
Parameters: {"greentable_export"=>"print", "greentable_id"=>"greentable_id"}
|
|
2503
|
+
Rendered application/home.html.erb within layouts/application (0.4ms)
|
|
2504
|
+
Completed 200 OK in 4.0ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
|
2505
|
+
|
|
2506
|
+
|
|
2507
|
+
Started GET "/?greentable_export=csv&greentable_id=greentable_id" for 127.0.0.1 at 2014-03-29 22:27:10 +0100
|
|
2508
|
+
Processing by ApplicationController#home as HTML
|
|
2509
|
+
Parameters: {"greentable_export"=>"csv", "greentable_id"=>"greentable_id"}
|
|
2510
|
+
Rendered application/home.html.erb within layouts/application (0.4ms)
|
|
2511
|
+
Completed 200 OK in 4.0ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
Started GET "/" for 127.0.0.1 at 2014-03-29 22:49:17 +0100
|
|
2515
|
+
Processing by ApplicationController#home as HTML
|
|
2516
|
+
Rendered application/home.html.erb within layouts/application (0.6ms)
|
|
2517
|
+
Completed 200 OK in 5.7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-03-29 22:49:17 +0100
|
|
2521
|
+
Served asset /application.css - 304 Not Modified (5ms)
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-03-29 22:49:17 +0100
|
|
2525
|
+
Served asset /application.js - 304 Not Modified (9ms)
|
|
2526
|
+
|
|
2527
|
+
|
|
2528
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-03-29 22:49:17 +0100
|
|
2529
|
+
Served asset /jquery.js - 304 Not Modified (23ms)
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-03-29 22:49:17 +0100
|
|
2533
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|