airbrake-api 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,6 +1,6 @@
1
- *.sw?
2
- .DS_Store
3
- coverage
4
- *.gem
5
- pkg/*
6
- Gemfile.lock
1
+ *.sw?
2
+ .DS_Store
3
+ coverage
4
+ *.gem
5
+ pkg/*
6
+ Gemfile.lock
data/.rspec CHANGED
@@ -1,3 +1,3 @@
1
- --color
2
- --format=nested
3
- --backtrace
1
+ --color
2
+ --format=nested
3
+ --backtrace
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
- source "http://rubygems.org"
2
-
3
- platforms :jruby do
4
- gem 'jruby-openssl', '~> 0.7'
5
- end
6
-
7
- gemspec
1
+ source "http://rubygems.org"
2
+
3
+ platforms :jruby do
4
+ gem 'jruby-openssl', '~> 0.7'
5
+ end
6
+
7
+ gemspec
data/Rakefile CHANGED
@@ -1,19 +1,19 @@
1
- require 'bundler'
2
- Bundler::GemHelper.install_tasks
3
-
4
- require 'rspec/core/rake_task'
5
- RSpec::Core::RakeTask.new(:spec)
6
-
7
- task :default => :spec
8
-
9
- namespace :doc do
10
- require 'yard'
11
- YARD::Rake::YardocTask.new do |task|
12
- task.files = ['lib/**/*.rb']
13
- task.options = [
14
- '--protected',
15
- '--output-dir', 'doc/yard',
16
- '--markup', 'markdown',
17
- ]
18
- end
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
3
+
4
+ require 'rspec/core/rake_task'
5
+ RSpec::Core::RakeTask.new(:spec)
6
+
7
+ task :default => :spec
8
+
9
+ namespace :doc do
10
+ require 'yard'
11
+ YARD::Rake::YardocTask.new do |task|
12
+ task.files = ['lib/**/*.rb']
13
+ task.options = [
14
+ '--protected',
15
+ '--output-dir', 'doc/yard',
16
+ '--markup', 'markdown',
17
+ ]
18
+ end
19
19
  end
@@ -1,5 +1,5 @@
1
- class Array
2
- def extract_options!
3
- last.is_a?(::Hash) ? pop : {}
4
- end
5
- end
1
+ class Array
2
+ def extract_options!
3
+ last.is_a?(::Hash) ? pop : {}
4
+ end
5
+ end
@@ -22,7 +22,7 @@ module AirbrakeAPI
22
22
  def self.update(error, options)
23
23
  setup
24
24
 
25
- response = put(error_path(error), { :query => options })
25
+ response = put(error_path(error), :body => options)
26
26
  if response.code == 403
27
27
  raise AirbrakeError.new('SSL should be enabled - use Airbrake.secure = true in configuration')
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module AirbrakeAPI
2
- VERSION = '3.2.0'
2
+ VERSION = '3.2.1'
3
3
  end
@@ -1,545 +1,545 @@
1
- HTTP/1.1 200 OK
2
-
3
- <?xml version="1.0" encoding="UTF-8"?>
4
- <groups type="array">
5
- <group>
6
- <action>index</action>
7
- <controller>shades</controller>
8
- <created-at type="datetime">2010-04-16T21:45:30Z</created-at>
9
- <error-class>ActiveRecord::StatementInvalid</error-class>
10
- <error-message>ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'otype' in 'order clause': SELECT shades.id, shades.member_id, shades.equity_id, shades.etype, shades.shade_type, shade_features.shade_id, shade_features.price_in_cents, shade_features.tra</error-message>
11
- <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb</file>
12
- <id type="integer">1696170</id>
13
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
14
- <line-number type="integer">219</line-number>
15
- <most-recent-notice-at type="datetime">2010-04-24T02:27:11Z</most-recent-notice-at>
16
- <notice-hash>71ce436b9c091d468daf479eeee4b216</notice-hash>
17
- <notices-count type="integer">455</notices-count>
18
- <project-id type="integer">248</project-id>
19
- <rails-env>production</rails-env>
20
- <resolved type="boolean">false</resolved>
21
- <updated-at type="datetime">2010-04-24T02:27:11Z</updated-at>
22
- </group>
23
- <group>
24
- <action>index</action>
25
- <controller>member_ballots</controller>
26
- <created-at type="datetime">2010-04-16T20:19:25Z</created-at>
27
- <error-class>ActiveRecord::StatementInvalid</error-class>
28
- <error-message>ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'group_count' in 'order clause': SELECT `members`.* FROM `members` right join member_ballots on member_ballots.member_id = members.id WHERE (member_ballots.posting_id = 4703) ORDER BY `group_cou</error-message>
29
- <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb</file>
30
- <id type="integer">1695879</id>
31
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
32
- <line-number type="integer">219</line-number>
33
- <most-recent-notice-at type="datetime">2010-04-24T02:25:41Z</most-recent-notice-at>
34
- <notice-hash>8e80ee8d42a6922f28d936eb25b1203e</notice-hash>
35
- <notices-count type="integer">895</notices-count>
36
- <project-id type="integer">248</project-id>
37
- <rails-env>production</rails-env>
38
- <resolved type="boolean">false</resolved>
39
- <updated-at type="datetime">2010-04-24T02:25:41Z</updated-at>
40
- </group>
41
- <group>
42
- <action>index</action>
43
- <controller>shade_notes</controller>
44
- <created-at type="datetime">2010-04-17T02:21:58Z</created-at>
45
- <error-class>NoMethodError</error-class>
46
- <error-message>NoMethodError: undefined method `timezone_adjusted_shaded_at' for nil:NilClass</error-message>
47
- <file>/data/myapp/releases/20100416200739/app/helpers/application_helper.rb</file>
48
- <id type="integer">1696798</id>
49
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
50
- <line-number type="integer">48</line-number>
51
- <most-recent-notice-at type="datetime">2010-04-24T02:20:32Z</most-recent-notice-at>
52
- <notice-hash>5802da99c915c425c22799e68a208144</notice-hash>
53
- <notices-count type="integer">36</notices-count>
54
- <project-id type="integer">248</project-id>
55
- <rails-env>production</rails-env>
56
- <resolved type="boolean">false</resolved>
57
- <updated-at type="datetime">2010-04-24T02:20:32Z</updated-at>
58
- </group>
59
- <group>
60
- <action>show</action>
61
- <controller>company</controller>
62
- <created-at type="datetime">2010-04-16T21:54:58Z</created-at>
63
- <error-class>NoMethodError</error-class>
64
- <error-message>NoMethodError: undefined method `name' for nil:NilClass</error-message>
65
- <file>/data/myapp/releases/20100416200739/app/views/company/show.html.erb</file>
66
- <id type="integer">1696205</id>
67
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
68
- <line-number type="integer">23</line-number>
69
- <most-recent-notice-at type="datetime">2010-04-24T00:07:15Z</most-recent-notice-at>
70
- <notice-hash>7544a3924645e8dab5c1a2c1151bc5b2</notice-hash>
71
- <notices-count type="integer">188</notices-count>
72
- <project-id type="integer">248</project-id>
73
- <rails-env>production</rails-env>
74
- <resolved type="boolean">false</resolved>
75
- <updated-at type="datetime">2010-04-24T00:04:57Z</updated-at>
76
- </group>
77
- <group>
78
- <action>show</action>
79
- <controller>company</controller>
80
- <created-at type="datetime">2010-04-17T02:33:36Z</created-at>
81
- <error-class>NoMethodError</error-class>
82
- <error-message>NoMethodError: undefined method `name' for nil:NilClass</error-message>
83
- <file>/data/myapp/releases/20100416200739/app/views/company/show.html.erb</file>
84
- <id type="integer">1696825</id>
85
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
86
- <line-number type="integer">46</line-number>
87
- <most-recent-notice-at type="datetime">2010-04-24T00:05:35Z</most-recent-notice-at>
88
- <notice-hash>c03c3f98fbfdb69fb35ec297b49d11ad</notice-hash>
89
- <notices-count type="integer">34</notices-count>
90
- <project-id type="integer">248</project-id>
91
- <rails-env>production</rails-env>
92
- <resolved type="boolean">false</resolved>
93
- <updated-at type="datetime">2010-04-24T00:05:35Z</updated-at>
94
- </group>
95
- <group>
96
- <action>create</action>
97
- <controller>shade_notes</controller>
98
- <created-at type="datetime">2010-04-22T19:22:22Z</created-at>
99
- <error-class>ArgumentError</error-class>
100
- <error-message>ArgumentError: Invalid currency amount</error-message>
101
- <file>/data/myapp/releases/20100416200739/vendor/gems/money-2.1.5/lib/money/core_extensions.rb</file>
102
- <id type="integer">1723207</id>
103
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
104
- <line-number type="integer">116</line-number>
105
- <most-recent-notice-at type="datetime">2010-04-23T23:13:26Z</most-recent-notice-at>
106
- <notice-hash>e8590fb8e52d9030727f96b83727141a</notice-hash>
107
- <notices-count type="integer">2</notices-count>
108
- <project-id type="integer">248</project-id>
109
- <rails-env>production</rails-env>
110
- <resolved type="boolean">false</resolved>
111
- <updated-at type="datetime">2010-04-23T23:13:26Z</updated-at>
112
- </group>
113
- <group>
114
- <action>index</action>
115
- <controller>topics</controller>
116
- <created-at type="datetime">2010-04-17T18:35:21Z</created-at>
117
- <error-class>NoMethodError</error-class>
118
- <error-message>NoMethodError: undefined method `name' for false:FalseClass</error-message>
119
- <file>/data/myapp/releases/20100416200739/app/controllers/topics_controller.rb</file>
120
- <id type="integer">1698293</id>
121
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
122
- <line-number type="integer">20</line-number>
123
- <most-recent-notice-at type="datetime">2010-04-23T22:40:43Z</most-recent-notice-at>
124
- <notice-hash>8f12dc095d158b4ed87576587a20fc2a</notice-hash>
125
- <notices-count type="integer">11</notices-count>
126
- <project-id type="integer">248</project-id>
127
- <rails-env>production</rails-env>
128
- <resolved type="boolean">false</resolved>
129
- <updated-at type="datetime">2010-04-23T22:40:43Z</updated-at>
130
- </group>
131
- <group>
132
- <action>display_name</action>
133
- <controller>settings</controller>
134
- <created-at type="datetime">2010-04-23T19:02:51Z</created-at>
135
- <error-class>AASM::InvalidTransition</error-class>
136
- <error-message>AASM::InvalidTransition: Event 'publish' cannot transition from 'published'</error-message>
137
- <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
138
- <id type="integer">1728364</id>
139
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
140
- <line-number type="integer">17</line-number>
141
- <most-recent-notice-at type="datetime">2010-04-23T19:03:14Z</most-recent-notice-at>
142
- <notice-hash>a001037e72d28cb4fe0beca2c065f368</notice-hash>
143
- <notices-count type="integer">2</notices-count>
144
- <project-id type="integer">248</project-id>
145
- <rails-env>production</rails-env>
146
- <resolved type="boolean">false</resolved>
147
- <updated-at type="datetime">2010-04-23T19:02:52Z</updated-at>
148
- </group>
149
- <group>
150
- <action>index</action>
151
- <controller>topics</controller>
152
- <created-at type="datetime">2010-04-17T01:44:56Z</created-at>
153
- <error-class>RuntimeError</error-class>
154
- <error-message>RuntimeError: "NilClass"</error-message>
155
- <file>/data/myapp/releases/20100416200739/app/helpers/tk_urls_helper.rb</file>
156
- <id type="integer">1696722</id>
157
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
158
- <line-number type="integer">74</line-number>
159
- <most-recent-notice-at type="datetime">2010-04-23T18:00:25Z</most-recent-notice-at>
160
- <notice-hash>8ef369d7bcdd984101e321c3b83a5696</notice-hash>
161
- <notices-count type="integer">51</notices-count>
162
- <project-id type="integer">248</project-id>
163
- <rails-env>production</rails-env>
164
- <resolved type="boolean">false</resolved>
165
- <updated-at type="datetime">2010-04-23T18:00:25Z</updated-at>
166
- </group>
167
- <group>
168
- <action>update</action>
169
- <controller>admin/moderate</controller>
170
- <created-at type="datetime">2010-04-19T14:46:26Z</created-at>
171
- <error-class>ActiveRecord::StaleObjectError</error-class>
172
- <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
173
- <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
174
- <id type="integer">1703705</id>
175
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
176
- <line-number type="integer">89</line-number>
177
- <most-recent-notice-at type="datetime">2010-04-23T17:57:22Z</most-recent-notice-at>
178
- <notice-hash>05eea39bd5b059fe99b877ad87b99729</notice-hash>
179
- <notices-count type="integer">5</notices-count>
180
- <project-id type="integer">248</project-id>
181
- <rails-env>production</rails-env>
182
- <resolved type="boolean">false</resolved>
183
- <updated-at type="datetime">2010-04-23T17:57:22Z</updated-at>
184
- </group>
185
- <group>
186
- <action>index</action>
187
- <controller>welcome</controller>
188
- <created-at type="datetime">2010-04-16T20:49:36Z</created-at>
189
- <error-class>ActionView::MissingTemplate</error-class>
190
- <error-message>ActionView::MissingTemplate: Missing template welcome/_what_we_shade.erb in view path app/views</error-message>
191
- <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
192
- <id type="integer">1695982</id>
193
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
194
- <line-number type="integer">66</line-number>
195
- <most-recent-notice-at type="datetime">2010-04-23T17:44:24Z</most-recent-notice-at>
196
- <notice-hash>b937b06951264480a538c1a0727066ae</notice-hash>
197
- <notices-count type="integer">24</notices-count>
198
- <project-id type="integer">248</project-id>
199
- <rails-env>production</rails-env>
200
- <resolved type="boolean">false</resolved>
201
- <updated-at type="datetime">2010-04-23T17:44:24Z</updated-at>
202
- </group>
203
- <group>
204
- <action>edit_follows</action>
205
- <controller>dashboard</controller>
206
- <created-at type="datetime">2010-04-20T16:26:41Z</created-at>
207
- <error-class>NoMethodError</error-class>
208
- <error-message>NoMethodError: undefined method `each' for nil:NilClass</error-message>
209
- <file>/data/myapp/releases/20100416200739/app/controllers/dashboard_controller.rb</file>
210
- <id type="integer">1711098</id>
211
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
212
- <line-number type="integer">49</line-number>
213
- <most-recent-notice-at type="datetime">2010-04-23T17:40:06Z</most-recent-notice-at>
214
- <notice-hash>6d9f6fdd171263da486f92f34ad314ee</notice-hash>
215
- <notices-count type="integer">7</notices-count>
216
- <project-id type="integer">248</project-id>
217
- <rails-env>production</rails-env>
218
- <resolved type="boolean">false</resolved>
219
- <updated-at type="datetime">2010-04-23T17:40:06Z</updated-at>
220
- </group>
221
- <group>
222
- <action></action>
223
- <controller></controller>
224
- <created-at type="datetime">2010-04-19T23:17:54Z</created-at>
225
- <error-class>ActionController::MethodNotAllowed</error-class>
226
- <error-message>ActionController::MethodNotAllowed: Only get, put, and delete requests are allowed.</error-message>
227
- <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb</file>
228
- <id type="integer">1706890</id>
229
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
230
- <line-number type="integer">64</line-number>
231
- <most-recent-notice-at type="datetime">2010-04-23T15:51:53Z</most-recent-notice-at>
232
- <notice-hash>697a16d98f9cd4dfc7e3390153f2534c</notice-hash>
233
- <notices-count type="integer">5</notices-count>
234
- <project-id type="integer">248</project-id>
235
- <rails-env>production</rails-env>
236
- <resolved type="boolean">false</resolved>
237
- <updated-at type="datetime">2010-04-23T15:51:53Z</updated-at>
238
- </group>
239
- <group>
240
- <action>show</action>
241
- <controller>forums</controller>
242
- <created-at type="datetime">2010-04-18T20:40:30Z</created-at>
243
- <error-class>RuntimeError</error-class>
244
- <error-message>RuntimeError: "NilClass"</error-message>
245
- <file>/data/myapp/releases/20100416200739/app/helpers/tk_urls_helper.rb</file>
246
- <id type="integer">1700827</id>
247
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
248
- <line-number type="integer">74</line-number>
249
- <most-recent-notice-at type="datetime">2010-04-23T13:25:09Z</most-recent-notice-at>
250
- <notice-hash>8558b4ce7124c6f9a213ba361ed1a5d3</notice-hash>
251
- <notices-count type="integer">12</notices-count>
252
- <project-id type="integer">248</project-id>
253
- <rails-env>production</rails-env>
254
- <resolved type="boolean">false</resolved>
255
- <updated-at type="datetime">2010-04-23T13:25:09Z</updated-at>
256
- </group>
257
- <group>
258
- <action>shades_only</action>
259
- <controller>trading_activity</controller>
260
- <created-at type="datetime">2010-04-18T06:52:59Z</created-at>
261
- <error-class>ActionView::MissingTemplate</error-class>
262
- <error-message>ActionView::MissingTemplate: Missing template trading_activity/shades_only.erb in view path app/views</error-message>
263
- <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
264
- <id type="integer">1699397</id>
265
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
266
- <line-number type="integer">66</line-number>
267
- <most-recent-notice-at type="datetime">2010-04-23T13:03:08Z</most-recent-notice-at>
268
- <notice-hash>7260ebbbb0102c25cf35e61c29ab433e</notice-hash>
269
- <notices-count type="integer">25</notices-count>
270
- <project-id type="integer">248</project-id>
271
- <rails-env>production</rails-env>
272
- <resolved type="boolean">false</resolved>
273
- <updated-at type="datetime">2010-04-23T13:03:08Z</updated-at>
274
- </group>
275
- <group>
276
- <action>choose_name</action>
277
- <controller>registration</controller>
278
- <created-at type="datetime">2010-04-19T02:04:23Z</created-at>
279
- <error-class>AASM::InvalidTransition</error-class>
280
- <error-message>AASM::InvalidTransition: Event 'publish' cannot transition from 'published'</error-message>
281
- <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
282
- <id type="integer">1701377</id>
283
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
284
- <line-number type="integer">17</line-number>
285
- <most-recent-notice-at type="datetime">2010-04-23T02:51:25Z</most-recent-notice-at>
286
- <notice-hash>850b802e136b07e289d84fddd8d7fca9</notice-hash>
287
- <notices-count type="integer">11</notices-count>
288
- <project-id type="integer">248</project-id>
289
- <rails-env>production</rails-env>
290
- <resolved type="boolean">false</resolved>
291
- <updated-at type="datetime">2010-04-23T02:51:19Z</updated-at>
292
- </group>
293
- <group>
294
- <action>show</action>
295
- <controller>blogs</controller>
296
- <created-at type="datetime">2010-04-17T03:14:21Z</created-at>
297
- <error-class>ArgumentError</error-class>
298
- <error-message>ArgumentError: argument is an invalid Member object</error-message>
299
- <file>/data/myapp/releases/20100416200739/app/models/comment.rb</file>
300
- <id type="integer">1696899</id>
301
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
302
- <line-number type="integer">68</line-number>
303
- <most-recent-notice-at type="datetime">2010-04-22T20:32:57Z</most-recent-notice-at>
304
- <notice-hash>c321d001a83fe2df9a0c38cce734bb4b</notice-hash>
305
- <notices-count type="integer">32</notices-count>
306
- <project-id type="integer">248</project-id>
307
- <rails-env>production</rails-env>
308
- <resolved type="boolean">false</resolved>
309
- <updated-at type="datetime">2010-04-22T20:32:57Z</updated-at>
310
- </group>
311
- <group>
312
- <action>index</action>
313
- <controller>members</controller>
314
- <created-at type="datetime">2010-04-22T13:45:59Z</created-at>
315
- <error-class>NoMethodError</error-class>
316
- <error-message>NoMethodError: undefined method `pluralize' for nil:NilClass</error-message>
317
- <file>/data/myapp/releases/20100416200739/lib/standalone_link_renderer.rb</file>
318
- <id type="integer">1721478</id>
319
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
320
- <line-number type="integer">23</line-number>
321
- <most-recent-notice-at type="datetime">2010-04-22T13:45:59Z</most-recent-notice-at>
322
- <notice-hash>40dceaf757049b758327f81e8f9cef9e</notice-hash>
323
- <notices-count type="integer">1</notices-count>
324
- <project-id type="integer">248</project-id>
325
- <rails-env>production</rails-env>
326
- <resolved type="boolean">false</resolved>
327
- <updated-at type="datetime">2010-04-22T13:45:59Z</updated-at>
328
- </group>
329
- <group>
330
- <action>index</action>
331
- <controller>members</controller>
332
- <created-at type="datetime">2010-04-17T20:14:27Z</created-at>
333
- <error-class>NoMethodError</error-class>
334
- <error-message>NoMethodError: undefined method `field_specs' for nil:NilClass</error-message>
335
- <file>/data/myapp/releases/20100416200739/lib/filter_helper.rb</file>
336
- <id type="integer">1698489</id>
337
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
338
- <line-number type="integer">116</line-number>
339
- <most-recent-notice-at type="datetime">2010-04-22T11:30:02Z</most-recent-notice-at>
340
- <notice-hash>dee5055845a1f738a9c86f3fd70bb19b</notice-hash>
341
- <notices-count type="integer">2</notices-count>
342
- <project-id type="integer">248</project-id>
343
- <rails-env>production</rails-env>
344
- <resolved type="boolean">false</resolved>
345
- <updated-at type="datetime">2010-04-22T11:30:02Z</updated-at>
346
- </group>
347
- <group>
348
- <action>followers</action>
349
- <controller>subscriptions</controller>
350
- <created-at type="datetime">2010-04-19T22:20:59Z</created-at>
351
- <error-class>NameError</error-class>
352
- <error-message>NameError: uninitialized constant SubscriptionsController</error-message>
353
- <file>/data/myapp/releases/20100416200739/vendor/rails/activesupport/lib/active_support/dependencies.rb</file>
354
- <id type="integer">1706545</id>
355
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
356
- <line-number type="integer">443</line-number>
357
- <most-recent-notice-at type="datetime">2010-04-22T08:28:09Z</most-recent-notice-at>
358
- <notice-hash>32992aac8be6024e6f5783c12e7b6fac</notice-hash>
359
- <notices-count type="integer">13</notices-count>
360
- <project-id type="integer">248</project-id>
361
- <rails-env>production</rails-env>
362
- <resolved type="boolean">false</resolved>
363
- <updated-at type="datetime">2010-04-22T08:28:09Z</updated-at>
364
- </group>
365
- <group>
366
- <action>index</action>
367
- <controller>topics</controller>
368
- <created-at type="datetime">2010-04-17T02:59:11Z</created-at>
369
- <error-class>NoMethodError</error-class>
370
- <error-message>NoMethodError: undefined method `slug' for nil:NilClass</error-message>
371
- <file>/data/myapp/releases/20100416200739/app/controllers/topics_controller.rb</file>
372
- <id type="integer">1696865</id>
373
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
374
- <line-number type="integer">46</line-number>
375
- <most-recent-notice-at type="datetime">2010-04-22T05:37:29Z</most-recent-notice-at>
376
- <notice-hash>06b34874dd1edf6b90e223702f26a6ec</notice-hash>
377
- <notices-count type="integer">72</notices-count>
378
- <project-id type="integer">248</project-id>
379
- <rails-env>production</rails-env>
380
- <resolved type="boolean">false</resolved>
381
- <updated-at type="datetime">2010-04-22T05:25:05Z</updated-at>
382
- </group>
383
- <group>
384
- <action>positions</action>
385
- <controller>dashboard</controller>
386
- <created-at type="datetime">2010-04-21T16:07:14Z</created-at>
387
- <error-class>NoMethodError</error-class>
388
- <error-message>NoMethodError: undefined method `headline' for nil:NilClass</error-message>
389
- <file>/data/myapp/releases/20100416200739/app/views/dashboard/_positions_table.html.erb</file>
390
- <id type="integer">1716777</id>
391
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
392
- <line-number type="integer">3</line-number>
393
- <most-recent-notice-at type="datetime">2010-04-21T16:07:14Z</most-recent-notice-at>
394
- <notice-hash>e4f7d77be6a6cc86924bf66023a8c37f</notice-hash>
395
- <notices-count type="integer">1</notices-count>
396
- <project-id type="integer">248</project-id>
397
- <rails-env>production</rails-env>
398
- <resolved type="boolean">false</resolved>
399
- <updated-at type="datetime">2010-04-21T16:07:14Z</updated-at>
400
- </group>
401
- <group>
402
- <action>index</action>
403
- <controller>forum_posts</controller>
404
- <created-at type="datetime">2010-04-19T16:15:33Z</created-at>
405
- <error-class>WillPaginate::InvalidPage</error-class>
406
- <error-message>WillPaginate::InvalidPage: "http://www.laborpascoperu.org.pe/envio11.txt?" given as value, which translates to '0' as page number</error-message>
407
- <file>/data/myapp/releases/20100416200739/vendor/gems/will_paginate-2.2.2/lib/will_paginate/collection.rb</file>
408
- <id type="integer">1704224</id>
409
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
410
- <line-number type="integer">51</line-number>
411
- <most-recent-notice-at type="datetime">2010-04-21T15:04:26Z</most-recent-notice-at>
412
- <notice-hash>bc870c86d74a7b43ee1ecffb154aad9c</notice-hash>
413
- <notices-count type="integer">2</notices-count>
414
- <project-id type="integer">248</project-id>
415
- <rails-env>production</rails-env>
416
- <resolved type="boolean">false</resolved>
417
- <updated-at type="datetime">2010-04-21T15:04:26Z</updated-at>
418
- </group>
419
- <group>
420
- <action>update</action>
421
- <controller>admin/moderate</controller>
422
- <created-at type="datetime">2010-04-17T01:59:37Z</created-at>
423
- <error-class>AASM::InvalidTransition</error-class>
424
- <error-message>AASM::InvalidTransition: Event 'approve' cannot transition from 'removed'</error-message>
425
- <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
426
- <id type="integer">1696758</id>
427
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
428
- <line-number type="integer">17</line-number>
429
- <most-recent-notice-at type="datetime">2010-04-21T01:45:26Z</most-recent-notice-at>
430
- <notice-hash>1e17db05793e2bb697aabb926c39f0b3</notice-hash>
431
- <notices-count type="integer">4</notices-count>
432
- <project-id type="integer">248</project-id>
433
- <rails-env>production</rails-env>
434
- <resolved type="boolean">false</resolved>
435
- <updated-at type="datetime">2010-04-21T01:45:26Z</updated-at>
436
- </group>
437
- <group>
438
- <action>show</action>
439
- <controller>tags</controller>
440
- <created-at type="datetime">2010-04-20T08:14:34Z</created-at>
441
- <error-class>NoMethodError</error-class>
442
- <error-message>NoMethodError: undefined method `shaded_at' for nil:NilClass</error-message>
443
- <file>/data/myapp/releases/20100416200739/app/views/shade_notes/_shade_note.html.erb</file>
444
- <id type="integer">1708892</id>
445
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
446
- <line-number type="integer">20</line-number>
447
- <most-recent-notice-at type="datetime">2010-04-20T08:14:34Z</most-recent-notice-at>
448
- <notice-hash>f404dcac7ce0e7c06c40cc9b7a07af3a</notice-hash>
449
- <notices-count type="integer">1</notices-count>
450
- <project-id type="integer">248</project-id>
451
- <rails-env>production</rails-env>
452
- <resolved type="boolean">false</resolved>
453
- <updated-at type="datetime">2010-04-20T08:14:34Z</updated-at>
454
- </group>
455
- <group>
456
- <action>index</action>
457
- <controller>subscriptions</controller>
458
- <created-at type="datetime">2010-04-19T20:56:46Z</created-at>
459
- <error-class>NameError</error-class>
460
- <error-message>NameError: uninitialized constant SubscriptionsController</error-message>
461
- <file>/data/myapp/releases/20100416200739/vendor/rails/activesupport/lib/active_support/dependencies.rb</file>
462
- <id type="integer">1705954</id>
463
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
464
- <line-number type="integer">443</line-number>
465
- <most-recent-notice-at type="datetime">2010-04-19T23:31:54Z</most-recent-notice-at>
466
- <notice-hash>b6a802f25d9de887fd7ec24e735494fe</notice-hash>
467
- <notices-count type="integer">9</notices-count>
468
- <project-id type="integer">248</project-id>
469
- <rails-env>production</rails-env>
470
- <resolved type="boolean">false</resolved>
471
- <updated-at type="datetime">2010-04-19T23:31:54Z</updated-at>
472
- </group>
473
- <group>
474
- <action>unfollow</action>
475
- <controller>shade_notes</controller>
476
- <created-at type="datetime">2010-04-19T20:39:30Z</created-at>
477
- <error-class>ActionView::MissingTemplate</error-class>
478
- <error-message>ActionView::MissingTemplate: Missing template shade_notes/unfollow.erb in view path app/views</error-message>
479
- <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
480
- <id type="integer">1705850</id>
481
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
482
- <line-number type="integer">66</line-number>
483
- <most-recent-notice-at type="datetime">2010-04-19T20:39:30Z</most-recent-notice-at>
484
- <notice-hash>b94660cab19f29057c4fcd94c3c5c48b</notice-hash>
485
- <notices-count type="integer">1</notices-count>
486
- <project-id type="integer">248</project-id>
487
- <rails-env>production</rails-env>
488
- <resolved type="boolean">false</resolved>
489
- <updated-at type="datetime">2010-04-19T20:39:30Z</updated-at>
490
- </group>
491
- <group>
492
- <action>show</action>
493
- <controller>tags</controller>
494
- <created-at type="datetime">2010-04-19T03:59:56Z</created-at>
495
- <error-class>NoMethodError</error-class>
496
- <error-message>NoMethodError: undefined method `equity' for nil:NilClass</error-message>
497
- <file>/data/myapp/releases/20100416200739/app/views/shade_notes/_shade_note.html.erb</file>
498
- <id type="integer">1701733</id>
499
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
500
- <line-number type="integer">12</line-number>
501
- <most-recent-notice-at type="datetime">2010-04-19T10:45:52Z</most-recent-notice-at>
502
- <notice-hash>82fe9e4b12b7dbce23ae3f1936ecb5d7</notice-hash>
503
- <notices-count type="integer">2</notices-count>
504
- <project-id type="integer">248</project-id>
505
- <rails-env>production</rails-env>
506
- <resolved type="boolean">false</resolved>
507
- <updated-at type="datetime">2010-04-19T10:45:52Z</updated-at>
508
- </group>
509
- <group>
510
- <action>display_name</action>
511
- <controller>settings</controller>
512
- <created-at type="datetime">2010-04-18T20:54:44Z</created-at>
513
- <error-class>ActiveRecord::StaleObjectError</error-class>
514
- <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
515
- <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
516
- <id type="integer">1700843</id>
517
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
518
- <line-number type="integer">89</line-number>
519
- <most-recent-notice-at type="datetime">2010-04-18T20:54:44Z</most-recent-notice-at>
520
- <notice-hash>43175a902ce471d659b1c7dde0d1737f</notice-hash>
521
- <notices-count type="integer">1</notices-count>
522
- <project-id type="integer">248</project-id>
523
- <rails-env>production</rails-env>
524
- <resolved type="boolean">false</resolved>
525
- <updated-at type="datetime">2010-04-18T20:54:44Z</updated-at>
526
- </group>
527
- <group>
528
- <action>display_name</action>
529
- <controller>settings</controller>
530
- <created-at type="datetime">2010-04-18T20:54:44Z</created-at>
531
- <error-class>ActiveRecord::StaleObjectError</error-class>
532
- <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
533
- <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
534
- <id type="integer">1700843</id>
535
- <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
536
- <line-number type="integer">89</line-number>
537
- <most-recent-notice-at type="datetime">2010-04-18T20:54:44Z</most-recent-notice-at>
538
- <notice-hash>43175a902ce471d659b1c7dde0d1737f</notice-hash>
539
- <notices-count type="integer">1</notices-count>
540
- <project-id type="integer">248</project-id>
541
- <rails-env>production</rails-env>
542
- <resolved type="boolean">false</resolved>
543
- <updated-at type="datetime">2010-04-18T20:54:44Z</updated-at>
544
- </group>
545
- </groups>
1
+ HTTP/1.1 200 OK
2
+
3
+ <?xml version="1.0" encoding="UTF-8"?>
4
+ <groups type="array">
5
+ <group>
6
+ <action>index</action>
7
+ <controller>shades</controller>
8
+ <created-at type="datetime">2010-04-16T21:45:30Z</created-at>
9
+ <error-class>ActiveRecord::StatementInvalid</error-class>
10
+ <error-message>ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'otype' in 'order clause': SELECT shades.id, shades.member_id, shades.equity_id, shades.etype, shades.shade_type, shade_features.shade_id, shade_features.price_in_cents, shade_features.tra</error-message>
11
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb</file>
12
+ <id type="integer">1696170</id>
13
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
14
+ <line-number type="integer">219</line-number>
15
+ <most-recent-notice-at type="datetime">2010-04-24T02:27:11Z</most-recent-notice-at>
16
+ <notice-hash>71ce436b9c091d468daf479eeee4b216</notice-hash>
17
+ <notices-count type="integer">455</notices-count>
18
+ <project-id type="integer">248</project-id>
19
+ <rails-env>production</rails-env>
20
+ <resolved type="boolean">false</resolved>
21
+ <updated-at type="datetime">2010-04-24T02:27:11Z</updated-at>
22
+ </group>
23
+ <group>
24
+ <action>index</action>
25
+ <controller>member_ballots</controller>
26
+ <created-at type="datetime">2010-04-16T20:19:25Z</created-at>
27
+ <error-class>ActiveRecord::StatementInvalid</error-class>
28
+ <error-message>ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'group_count' in 'order clause': SELECT `members`.* FROM `members` right join member_ballots on member_ballots.member_id = members.id WHERE (member_ballots.posting_id = 4703) ORDER BY `group_cou</error-message>
29
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb</file>
30
+ <id type="integer">1695879</id>
31
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
32
+ <line-number type="integer">219</line-number>
33
+ <most-recent-notice-at type="datetime">2010-04-24T02:25:41Z</most-recent-notice-at>
34
+ <notice-hash>8e80ee8d42a6922f28d936eb25b1203e</notice-hash>
35
+ <notices-count type="integer">895</notices-count>
36
+ <project-id type="integer">248</project-id>
37
+ <rails-env>production</rails-env>
38
+ <resolved type="boolean">false</resolved>
39
+ <updated-at type="datetime">2010-04-24T02:25:41Z</updated-at>
40
+ </group>
41
+ <group>
42
+ <action>index</action>
43
+ <controller>shade_notes</controller>
44
+ <created-at type="datetime">2010-04-17T02:21:58Z</created-at>
45
+ <error-class>NoMethodError</error-class>
46
+ <error-message>NoMethodError: undefined method `timezone_adjusted_shaded_at' for nil:NilClass</error-message>
47
+ <file>/data/myapp/releases/20100416200739/app/helpers/application_helper.rb</file>
48
+ <id type="integer">1696798</id>
49
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
50
+ <line-number type="integer">48</line-number>
51
+ <most-recent-notice-at type="datetime">2010-04-24T02:20:32Z</most-recent-notice-at>
52
+ <notice-hash>5802da99c915c425c22799e68a208144</notice-hash>
53
+ <notices-count type="integer">36</notices-count>
54
+ <project-id type="integer">248</project-id>
55
+ <rails-env>production</rails-env>
56
+ <resolved type="boolean">false</resolved>
57
+ <updated-at type="datetime">2010-04-24T02:20:32Z</updated-at>
58
+ </group>
59
+ <group>
60
+ <action>show</action>
61
+ <controller>company</controller>
62
+ <created-at type="datetime">2010-04-16T21:54:58Z</created-at>
63
+ <error-class>NoMethodError</error-class>
64
+ <error-message>NoMethodError: undefined method `name' for nil:NilClass</error-message>
65
+ <file>/data/myapp/releases/20100416200739/app/views/company/show.html.erb</file>
66
+ <id type="integer">1696205</id>
67
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
68
+ <line-number type="integer">23</line-number>
69
+ <most-recent-notice-at type="datetime">2010-04-24T00:07:15Z</most-recent-notice-at>
70
+ <notice-hash>7544a3924645e8dab5c1a2c1151bc5b2</notice-hash>
71
+ <notices-count type="integer">188</notices-count>
72
+ <project-id type="integer">248</project-id>
73
+ <rails-env>production</rails-env>
74
+ <resolved type="boolean">false</resolved>
75
+ <updated-at type="datetime">2010-04-24T00:04:57Z</updated-at>
76
+ </group>
77
+ <group>
78
+ <action>show</action>
79
+ <controller>company</controller>
80
+ <created-at type="datetime">2010-04-17T02:33:36Z</created-at>
81
+ <error-class>NoMethodError</error-class>
82
+ <error-message>NoMethodError: undefined method `name' for nil:NilClass</error-message>
83
+ <file>/data/myapp/releases/20100416200739/app/views/company/show.html.erb</file>
84
+ <id type="integer">1696825</id>
85
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
86
+ <line-number type="integer">46</line-number>
87
+ <most-recent-notice-at type="datetime">2010-04-24T00:05:35Z</most-recent-notice-at>
88
+ <notice-hash>c03c3f98fbfdb69fb35ec297b49d11ad</notice-hash>
89
+ <notices-count type="integer">34</notices-count>
90
+ <project-id type="integer">248</project-id>
91
+ <rails-env>production</rails-env>
92
+ <resolved type="boolean">false</resolved>
93
+ <updated-at type="datetime">2010-04-24T00:05:35Z</updated-at>
94
+ </group>
95
+ <group>
96
+ <action>create</action>
97
+ <controller>shade_notes</controller>
98
+ <created-at type="datetime">2010-04-22T19:22:22Z</created-at>
99
+ <error-class>ArgumentError</error-class>
100
+ <error-message>ArgumentError: Invalid currency amount</error-message>
101
+ <file>/data/myapp/releases/20100416200739/vendor/gems/money-2.1.5/lib/money/core_extensions.rb</file>
102
+ <id type="integer">1723207</id>
103
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
104
+ <line-number type="integer">116</line-number>
105
+ <most-recent-notice-at type="datetime">2010-04-23T23:13:26Z</most-recent-notice-at>
106
+ <notice-hash>e8590fb8e52d9030727f96b83727141a</notice-hash>
107
+ <notices-count type="integer">2</notices-count>
108
+ <project-id type="integer">248</project-id>
109
+ <rails-env>production</rails-env>
110
+ <resolved type="boolean">false</resolved>
111
+ <updated-at type="datetime">2010-04-23T23:13:26Z</updated-at>
112
+ </group>
113
+ <group>
114
+ <action>index</action>
115
+ <controller>topics</controller>
116
+ <created-at type="datetime">2010-04-17T18:35:21Z</created-at>
117
+ <error-class>NoMethodError</error-class>
118
+ <error-message>NoMethodError: undefined method `name' for false:FalseClass</error-message>
119
+ <file>/data/myapp/releases/20100416200739/app/controllers/topics_controller.rb</file>
120
+ <id type="integer">1698293</id>
121
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
122
+ <line-number type="integer">20</line-number>
123
+ <most-recent-notice-at type="datetime">2010-04-23T22:40:43Z</most-recent-notice-at>
124
+ <notice-hash>8f12dc095d158b4ed87576587a20fc2a</notice-hash>
125
+ <notices-count type="integer">11</notices-count>
126
+ <project-id type="integer">248</project-id>
127
+ <rails-env>production</rails-env>
128
+ <resolved type="boolean">false</resolved>
129
+ <updated-at type="datetime">2010-04-23T22:40:43Z</updated-at>
130
+ </group>
131
+ <group>
132
+ <action>display_name</action>
133
+ <controller>settings</controller>
134
+ <created-at type="datetime">2010-04-23T19:02:51Z</created-at>
135
+ <error-class>AASM::InvalidTransition</error-class>
136
+ <error-message>AASM::InvalidTransition: Event 'publish' cannot transition from 'published'</error-message>
137
+ <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
138
+ <id type="integer">1728364</id>
139
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
140
+ <line-number type="integer">17</line-number>
141
+ <most-recent-notice-at type="datetime">2010-04-23T19:03:14Z</most-recent-notice-at>
142
+ <notice-hash>a001037e72d28cb4fe0beca2c065f368</notice-hash>
143
+ <notices-count type="integer">2</notices-count>
144
+ <project-id type="integer">248</project-id>
145
+ <rails-env>production</rails-env>
146
+ <resolved type="boolean">false</resolved>
147
+ <updated-at type="datetime">2010-04-23T19:02:52Z</updated-at>
148
+ </group>
149
+ <group>
150
+ <action>index</action>
151
+ <controller>topics</controller>
152
+ <created-at type="datetime">2010-04-17T01:44:56Z</created-at>
153
+ <error-class>RuntimeError</error-class>
154
+ <error-message>RuntimeError: "NilClass"</error-message>
155
+ <file>/data/myapp/releases/20100416200739/app/helpers/tk_urls_helper.rb</file>
156
+ <id type="integer">1696722</id>
157
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
158
+ <line-number type="integer">74</line-number>
159
+ <most-recent-notice-at type="datetime">2010-04-23T18:00:25Z</most-recent-notice-at>
160
+ <notice-hash>8ef369d7bcdd984101e321c3b83a5696</notice-hash>
161
+ <notices-count type="integer">51</notices-count>
162
+ <project-id type="integer">248</project-id>
163
+ <rails-env>production</rails-env>
164
+ <resolved type="boolean">false</resolved>
165
+ <updated-at type="datetime">2010-04-23T18:00:25Z</updated-at>
166
+ </group>
167
+ <group>
168
+ <action>update</action>
169
+ <controller>admin/moderate</controller>
170
+ <created-at type="datetime">2010-04-19T14:46:26Z</created-at>
171
+ <error-class>ActiveRecord::StaleObjectError</error-class>
172
+ <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
173
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
174
+ <id type="integer">1703705</id>
175
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
176
+ <line-number type="integer">89</line-number>
177
+ <most-recent-notice-at type="datetime">2010-04-23T17:57:22Z</most-recent-notice-at>
178
+ <notice-hash>05eea39bd5b059fe99b877ad87b99729</notice-hash>
179
+ <notices-count type="integer">5</notices-count>
180
+ <project-id type="integer">248</project-id>
181
+ <rails-env>production</rails-env>
182
+ <resolved type="boolean">false</resolved>
183
+ <updated-at type="datetime">2010-04-23T17:57:22Z</updated-at>
184
+ </group>
185
+ <group>
186
+ <action>index</action>
187
+ <controller>welcome</controller>
188
+ <created-at type="datetime">2010-04-16T20:49:36Z</created-at>
189
+ <error-class>ActionView::MissingTemplate</error-class>
190
+ <error-message>ActionView::MissingTemplate: Missing template welcome/_what_we_shade.erb in view path app/views</error-message>
191
+ <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
192
+ <id type="integer">1695982</id>
193
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
194
+ <line-number type="integer">66</line-number>
195
+ <most-recent-notice-at type="datetime">2010-04-23T17:44:24Z</most-recent-notice-at>
196
+ <notice-hash>b937b06951264480a538c1a0727066ae</notice-hash>
197
+ <notices-count type="integer">24</notices-count>
198
+ <project-id type="integer">248</project-id>
199
+ <rails-env>production</rails-env>
200
+ <resolved type="boolean">false</resolved>
201
+ <updated-at type="datetime">2010-04-23T17:44:24Z</updated-at>
202
+ </group>
203
+ <group>
204
+ <action>edit_follows</action>
205
+ <controller>dashboard</controller>
206
+ <created-at type="datetime">2010-04-20T16:26:41Z</created-at>
207
+ <error-class>NoMethodError</error-class>
208
+ <error-message>NoMethodError: undefined method `each' for nil:NilClass</error-message>
209
+ <file>/data/myapp/releases/20100416200739/app/controllers/dashboard_controller.rb</file>
210
+ <id type="integer">1711098</id>
211
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
212
+ <line-number type="integer">49</line-number>
213
+ <most-recent-notice-at type="datetime">2010-04-23T17:40:06Z</most-recent-notice-at>
214
+ <notice-hash>6d9f6fdd171263da486f92f34ad314ee</notice-hash>
215
+ <notices-count type="integer">7</notices-count>
216
+ <project-id type="integer">248</project-id>
217
+ <rails-env>production</rails-env>
218
+ <resolved type="boolean">false</resolved>
219
+ <updated-at type="datetime">2010-04-23T17:40:06Z</updated-at>
220
+ </group>
221
+ <group>
222
+ <action></action>
223
+ <controller></controller>
224
+ <created-at type="datetime">2010-04-19T23:17:54Z</created-at>
225
+ <error-class>ActionController::MethodNotAllowed</error-class>
226
+ <error-message>ActionController::MethodNotAllowed: Only get, put, and delete requests are allowed.</error-message>
227
+ <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb</file>
228
+ <id type="integer">1706890</id>
229
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
230
+ <line-number type="integer">64</line-number>
231
+ <most-recent-notice-at type="datetime">2010-04-23T15:51:53Z</most-recent-notice-at>
232
+ <notice-hash>697a16d98f9cd4dfc7e3390153f2534c</notice-hash>
233
+ <notices-count type="integer">5</notices-count>
234
+ <project-id type="integer">248</project-id>
235
+ <rails-env>production</rails-env>
236
+ <resolved type="boolean">false</resolved>
237
+ <updated-at type="datetime">2010-04-23T15:51:53Z</updated-at>
238
+ </group>
239
+ <group>
240
+ <action>show</action>
241
+ <controller>forums</controller>
242
+ <created-at type="datetime">2010-04-18T20:40:30Z</created-at>
243
+ <error-class>RuntimeError</error-class>
244
+ <error-message>RuntimeError: "NilClass"</error-message>
245
+ <file>/data/myapp/releases/20100416200739/app/helpers/tk_urls_helper.rb</file>
246
+ <id type="integer">1700827</id>
247
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
248
+ <line-number type="integer">74</line-number>
249
+ <most-recent-notice-at type="datetime">2010-04-23T13:25:09Z</most-recent-notice-at>
250
+ <notice-hash>8558b4ce7124c6f9a213ba361ed1a5d3</notice-hash>
251
+ <notices-count type="integer">12</notices-count>
252
+ <project-id type="integer">248</project-id>
253
+ <rails-env>production</rails-env>
254
+ <resolved type="boolean">false</resolved>
255
+ <updated-at type="datetime">2010-04-23T13:25:09Z</updated-at>
256
+ </group>
257
+ <group>
258
+ <action>shades_only</action>
259
+ <controller>trading_activity</controller>
260
+ <created-at type="datetime">2010-04-18T06:52:59Z</created-at>
261
+ <error-class>ActionView::MissingTemplate</error-class>
262
+ <error-message>ActionView::MissingTemplate: Missing template trading_activity/shades_only.erb in view path app/views</error-message>
263
+ <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
264
+ <id type="integer">1699397</id>
265
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
266
+ <line-number type="integer">66</line-number>
267
+ <most-recent-notice-at type="datetime">2010-04-23T13:03:08Z</most-recent-notice-at>
268
+ <notice-hash>7260ebbbb0102c25cf35e61c29ab433e</notice-hash>
269
+ <notices-count type="integer">25</notices-count>
270
+ <project-id type="integer">248</project-id>
271
+ <rails-env>production</rails-env>
272
+ <resolved type="boolean">false</resolved>
273
+ <updated-at type="datetime">2010-04-23T13:03:08Z</updated-at>
274
+ </group>
275
+ <group>
276
+ <action>choose_name</action>
277
+ <controller>registration</controller>
278
+ <created-at type="datetime">2010-04-19T02:04:23Z</created-at>
279
+ <error-class>AASM::InvalidTransition</error-class>
280
+ <error-message>AASM::InvalidTransition: Event 'publish' cannot transition from 'published'</error-message>
281
+ <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
282
+ <id type="integer">1701377</id>
283
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
284
+ <line-number type="integer">17</line-number>
285
+ <most-recent-notice-at type="datetime">2010-04-23T02:51:25Z</most-recent-notice-at>
286
+ <notice-hash>850b802e136b07e289d84fddd8d7fca9</notice-hash>
287
+ <notices-count type="integer">11</notices-count>
288
+ <project-id type="integer">248</project-id>
289
+ <rails-env>production</rails-env>
290
+ <resolved type="boolean">false</resolved>
291
+ <updated-at type="datetime">2010-04-23T02:51:19Z</updated-at>
292
+ </group>
293
+ <group>
294
+ <action>show</action>
295
+ <controller>blogs</controller>
296
+ <created-at type="datetime">2010-04-17T03:14:21Z</created-at>
297
+ <error-class>ArgumentError</error-class>
298
+ <error-message>ArgumentError: argument is an invalid Member object</error-message>
299
+ <file>/data/myapp/releases/20100416200739/app/models/comment.rb</file>
300
+ <id type="integer">1696899</id>
301
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
302
+ <line-number type="integer">68</line-number>
303
+ <most-recent-notice-at type="datetime">2010-04-22T20:32:57Z</most-recent-notice-at>
304
+ <notice-hash>c321d001a83fe2df9a0c38cce734bb4b</notice-hash>
305
+ <notices-count type="integer">32</notices-count>
306
+ <project-id type="integer">248</project-id>
307
+ <rails-env>production</rails-env>
308
+ <resolved type="boolean">false</resolved>
309
+ <updated-at type="datetime">2010-04-22T20:32:57Z</updated-at>
310
+ </group>
311
+ <group>
312
+ <action>index</action>
313
+ <controller>members</controller>
314
+ <created-at type="datetime">2010-04-22T13:45:59Z</created-at>
315
+ <error-class>NoMethodError</error-class>
316
+ <error-message>NoMethodError: undefined method `pluralize' for nil:NilClass</error-message>
317
+ <file>/data/myapp/releases/20100416200739/lib/standalone_link_renderer.rb</file>
318
+ <id type="integer">1721478</id>
319
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
320
+ <line-number type="integer">23</line-number>
321
+ <most-recent-notice-at type="datetime">2010-04-22T13:45:59Z</most-recent-notice-at>
322
+ <notice-hash>40dceaf757049b758327f81e8f9cef9e</notice-hash>
323
+ <notices-count type="integer">1</notices-count>
324
+ <project-id type="integer">248</project-id>
325
+ <rails-env>production</rails-env>
326
+ <resolved type="boolean">false</resolved>
327
+ <updated-at type="datetime">2010-04-22T13:45:59Z</updated-at>
328
+ </group>
329
+ <group>
330
+ <action>index</action>
331
+ <controller>members</controller>
332
+ <created-at type="datetime">2010-04-17T20:14:27Z</created-at>
333
+ <error-class>NoMethodError</error-class>
334
+ <error-message>NoMethodError: undefined method `field_specs' for nil:NilClass</error-message>
335
+ <file>/data/myapp/releases/20100416200739/lib/filter_helper.rb</file>
336
+ <id type="integer">1698489</id>
337
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
338
+ <line-number type="integer">116</line-number>
339
+ <most-recent-notice-at type="datetime">2010-04-22T11:30:02Z</most-recent-notice-at>
340
+ <notice-hash>dee5055845a1f738a9c86f3fd70bb19b</notice-hash>
341
+ <notices-count type="integer">2</notices-count>
342
+ <project-id type="integer">248</project-id>
343
+ <rails-env>production</rails-env>
344
+ <resolved type="boolean">false</resolved>
345
+ <updated-at type="datetime">2010-04-22T11:30:02Z</updated-at>
346
+ </group>
347
+ <group>
348
+ <action>followers</action>
349
+ <controller>subscriptions</controller>
350
+ <created-at type="datetime">2010-04-19T22:20:59Z</created-at>
351
+ <error-class>NameError</error-class>
352
+ <error-message>NameError: uninitialized constant SubscriptionsController</error-message>
353
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activesupport/lib/active_support/dependencies.rb</file>
354
+ <id type="integer">1706545</id>
355
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
356
+ <line-number type="integer">443</line-number>
357
+ <most-recent-notice-at type="datetime">2010-04-22T08:28:09Z</most-recent-notice-at>
358
+ <notice-hash>32992aac8be6024e6f5783c12e7b6fac</notice-hash>
359
+ <notices-count type="integer">13</notices-count>
360
+ <project-id type="integer">248</project-id>
361
+ <rails-env>production</rails-env>
362
+ <resolved type="boolean">false</resolved>
363
+ <updated-at type="datetime">2010-04-22T08:28:09Z</updated-at>
364
+ </group>
365
+ <group>
366
+ <action>index</action>
367
+ <controller>topics</controller>
368
+ <created-at type="datetime">2010-04-17T02:59:11Z</created-at>
369
+ <error-class>NoMethodError</error-class>
370
+ <error-message>NoMethodError: undefined method `slug' for nil:NilClass</error-message>
371
+ <file>/data/myapp/releases/20100416200739/app/controllers/topics_controller.rb</file>
372
+ <id type="integer">1696865</id>
373
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
374
+ <line-number type="integer">46</line-number>
375
+ <most-recent-notice-at type="datetime">2010-04-22T05:37:29Z</most-recent-notice-at>
376
+ <notice-hash>06b34874dd1edf6b90e223702f26a6ec</notice-hash>
377
+ <notices-count type="integer">72</notices-count>
378
+ <project-id type="integer">248</project-id>
379
+ <rails-env>production</rails-env>
380
+ <resolved type="boolean">false</resolved>
381
+ <updated-at type="datetime">2010-04-22T05:25:05Z</updated-at>
382
+ </group>
383
+ <group>
384
+ <action>positions</action>
385
+ <controller>dashboard</controller>
386
+ <created-at type="datetime">2010-04-21T16:07:14Z</created-at>
387
+ <error-class>NoMethodError</error-class>
388
+ <error-message>NoMethodError: undefined method `headline' for nil:NilClass</error-message>
389
+ <file>/data/myapp/releases/20100416200739/app/views/dashboard/_positions_table.html.erb</file>
390
+ <id type="integer">1716777</id>
391
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
392
+ <line-number type="integer">3</line-number>
393
+ <most-recent-notice-at type="datetime">2010-04-21T16:07:14Z</most-recent-notice-at>
394
+ <notice-hash>e4f7d77be6a6cc86924bf66023a8c37f</notice-hash>
395
+ <notices-count type="integer">1</notices-count>
396
+ <project-id type="integer">248</project-id>
397
+ <rails-env>production</rails-env>
398
+ <resolved type="boolean">false</resolved>
399
+ <updated-at type="datetime">2010-04-21T16:07:14Z</updated-at>
400
+ </group>
401
+ <group>
402
+ <action>index</action>
403
+ <controller>forum_posts</controller>
404
+ <created-at type="datetime">2010-04-19T16:15:33Z</created-at>
405
+ <error-class>WillPaginate::InvalidPage</error-class>
406
+ <error-message>WillPaginate::InvalidPage: "http://www.laborpascoperu.org.pe/envio11.txt?" given as value, which translates to '0' as page number</error-message>
407
+ <file>/data/myapp/releases/20100416200739/vendor/gems/will_paginate-2.2.2/lib/will_paginate/collection.rb</file>
408
+ <id type="integer">1704224</id>
409
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
410
+ <line-number type="integer">51</line-number>
411
+ <most-recent-notice-at type="datetime">2010-04-21T15:04:26Z</most-recent-notice-at>
412
+ <notice-hash>bc870c86d74a7b43ee1ecffb154aad9c</notice-hash>
413
+ <notices-count type="integer">2</notices-count>
414
+ <project-id type="integer">248</project-id>
415
+ <rails-env>production</rails-env>
416
+ <resolved type="boolean">false</resolved>
417
+ <updated-at type="datetime">2010-04-21T15:04:26Z</updated-at>
418
+ </group>
419
+ <group>
420
+ <action>update</action>
421
+ <controller>admin/moderate</controller>
422
+ <created-at type="datetime">2010-04-17T01:59:37Z</created-at>
423
+ <error-class>AASM::InvalidTransition</error-class>
424
+ <error-message>AASM::InvalidTransition: Event 'approve' cannot transition from 'removed'</error-message>
425
+ <file>/data/myapp/releases/20100416200739/vendor/gems/gvaughn-aasm-2.0.4/lib/event.rb</file>
426
+ <id type="integer">1696758</id>
427
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
428
+ <line-number type="integer">17</line-number>
429
+ <most-recent-notice-at type="datetime">2010-04-21T01:45:26Z</most-recent-notice-at>
430
+ <notice-hash>1e17db05793e2bb697aabb926c39f0b3</notice-hash>
431
+ <notices-count type="integer">4</notices-count>
432
+ <project-id type="integer">248</project-id>
433
+ <rails-env>production</rails-env>
434
+ <resolved type="boolean">false</resolved>
435
+ <updated-at type="datetime">2010-04-21T01:45:26Z</updated-at>
436
+ </group>
437
+ <group>
438
+ <action>show</action>
439
+ <controller>tags</controller>
440
+ <created-at type="datetime">2010-04-20T08:14:34Z</created-at>
441
+ <error-class>NoMethodError</error-class>
442
+ <error-message>NoMethodError: undefined method `shaded_at' for nil:NilClass</error-message>
443
+ <file>/data/myapp/releases/20100416200739/app/views/shade_notes/_shade_note.html.erb</file>
444
+ <id type="integer">1708892</id>
445
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
446
+ <line-number type="integer">20</line-number>
447
+ <most-recent-notice-at type="datetime">2010-04-20T08:14:34Z</most-recent-notice-at>
448
+ <notice-hash>f404dcac7ce0e7c06c40cc9b7a07af3a</notice-hash>
449
+ <notices-count type="integer">1</notices-count>
450
+ <project-id type="integer">248</project-id>
451
+ <rails-env>production</rails-env>
452
+ <resolved type="boolean">false</resolved>
453
+ <updated-at type="datetime">2010-04-20T08:14:34Z</updated-at>
454
+ </group>
455
+ <group>
456
+ <action>index</action>
457
+ <controller>subscriptions</controller>
458
+ <created-at type="datetime">2010-04-19T20:56:46Z</created-at>
459
+ <error-class>NameError</error-class>
460
+ <error-message>NameError: uninitialized constant SubscriptionsController</error-message>
461
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activesupport/lib/active_support/dependencies.rb</file>
462
+ <id type="integer">1705954</id>
463
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
464
+ <line-number type="integer">443</line-number>
465
+ <most-recent-notice-at type="datetime">2010-04-19T23:31:54Z</most-recent-notice-at>
466
+ <notice-hash>b6a802f25d9de887fd7ec24e735494fe</notice-hash>
467
+ <notices-count type="integer">9</notices-count>
468
+ <project-id type="integer">248</project-id>
469
+ <rails-env>production</rails-env>
470
+ <resolved type="boolean">false</resolved>
471
+ <updated-at type="datetime">2010-04-19T23:31:54Z</updated-at>
472
+ </group>
473
+ <group>
474
+ <action>unfollow</action>
475
+ <controller>shade_notes</controller>
476
+ <created-at type="datetime">2010-04-19T20:39:30Z</created-at>
477
+ <error-class>ActionView::MissingTemplate</error-class>
478
+ <error-message>ActionView::MissingTemplate: Missing template shade_notes/unfollow.erb in view path app/views</error-message>
479
+ <file>/data/myapp/releases/20100416200739/vendor/rails/actionpack/lib/action_view/paths.rb</file>
480
+ <id type="integer">1705850</id>
481
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
482
+ <line-number type="integer">66</line-number>
483
+ <most-recent-notice-at type="datetime">2010-04-19T20:39:30Z</most-recent-notice-at>
484
+ <notice-hash>b94660cab19f29057c4fcd94c3c5c48b</notice-hash>
485
+ <notices-count type="integer">1</notices-count>
486
+ <project-id type="integer">248</project-id>
487
+ <rails-env>production</rails-env>
488
+ <resolved type="boolean">false</resolved>
489
+ <updated-at type="datetime">2010-04-19T20:39:30Z</updated-at>
490
+ </group>
491
+ <group>
492
+ <action>show</action>
493
+ <controller>tags</controller>
494
+ <created-at type="datetime">2010-04-19T03:59:56Z</created-at>
495
+ <error-class>NoMethodError</error-class>
496
+ <error-message>NoMethodError: undefined method `equity' for nil:NilClass</error-message>
497
+ <file>/data/myapp/releases/20100416200739/app/views/shade_notes/_shade_note.html.erb</file>
498
+ <id type="integer">1701733</id>
499
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
500
+ <line-number type="integer">12</line-number>
501
+ <most-recent-notice-at type="datetime">2010-04-19T10:45:52Z</most-recent-notice-at>
502
+ <notice-hash>82fe9e4b12b7dbce23ae3f1936ecb5d7</notice-hash>
503
+ <notices-count type="integer">2</notices-count>
504
+ <project-id type="integer">248</project-id>
505
+ <rails-env>production</rails-env>
506
+ <resolved type="boolean">false</resolved>
507
+ <updated-at type="datetime">2010-04-19T10:45:52Z</updated-at>
508
+ </group>
509
+ <group>
510
+ <action>display_name</action>
511
+ <controller>settings</controller>
512
+ <created-at type="datetime">2010-04-18T20:54:44Z</created-at>
513
+ <error-class>ActiveRecord::StaleObjectError</error-class>
514
+ <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
515
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
516
+ <id type="integer">1700843</id>
517
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
518
+ <line-number type="integer">89</line-number>
519
+ <most-recent-notice-at type="datetime">2010-04-18T20:54:44Z</most-recent-notice-at>
520
+ <notice-hash>43175a902ce471d659b1c7dde0d1737f</notice-hash>
521
+ <notices-count type="integer">1</notices-count>
522
+ <project-id type="integer">248</project-id>
523
+ <rails-env>production</rails-env>
524
+ <resolved type="boolean">false</resolved>
525
+ <updated-at type="datetime">2010-04-18T20:54:44Z</updated-at>
526
+ </group>
527
+ <group>
528
+ <action>display_name</action>
529
+ <controller>settings</controller>
530
+ <created-at type="datetime">2010-04-18T20:54:44Z</created-at>
531
+ <error-class>ActiveRecord::StaleObjectError</error-class>
532
+ <error-message>ActiveRecord::StaleObjectError: Attempted to update a stale object</error-message>
533
+ <file>/data/myapp/releases/20100416200739/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb</file>
534
+ <id type="integer">1700843</id>
535
+ <lighthouse-ticket-id type="integer" nil="true"></lighthouse-ticket-id>
536
+ <line-number type="integer">89</line-number>
537
+ <most-recent-notice-at type="datetime">2010-04-18T20:54:44Z</most-recent-notice-at>
538
+ <notice-hash>43175a902ce471d659b1c7dde0d1737f</notice-hash>
539
+ <notices-count type="integer">1</notices-count>
540
+ <project-id type="integer">248</project-id>
541
+ <rails-env>production</rails-env>
542
+ <resolved type="boolean">false</resolved>
543
+ <updated-at type="datetime">2010-04-18T20:54:44Z</updated-at>
544
+ </group>
545
+ </groups>