unwind 0.9.6 → 0.10.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/lib/unwind/version.rb +1 -1
- data/lib/unwind.rb +40 -14
- data/test/redirect_follower_test.rb +11 -2
- data/unwind.gemspec +2 -2
- data/vcr_cassettes/amazon.yml +6860 -1524
- data/vcr_cassettes/canonical_url.yml +866 -0
- data/vcr_cassettes/meta_refresh.yml +170 -157
- data/vcr_cassettes/missing_redirect.yml +26 -12
- data/vcr_cassettes/no_redirect.yml +436 -208
- data/vcr_cassettes/pdf.yml +3711 -3675
- data/vcr_cassettes/relative_stackoverflow.yml +491 -444
- data/vcr_cassettes/relative_stackoverflow_2.yml +709 -324
- data/vcr_cassettes/ssl_tpope.yml +1136 -316
- data/vcr_cassettes/with_cookie.yml +817 -765
- data/vcr_cassettes/xZVND1.yml +456 -240
- metadata +65 -99
@@ -1,25 +1,35 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
|
4
|
-
method:
|
5
|
-
uri: http://bit.ly
|
6
|
-
body:
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://bit.ly/A4H3a2
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
7
9
|
headers:
|
8
10
|
accept-encoding:
|
9
|
-
-
|
10
|
-
|
11
|
-
|
11
|
+
- none
|
12
|
+
accept:
|
13
|
+
- ! '*/*'
|
14
|
+
user-agent:
|
15
|
+
- Ruby
|
16
|
+
connection:
|
17
|
+
- close
|
18
|
+
response:
|
19
|
+
status:
|
12
20
|
code: 301
|
13
21
|
message: Moved
|
14
22
|
headers:
|
15
23
|
server:
|
16
24
|
- nginx
|
17
25
|
date:
|
18
|
-
-
|
26
|
+
- Wed, 07 Mar 2012 17:19:51 GMT
|
19
27
|
content-type:
|
20
28
|
- text/html; charset=utf-8
|
29
|
+
connection:
|
30
|
+
- close
|
21
31
|
set-cookie:
|
22
|
-
- _bit=
|
32
|
+
- _bit=4f5798b7-001a8-05ba1-261cf10a;domain=.bit.ly;expires=Mon Sep 3 17:19:51
|
23
33
|
2012;path=/; HttpOnly
|
24
34
|
cache-control:
|
25
35
|
- private; max-age=90
|
@@ -29,32 +39,42 @@
|
|
29
39
|
- '1.0'
|
30
40
|
content-length:
|
31
41
|
- '133'
|
32
|
-
body:
|
42
|
+
body:
|
43
|
+
encoding: US-ASCII
|
44
|
+
string: ! '<html>
|
33
45
|
|
34
|
-
|
46
|
+
<head>
|
35
47
|
|
36
|
-
|
48
|
+
<title>bit.ly</title>
|
37
49
|
|
38
|
-
|
50
|
+
</head>
|
39
51
|
|
40
|
-
|
52
|
+
<body>
|
41
53
|
|
42
|
-
|
54
|
+
<a href="http://stackoverflow.com/a/9260206/889617">moved here</a>
|
43
55
|
|
44
|
-
|
56
|
+
</body>
|
45
57
|
|
46
|
-
|
58
|
+
</html>'
|
47
59
|
http_version: '1.1'
|
48
|
-
|
49
|
-
|
50
|
-
method:
|
51
|
-
uri: http://stackoverflow.com
|
52
|
-
body:
|
60
|
+
recorded_at: Wed, 07 Mar 2012 17:19:51 GMT
|
61
|
+
- request:
|
62
|
+
method: get
|
63
|
+
uri: http://stackoverflow.com/a/9260206/889617
|
64
|
+
body:
|
65
|
+
encoding: US-ASCII
|
66
|
+
string: ''
|
53
67
|
headers:
|
54
68
|
accept-encoding:
|
55
|
-
-
|
56
|
-
|
57
|
-
|
69
|
+
- none
|
70
|
+
accept:
|
71
|
+
- ! '*/*'
|
72
|
+
user-agent:
|
73
|
+
- Ruby
|
74
|
+
connection:
|
75
|
+
- close
|
76
|
+
response:
|
77
|
+
status:
|
58
78
|
code: 301
|
59
79
|
message: Moved Permanently
|
60
80
|
headers:
|
@@ -65,22 +85,34 @@
|
|
65
85
|
location:
|
66
86
|
- /questions/8351604/ruby-debug-not-working/9260206#9260206
|
67
87
|
date:
|
68
|
-
-
|
88
|
+
- Wed, 07 Mar 2012 17:19:51 GMT
|
89
|
+
connection:
|
90
|
+
- close
|
69
91
|
content-length:
|
70
92
|
- '174'
|
71
|
-
body:
|
72
|
-
|
93
|
+
body:
|
94
|
+
encoding: US-ASCII
|
95
|
+
string: ! "<html><head><title>Object moved</title></head><body>\r\n<h2>Object
|
96
|
+
moved to <a href=\"/questions/8351604/ruby-debug-not-working/9260206#9260206\">here</a>.</h2>\r\n</body></html>\r\n"
|
73
97
|
http_version: '1.1'
|
74
|
-
|
75
|
-
|
76
|
-
method:
|
77
|
-
uri: http://stackoverflow.com
|
78
|
-
body:
|
98
|
+
recorded_at: Wed, 07 Mar 2012 17:19:51 GMT
|
99
|
+
- request:
|
100
|
+
method: get
|
101
|
+
uri: http://stackoverflow.com/questions/8351604/ruby-debug-not-working/9260206
|
102
|
+
body:
|
103
|
+
encoding: US-ASCII
|
104
|
+
string: ''
|
79
105
|
headers:
|
80
106
|
accept-encoding:
|
81
|
-
-
|
82
|
-
|
83
|
-
|
107
|
+
- none
|
108
|
+
accept:
|
109
|
+
- ! '*/*'
|
110
|
+
user-agent:
|
111
|
+
- Ruby
|
112
|
+
connection:
|
113
|
+
- close
|
114
|
+
response:
|
115
|
+
status:
|
84
116
|
code: 200
|
85
117
|
message: OK
|
86
118
|
headers:
|
@@ -88,297 +120,650 @@
|
|
88
120
|
- public, max-age=60
|
89
121
|
content-type:
|
90
122
|
- text/html; charset=utf-8
|
91
|
-
content-encoding:
|
92
|
-
- gzip
|
93
123
|
expires:
|
94
|
-
-
|
124
|
+
- Wed, 07 Mar 2012 17:20:51 GMT
|
95
125
|
last-modified:
|
96
|
-
-
|
126
|
+
- Wed, 07 Mar 2012 17:19:51 GMT
|
97
127
|
vary:
|
98
128
|
- ! '*'
|
99
129
|
date:
|
100
|
-
-
|
130
|
+
- Wed, 07 Mar 2012 17:19:51 GMT
|
131
|
+
connection:
|
132
|
+
- close
|
101
133
|
content-length:
|
102
|
-
- '
|
103
|
-
body:
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
134
|
+
- '53737'
|
135
|
+
body:
|
136
|
+
encoding: US-ASCII
|
137
|
+
string: ! "<!DOCTYPE html>\r\n<html>\r\n\r\n\r\n\r\n<head>\r\n \r\n \r\n
|
138
|
+
\ <title>Ruby-debug not working - Stack Overflow</title>\r\n <link rel=\"shortcut
|
139
|
+
icon\" href=\"http://cdn.sstatic.net/stackoverflow/img/favicon.ico\">\r\n
|
140
|
+
\ <link rel=\"apple-touch-icon\" href=\"http://cdn.sstatic.net/stackoverflow/img/apple-touch-icon.png\">\r\n
|
141
|
+
\ <link rel=\"search\" type=\"application/opensearchdescription+xml\" title=\"Stack
|
142
|
+
Overflow\" href=\"/opensearch.xml\">\r\n\r\n \r\n <script type=\"text/javascript\"
|
143
|
+
src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js\"></script>\r\n
|
144
|
+
\ <script type=\"text/javascript\" src=\"http://cdn.sstatic.net/js/stub.js?v=c014461b9109\"></script>\r\n
|
145
|
+
\ <link rel=\"stylesheet\" type=\"text/css\" href=\"http://cdn.sstatic.net/stackoverflow/all.css?v=6fc726be6344\">\r\n
|
146
|
+
\ \r\n <link rel=\"canonical\" href=\"http://stackoverflow.com/questions/8351604/ruby-debug-not-working\">\r\n
|
147
|
+
\ <link rel=\"alternate\" type=\"application/atom+xml\" title=\"Feed for
|
148
|
+
question 'Ruby-debug not working'\" href=\"/feeds/question/8351604\">\r\n
|
149
|
+
\ <meta name=\"title\" content=\"Ruby-debug not working - Stack Overflow\">\r\n
|
150
|
+
\ <link rel=\"image_src\" href=\"http://sstatic.net/stackoverflow/img/apple-touch-icon.png\">\r\n
|
151
|
+
\ <script type=\"text/javascript\">\r\n \r\n StackExchange.ready(function
|
152
|
+
() {\r\n\r\n StackExchange.question.init({showAnswerHelp:true,totalCommentCount:0,shownCommentCount:0,highlightColor:'#F4A83D',backgroundColor:'#FFF',questionId:8351604});\r\n\r\n
|
153
|
+
\ styleCode();\r\n });\r\n </script>\r\n\r\n\r\n <script
|
154
|
+
type=\"text/javascript\">\r\n StackExchange.init({\"stackAuthUrl\":\"https://stackauth.com\",\"serverTime\":1331140791,\"styleCode\":true,\"enableUserHovercards\":true,\"site\":{\"name\":\"Stack
|
155
|
+
Overflow\",\"description\":\"Q&A for professional and enthusiast programmers\"},\"user\":{\"isAnonymous\":true,\"fkey\":\"d1ca270bb20662c910b1306026a3cf00\",\"inboxUnviewedCount\":-1}});\r\n
|
156
|
+
\ StackExchange.using.setCacheBreakers({\"js/prettify-full.js\":\"4ed9aa4b8d0e\",\"js/moderator.js\":\"f57f00dcb1ac\",\"js/full-anon.js\":\"10196d1a84c9\",\"js/full.js\":\"ab9bd3b0c449\",\"js/wmd.js\":\"9ad7148077d1\",\"js/third-party/jquery.autocomplete.min.js\":\"e5f01e97f7c3\",\"js/mobile.js\":\"9e820382dd06\",\"js/help.js\":\"fc9fb0517db2\",\"js/tageditor.js\":\"c1ba807b32aa\",\"js/tageditornew.js\":\"ab523171ddc9\",\"js/inline-tag-editing.js\":\"be882e188985\",\"js/revisions.js\":\"8c6bcd93b7fe\",\"js/suggested-edits.js\":\"92144b1c12be\",\"js/probes.js\":\"beb933322ff0\"});\r\n
|
157
|
+
\ \r\n </script>\r\n\r\n</head>\r\n<body class=\"question-page\">\r\n
|
158
|
+
\ <noscript><div id=\"noscript-padding\"></div></noscript>\r\n <div id=\"notify-container\"></div>\r\n
|
159
|
+
\ <div id=\"overlay-header\"></div>\r\n <div id=\"custom-header\"></div>\r\n\r\n
|
160
|
+
\ <div class=\"container\">\r\n <div id=\"header\">\r\n <div
|
161
|
+
id=\"portalLink\">\r\n <a class=\"genu\" href=\"http://stackexchange.com\"
|
162
|
+
onclick=\"StackExchange.ready(function(){genuwine.click();});return false;\">Stack
|
163
|
+
Exchange</a>\r\n </div>\r\n <div id=\"topbar\">\r\n
|
164
|
+
\ <div id=\"hlinks\">\r\n <span id=\"hlinks-user\">\r\n
|
165
|
+
\ \r\n </span>\r\n <span
|
166
|
+
id=\"hlinks-nav\">\r\n <a href=\"/users/login?returnurl=%2fquestions%2f8351604%2fruby-debug-not-working%2f9260206\">log
|
167
|
+
in</a>\r\n <span class=\"lsep\">|</span>\r\n<a href=\"http://careers.stackoverflow.com\">careers</a>\r\n
|
168
|
+
<span class=\"lsep\">|</span>\r\n\r\n </span>\r\n <span
|
169
|
+
id=\"hlinks-custom\">\r\n <a href=\"http://chat.stackoverflow.com\">chat</a>\r\n
|
170
|
+
<span class=\"lsep\">|</span>\r\n<a href=\"http://meta.stackoverflow.com\">meta</a>\r\n
|
171
|
+
<span class=\"lsep\">|</span>\r\n<a href=\"/about\">about</a>\r\n <span class=\"lsep\">|</span>\r\n<a
|
172
|
+
href=\"/faq\">faq</a>\r\n </span>\r\n </div>\r\n
|
173
|
+
\ <div id=\"hsearch\">\r\n <form id=\"search\"
|
174
|
+
action=\"/search\" method=\"get\" autocomplete=\"off\">\r\n <div>\r\n
|
175
|
+
\ <input autocomplete=\"off\" name=\"q\" class=\"textbox\"
|
176
|
+
placeholder=\"search\" tabindex=\"1\" type=\"text\" maxlength=\"140\" size=\"28\"
|
177
|
+
value=\"\">\r\n </div>\r\n </form>\r\n
|
178
|
+
\ </div>\r\n </div>\r\n <br class=\"cbt\">\r\n
|
179
|
+
\ <div id=\"hlogo\">\r\n <a href=\"/\" >Stack Overflow</a>\r\n
|
180
|
+
\ </div>\r\n <div id=\"hmenus\">\r\n <div
|
181
|
+
class=\"nav mainnavs\">\r\n <ul>\r\n <li
|
182
|
+
class=\"youarehere\"><a id=\"nav-questions\" href=\"/questions\">Questions</a></li>\r\n
|
183
|
+
\ <li><a id=\"nav-tags\" href=\"/tags\">Tags</a></li>\r\n
|
184
|
+
\ <li><a id=\"nav-users\" href=\"/users\">Users</a></li>\r\n
|
185
|
+
\ <li><a id=\"nav-badges\" href=\"/badges\">Badges</a></li>\r\n
|
186
|
+
\ <li><a id=\"nav-unanswered\" href=\"/unanswered\">Unanswered</a></li>\r\n
|
187
|
+
\ </ul>\r\n </div>\r\n <div
|
188
|
+
class=\"nav askquestion\">\r\n <ul>\r\n <li>\r\n
|
189
|
+
\ <a id=\"nav-askquestion\" href=\"/questions/ask\">Ask
|
190
|
+
Question</a>\r\n </li>\r\n </ul>\r\n
|
191
|
+
\ </div>\r\n </div>\r\n </div>\r\n\r\n \r\n\r\n\r\n
|
192
|
+
\ <div id=\"content\">\r\n \r\n \r\n\r\n\r\n<div
|
193
|
+
itemscope itemtype=\"http://schema.org/Article\">\r\n<link itemprop=\"image\"
|
194
|
+
href=\"http://cdn.sstatic.net/stackoverflow/img/apple-touch-icon.png\">\r\n<div
|
195
|
+
id=\"question-header\">\r\n <h1 itemprop=\"name\"><a href=\"/questions/8351604/ruby-debug-not-working\"
|
196
|
+
class=\"question-hyperlink\">Ruby-debug not working</a></h1>\r\n</div>\r\n<div
|
197
|
+
id=\"mainbar\">\r\n\r\n\r\n<div class=\"question\" id=\"question\" data-questionid=\"8351604\">\r\n\r\n
|
198
|
+
\ <div class=\"everyonelovesstackoverflow\" id=\"adzerk1\">\r\n </div>\r\n\r\n
|
199
|
+
\ \r\n <table>\r\n <tr>\r\n <td class=\"votecell\">\r\n \r\n\r\n<div
|
200
|
+
class=\"vote\">\r\n <input type=\"hidden\" value=\"8351604\">\r\n <a
|
201
|
+
class=\"vote-up-off\" title=\"This question shows research effort; it is useful
|
202
|
+
and clear (click again to undo)\">up vote</a>\r\n <span class=\"vote-count-post\">1</span>\r\n
|
203
|
+
\ <a class=\"vote-down-off\" title=\"This question does not show any research
|
204
|
+
effort; it is unclear or not useful (click again to undo)\">down vote</a>\r\n
|
205
|
+
\ <a class=\"star-off\" href=\"#\" title=\"This is a favorite question (click
|
206
|
+
again to undo)\">favorite</a>\r\n <div class=\"favoritecount\"><b></b></div>
|
207
|
+
\ \r\n \r\n <script type=\"text/javascript\">\r\n StackExchange.ready(function
|
208
|
+
() {\r\n var shareUrl = 'http%3a%2f%2fstackoverflow.com%2fq%2f8351604';\r\n
|
209
|
+
\ var shareMsg = 'Ruby-debug+not+working';\r\n \r\n StackExchange.share.gplus($('#gp-share-8351604'),
|
210
|
+
shareUrl, shareMsg) ;\r\n StackExchange.share.facebook($('#fb-share-8351604'),
|
211
|
+
shareUrl, shareMsg);\r\n StackExchange.share.twitter($('#twitter-share-8351604'),
|
212
|
+
shareUrl, shareMsg);\r\n });\r\n </script>\r\n <a id=\"gp-share-8351604\"
|
213
|
+
class=\"gp-share\" title=\"share link to this question on Google+\">share
|
214
|
+
[g+]</a>\r\n <a id=\"fb-share-8351604\" class=\"fb-share\" title=\"share
|
215
|
+
link to this question on Facebook\">share [fb]</a>\r\n <a id=\"twitter-share-8351604\"
|
216
|
+
class=\"twitter-share\" title=\"share link to this question on Twitter\">share
|
217
|
+
[tw]</a> \r\n</div>\r\n\r\n </td>\r\n<td class=\"postcell\">\r\n<div>
|
218
|
+
\ \r\n <div class=\"post-text\" itemprop=\"description\">\r\n <p>I
|
219
|
+
can't get the server to start in debugging mode:</p>\n\n<p>even though I have
|
220
|
+
all of the correct gems installed, the server refuses to start.</p>\n\n<pre><code>$
|
221
|
+
gem install ruby-debug\nERROR: Error installing ruby-debug:\n rbx-require-relative
|
222
|
+
requires Ruby version ~> 1.8.7.\n</code></pre>\n\n<p>which doesn't work,
|
223
|
+
other posts say to use ruby-debug19:</p>\n\n<pre><code>David@DAVID-PC /c/triton6
|
224
|
+
\n$ gem install ruby-debug19\nSuccessfully installed ruby-debug19-0.11.6\n1
|
225
|
+
gem installed\nInstalling ri documentation for ruby-debug19-0.11.6...\nInstalling
|
226
|
+
RDoc documentation for ruby-debug19-0.11.6...\n\nDavid@DAVID-PC /c/triton6
|
227
|
+
\n$ rails server --debug\n=> Booting WEBrick\n=> Rails 3.1.3 application
|
228
|
+
starting in development on http://0.0.0.0:3000\n=> Call with -d to detach\n=>
|
229
|
+
Ctrl-C to shutdown server\nYou need to install ruby-debug to run the server
|
230
|
+
in debugging mode. With gems, use 'gem install > ruby-debug' \nExiting\n</code></pre>\n\n<p>Any
|
231
|
+
idea what to do?</p>\n\n<p>Here is my Gemfile:</p>\n\n<pre><code>source 'http://rubygems.org'\n\ngem
|
232
|
+
'rails', '3.1.3'\n\n# Bundle edge Rails instead:\n# gem 'rails', :git
|
233
|
+
=> 'git://github.com/rails/rails.git'\n\ngem 'sqlite3'\ngem 'ruby-debug19'\ngem
|
234
|
+
'execjs'\ngem 'ruby-debug-ide'\n\n# Gems used only for assets and not required\n#
|
235
|
+
in production environments by default.\ngroup :assets do\ngem 'sass-rails',
|
236
|
+
\ '~> 3.1.5'\ngem 'coffee-rails', '~> 3.1.1'\ngem 'uglifier', '>=
|
237
|
+
1.0.3'\nend\n\ngem 'jquery-rails'\n\n# To use ActiveModel has_secure_password\n#
|
238
|
+
gem 'bcrypt-ruby', '~> 3.0.0'\n\n# Use unicorn as the web server\n# gem
|
239
|
+
'unicorn'\n\n# Deploy with Capistrano\n# gem 'capistrano'\n\n# To use debugger\n#
|
240
|
+
gem 'ruby-debug19', :require => 'ruby-debug'\n\ngroup :test do\n# Pretty
|
241
|
+
printed test output\ngem 'turn', '0.8.2', :require => false\nend\n</code></pre>\n\r\n
|
242
|
+
\ </div> \r\n <div class=\"post-taglist\">\r\n <a href=\"/questions/tagged/ruby-on-rails\"
|
243
|
+
class=\"post-tag\" title=\"show questions tagged 'ruby-on-rails'\" rel=\"tag\">ruby-on-rails</a>
|
244
|
+
<a href=\"/questions/tagged/ruby-debug\" class=\"post-tag\" title=\"show questions
|
245
|
+
tagged 'ruby-debug'\" rel=\"tag\">ruby-debug</a> \r\n </div>\r\n <table
|
246
|
+
class=\"fw\">\r\n <tr>\r\n <td class=\"vt\">\r\n <div class=\"post-menu\"><a
|
247
|
+
href=\"/q/8351604\" title=\"short permalink to this question\" id=\"link-post-8351604\">link</a><span
|
248
|
+
class=\"lsep\">|</span><a href=\"/posts/8351604/edit\" >improve this question</a></div>\r\n
|
249
|
+
\ </td>\r\n <td align=\"right\" class=\"post-signature\">\r\n<div class=\"user-info\"><div
|
250
|
+
class=\"user-action-time\">edited <a href=\"/posts/8351604/revisions\" title=\"show
|
251
|
+
all edits to this post\"><span title=\"2011-12-02 04:14:47Z\" class=\"relativetime\">Dec
|
252
|
+
2 '11 at 4:14</span></a></div><div class=\"user-gravatar32\"></div><div class=\"user-details\"><br></div></div>
|
253
|
+
\ </td>\r\n <td class=\"post-signature owner\">\r\n <div class=\"user-info\"><div
|
254
|
+
class=\"user-action-time\">asked <span title=\"2011-12-02 03:56:36Z\" class=\"relativetime\">Dec
|
255
|
+
2 '11 at 3:56</span></div><div class=\"user-gravatar32\"><a href=\"/users/716321/david\"><div
|
256
|
+
class=\"\"><img src=\"http://www.gravatar.com/avatar/ade7238af91a2ac0a24f04908f4ff103?s=32&d=identicon&r=PG\"
|
257
|
+
alt=\"\" width=\"32\" height=\"32\"></div></a></div><div class=\"user-details\"><a
|
258
|
+
href=\"/users/716321/david\">David</a><br><span class=\"reputation-score\"
|
259
|
+
title=\"reputation score\" dir=\"ltr\">35</span><span title=\"6 bronze badges\"><span
|
260
|
+
class=\"badge3\"></span><span class=\"badgecount\">6</span></span></div></div>\r\n
|
261
|
+
\ <br class=\"cbt\">\r\n <div class=\"accept-rate cool\" title=\"this
|
262
|
+
user has accepted an answer for 2 of 4 eligible questions\">50% accept rate</div>\r\n
|
263
|
+
\ </td>\r\n </tr>\r\n </table>\r\n</div>\r\n</td> </tr>\r\n\r\n\r\n<tr>\r\n<td
|
264
|
+
class=\"votecell\"></td>\r\n<td>\r\n <div id=\"comments-8351604\" class=\"comments
|
265
|
+
dno\">\r\n <table>\r\n <tbody>\r\n \r\n <tr><td></td><td></td></tr>\r\n
|
266
|
+
\ \r\n </tbody>\r\n \r\n </table>\r\n </div>\r\n
|
267
|
+
\ \r\n \r\n <div class=\"was-this-helpful\">\r\n feedback\r\n
|
268
|
+
\ </div>\r\n \r\n</td>\r\n</tr> </table> \r\n</div>\r\n\r\n\r\n\r\n<div
|
269
|
+
id=\"answers\">\r\n\r\n <a name=\"tab-top\"></a>\r\n <div id=\"answers-header\">\r\n
|
270
|
+
\ <div class=\"subheader answers-subheader\">\r\n <h2>4 Answers</h2>\r\n
|
271
|
+
\ <div id=\"tabs\">\r\n <a href=\"/questions/8351604/ruby-debug-not-working?answertab=active#tab-top\"
|
272
|
+
title=\"Answers with the latest activity first\">active</a>\r\n<a href=\"/questions/8351604/ruby-debug-not-working?answertab=oldest#tab-top\"
|
273
|
+
title=\"Answers in the order they were provided\">oldest</a>\r\n<a class=\"youarehere\"
|
274
|
+
href=\"/questions/8351604/ruby-debug-not-working?answertab=votes#tab-top\"
|
275
|
+
title=\"Answers with the highest score first\">votes</a>\r\n\r\n </div>\r\n
|
276
|
+
\ </div> \r\n </div> \r\n\r\n\r\n \r\n <a name=\"8351615\"></a>\r\n
|
277
|
+
\ <div id=\"answer-8351615\" class=\"answer\" data-answerid=\"8351615\">\r\n
|
278
|
+
\ <table>\r\n <tr>\r\n <td class=\"votecell\">\r\n \r\n\r\n<div
|
279
|
+
class=\"vote\">\r\n <input type=\"hidden\" value=\"8351615\">\r\n <a
|
280
|
+
class=\"vote-up-off\" title=\"This answer is useful (click again to undo)\">up
|
281
|
+
vote</a>\r\n <span class=\"vote-count-post\">2</span>\r\n <a class=\"vote-down-off\"
|
282
|
+
title=\"This answer is not useful (click again to undo)\">down vote</a>\r\n
|
283
|
+
\r\n</div>\r\n\r\n </td>\r\n\r\n\r\n<td class=\"answercell\">\r\n <div
|
284
|
+
class=\"post-text\"><p>Make sure you have <code>gem \"ruby-debug19\", :require
|
285
|
+
=> 'ruby-debug'</code> in your Gemfile, then run <code>bundle install</code>
|
286
|
+
:)</p>\n\n<p><strong>Edit:</strong> Added the important <code>:require =></code>
|
287
|
+
statement, which I missed before</p>\n</div>\r\n <table class=\"fw\">\r\n
|
288
|
+
\ <tr>\r\n <td class=\"vt\">\r\n<div class=\"post-menu\"><a href=\"/a/8351615\"
|
289
|
+
title=\"short permalink to this answer\" id=\"link-post-8351615\">link</a><span
|
290
|
+
class=\"lsep\">|</span><a href=\"/posts/8351615/edit\" >improve this answer</a></div>
|
291
|
+
\ </td>\r\n <td align=\"right\" class=\"post-signature\">\r\n<div class=\"user-info\"><div
|
292
|
+
class=\"user-action-time\">edited <a href=\"/posts/8351615/revisions\" title=\"show
|
293
|
+
all edits to this post\"><span title=\"2011-12-02 15:30:36Z\" class=\"relativetime\">Dec
|
294
|
+
2 '11 at 15:30</span></a></div><div class=\"user-gravatar32\"></div><div class=\"user-details\"><br></div></div>
|
295
|
+
\ </td>\r\n \r\n\r\n <td align=\"right\" class=\"post-signature\">
|
296
|
+
\ \r\n \r\n\r\n <div class=\"user-info user-hover\"><div class=\"user-action-time\">answered
|
297
|
+
<span title=\"2011-12-02 03:58:05Z\" class=\"relativetime\">Dec 2 '11 at 3:58</span></div><div
|
298
|
+
class=\"user-gravatar32\"><a href=\"/users/224334/ryanwilcox\"><div class=\"\"><img
|
299
|
+
src=\"http://www.gravatar.com/avatar/bfeafb6026cbf6128309744296c6d726?s=32&d=identicon&r=PG\"
|
300
|
+
alt=\"\" width=\"32\" height=\"32\"></div></a></div><div class=\"user-details\"><a
|
301
|
+
href=\"/users/224334/ryanwilcox\">RyanWilcox</a><br><span class=\"reputation-score\"
|
302
|
+
title=\"reputation score\" dir=\"ltr\">4,785</span><span title=\"7 silver
|
303
|
+
badges\"><span class=\"badge2\"></span><span class=\"badgecount\">7</span></span><span
|
304
|
+
title=\"14 bronze badges\"><span class=\"badge3\"></span><span class=\"badgecount\">14</span></span></div></div>\r\n
|
305
|
+
\ </td>\r\n </tr>\r\n </table>\r\n</td> </tr>\r\n\r\n\r\n<tr>\r\n<td
|
306
|
+
class=\"votecell\"></td>\r\n<td>\r\n <div id=\"comments-8351615\" class=\"comments\">\r\n
|
307
|
+
\ <table>\r\n <tbody>\r\n \r\n <tr id=\"comment-10301309\"
|
308
|
+
class=\"comment\">\r\n <td></td>\r\n <td class=\"comment-text\"><div><span
|
309
|
+
class=\"comment-copy\">unfortunately, that doesn't work:</span> – <a
|
310
|
+
href=\"/users/716321/david\" title=\"35 reputation\" class=\"comment-user
|
311
|
+
owner\">David</a> <span class=\"comment-date\" dir=\"ltr\"><span title=\"2011-12-02
|
312
|
+
04:02:09Z\">Dec 2 '11 at 4:02</span></span></div></td>\r\n </tr>\r\n \r\n
|
313
|
+
\ <tr id=\"comment-10301320\" class=\"comment\">\r\n <td></td>\r\n
|
314
|
+
\ <td class=\"comment-text\"><div><span class=\"comment-copy\">Umm,
|
315
|
+
try <code>bundle exec rails server --debug</code>...</span> – <a
|
316
|
+
href=\"/users/224334/ryanwilcox\" title=\"4785 reputation\" class=\"comment-user\">RyanWilcox</a>
|
317
|
+
<span class=\"comment-date\" dir=\"ltr\"><span title=\"2011-12-02 04:03:46Z\">Dec
|
318
|
+
2 '11 at 4:03</span></span></div></td>\r\n </tr>\r\n \r\n <tr
|
319
|
+
id=\"comment-10301343\" class=\"comment\">\r\n <td></td>\r\n <td
|
320
|
+
class=\"comment-text\"><div><span class=\"comment-copy\">nope :-( same error:
|
321
|
+
"use 'jem install ruby-debug'"</span> – <a href=\"/users/716321/david\"
|
322
|
+
title=\"35 reputation\" class=\"comment-user owner\">David</a> <span class=\"comment-date\"
|
323
|
+
dir=\"ltr\"><span title=\"2011-12-02 04:06:46Z\">Dec 2 '11 at 4:06</span></span></div></td>\r\n
|
324
|
+
\ </tr>\r\n \r\n <tr id=\"comment-10301366\" class=\"comment\">\r\n
|
325
|
+
\ <td></td>\r\n <td class=\"comment-text\"><div><span class=\"comment-copy\">I
|
326
|
+
added my Gemfile and double checked that I'm executing in the correct
|
327
|
+
location</span> – <a href=\"/users/716321/david\" title=\"35 reputation\"
|
328
|
+
class=\"comment-user owner\">David</a> <span class=\"comment-date\" dir=\"ltr\"><span
|
329
|
+
title=\"2011-12-02 04:09:11Z\">Dec 2 '11 at 4:09</span></span></div></td>\r\n
|
330
|
+
\ </tr>\r\n \r\n <tr id=\"comment-10301476\" class=\"comment\">\r\n
|
331
|
+
\ <td></td>\r\n <td class=\"comment-text\"><div><span class=\"comment-copy\">Any
|
332
|
+
idea where I can go from here? I am at a total loss.</span> – <a
|
333
|
+
href=\"/users/716321/david\" title=\"35 reputation\" class=\"comment-user
|
334
|
+
owner\">David</a> <span class=\"comment-date\" dir=\"ltr\"><span title=\"2011-12-02
|
335
|
+
04:21:49Z\">Dec 2 '11 at 4:21</span></span></div></td>\r\n </tr>\r\n\r\n
|
336
|
+
\ </tbody>\r\n \r\n </table>\r\n </div>\r\n <a id=\"comments-link-8351615\"
|
337
|
+
class=\"comments-link\" title=\"expand to show all comments on this post\">show
|
338
|
+
<b>1</b> more comment</a>\r\n \r\n <div class=\"was-this-helpful\">\r\n
|
339
|
+
\ feedback\r\n </div>\r\n \r\n</td>\r\n</tr> </table>\r\n</div>\r\n\r\n
|
340
|
+
\ <div class=\"everyonelovesstackoverflow\" id=\"adzerk3\">\r\n </div>\r\n\r\n
|
341
|
+
\ \r\n \r\n <a name=\"9260206\"></a>\r\n <div id=\"answer-9260206\"
|
342
|
+
class=\"answer\" data-answerid=\"9260206\">\r\n <table>\r\n <tr>\r\n
|
343
|
+
\ <td class=\"votecell\">\r\n \r\n\r\n<div class=\"vote\">\r\n
|
344
|
+
\ <input type=\"hidden\" value=\"9260206\">\r\n <a class=\"vote-up-off\"
|
345
|
+
title=\"This answer is useful (click again to undo)\">up vote</a>\r\n <span
|
346
|
+
class=\"vote-count-post\">2</span>\r\n <a class=\"vote-down-off\" title=\"This
|
347
|
+
answer is not useful (click again to undo)\">down vote</a>\r\n \r\n</div>\r\n\r\n
|
348
|
+
\ </td>\r\n\r\n\r\n<td class=\"answercell\">\r\n <div class=\"post-text\"><p>I
|
349
|
+
had the same issues (and more) to get ruby debugging working in Aptana Studio
|
350
|
+
3. My setup and procedure to make it work:</p>\n\n<ul>\n<li>Mac OS X Lion
|
351
|
+
10.7.2</li>\n<li>Aptana Studio 3 (Build 3.0.8.201201201658)</li>\n<li><p>Using
|
352
|
+
rvm, in my project working directory I have a .rvmrc stating:</p>\n\n<pre><code>rvm
|
353
|
+
use ruby-1.9.3-p0@mygemset\n</code></pre></li>\n</ul>\n\n<p>To make ruby debugging
|
354
|
+
work in Aptana Studio I now have the following setup</p>\n\n<ul>\n<li><p>At
|
355
|
+
the end of my Gemfile I have:</p>\n\n<pre><code>gem \"ruby-debug-base19x\",
|
356
|
+
\"0.11.30.pre10\"\ngem 'ruby-debug-ide'\n</code></pre></li>\n</ul>\n\n<p>Note
|
357
|
+
that I'm NOT using ruby-debug-ide19 and ruby-debug19, Aptana Studio simply
|
358
|
+
refused to use this gem. No matter what, it always picked ruby-debug-ide 0.4.16.
|
359
|
+
</p>\n\n<p>I'm also not using ruby-debug-base19, but ruby-debug-base19x.</p>\n\n<ul>\n<li><p>To
|
360
|
+
build the latest ruby-debug-base19x, be sure the specify the correct ruby
|
361
|
+
context (include):</p>\n\n<pre><code>rvm 1.9.3-p0@mygemset do gem install
|
362
|
+
--pre ruby-debug-base19x -- --with-ruby-include=/Users/Freddy/.rvm/src/ruby-1.9.3-p0\n</code></pre></li>\n</ul>\n\n<p>Lose
|
363
|
+
the rvm ... do when not using rvm.</p>\n\n<ul>\n<li><p>Don't forget to do
|
364
|
+
Bundle install (or bundle update) from your project working directory. In
|
365
|
+
my terminal, when I type'Bundle list', for the mentioned gems the following
|
366
|
+
versions are listed:</p>\n\n<pre><code>linecache19 (0.5.13)\nruby-debug-base19x
|
367
|
+
(0.11.30.pre10)\nruby-debug-ide (0.4.16)\n</code></pre></li>\n<li><p>Important
|
368
|
+
: if you have linecache19 version 0.5.12 instead of .13, download the latest
|
369
|
+
version from <a href=\"http://rubyforge.org/frs/?group_id=8883&release_id=46303\"
|
370
|
+
rel=\"nofollow\">RubyForge: ruby-debug19: Project Filelist</a>. I Downloaded
|
371
|
+
it to my ~/Downloads folder, so building and installing this gem in my rvm
|
372
|
+
context is as follows:</p>\n\n<pre><code>rvm 1.9.3-p0@mygemset do gem install
|
373
|
+
~/Downloads/linecache19-0.5.13.gem -- --with-ruby-include=/Users/Freddy/.rvm/src/ruby-1.9.3-p0\n</code></pre></li>\n</ul>\n\n<p>If
|
374
|
+
you needed to install linecache19 version 0.5.13, don't forget to run 'bundle
|
375
|
+
update' again.</p>\n\n<ul>\n<li>After all this the final issue I had (and
|
376
|
+
its solution) when running the debugger in the ide is described here:</li>\n</ul>\n\n<p><a
|
377
|
+
href=\"http://stackoverflow.com/questions/8961367/aptana-3-ruby-debugger-exception-in-debugthread-loop-undefined-method-is-bin\">Aptana
|
378
|
+
3 ruby debugger - Exception in DebugThread loop: undefined method `is_binary_data?'</a></p>\n\n<p>Put
|
379
|
+
the code provided in the first answer above the 'module Debugger' statement
|
380
|
+
in xml_printer.rb. </p>\n\n<p>Enjoy!</p>\n\n<p>-- Freddy</p>\n\n<p><strong>A
|
381
|
+
note on building ruby-1.9.3-p0</strong>. This is a bit out of the scope of
|
382
|
+
the question, but since building this was (also) a pain a hint here. Compiling
|
383
|
+
ruby-1.9.3.-p0 gave multiple compiler errors related to openssl. The best
|
384
|
+
thing to do is to install the openssl-0.9.8n package in the rvm environment:</p>\n\n<ul>\n<li><p>When
|
385
|
+
you have XCode 4.2 installed, first you need to put the following in your
|
386
|
+
.rvmrc or .profile :</p>\n\n<pre><code>export CC=/usr/bin/gcc-4.2\n</code></pre></li>\n</ul>\n\n<p>Don't
|
387
|
+
for get to enabled it, e.g. $ source ~/.rvmrc</p>\n\n<ul>\n<li><p>Install
|
388
|
+
the openssl-0.9.8n package in the rvm environment (also see <a href=\"http://beginrescueend.com/packages/openssl/\"
|
389
|
+
rel=\"nofollow\">RVM: Ruby Version Manager - 'rvm pkg install openssl'</a>):</p>\n\n<pre><code>rvm
|
390
|
+
pkg install openssl\nrvm reinstall 1.9.3-p0 --with-openssl-dir=$rvm_path/usr\n</code></pre></li>\n</ul>\n</div>\r\n
|
391
|
+
\ <table class=\"fw\">\r\n <tr>\r\n <td class=\"vt\">\r\n<div class=\"post-menu\"><a
|
392
|
+
href=\"/a/9260206\" title=\"short permalink to this answer\" id=\"link-post-9260206\">link</a><span
|
393
|
+
class=\"lsep\">|</span><a href=\"/posts/9260206/edit\" >improve this answer</a></div>
|
394
|
+
\ </td>\r\n <td align=\"right\" class=\"post-signature\">\r\n<div class=\"user-info\"><div
|
395
|
+
class=\"user-action-time\">edited <a href=\"/posts/9260206/revisions\" title=\"show
|
396
|
+
all edits to this post\"><span title=\"2012-02-13 12:14:53Z\" class=\"relativetime\">Feb
|
397
|
+
13 at 12:14</span></a></div><div class=\"user-gravatar32\"></div><div class=\"user-details\"><br></div></div>
|
398
|
+
\ </td>\r\n \r\n\r\n <td align=\"right\" class=\"post-signature\">
|
399
|
+
\ \r\n \r\n\r\n <div class=\"user-info\"><div class=\"user-action-time\">answered
|
400
|
+
<span title=\"2012-02-13 12:04:36Z\" class=\"relativetime\">Feb 13 at 12:04</span></div><div
|
401
|
+
class=\"user-gravatar32\"><a href=\"/users/889617/visionscaper\"><div class=\"\"><img
|
402
|
+
src=\"http://www.gravatar.com/avatar/756399c3384e9b726cb1afecd093c97e?s=32&d=identicon&r=PG\"
|
403
|
+
alt=\"\" width=\"32\" height=\"32\"></div></a></div><div class=\"user-details\"><a
|
404
|
+
href=\"/users/889617/visionscaper\">Visionscaper</a><br><span class=\"reputation-score\"
|
405
|
+
title=\"reputation score\" dir=\"ltr\">96</span><span title=\"8 bronze badges\"><span
|
406
|
+
class=\"badge3\"></span><span class=\"badgecount\">8</span></span></div></div>\r\n
|
407
|
+
\ </td>\r\n </tr>\r\n </table>\r\n</td> </tr>\r\n\r\n\r\n<tr>\r\n<td
|
408
|
+
class=\"votecell\"></td>\r\n<td>\r\n <div id=\"comments-9260206\" class=\"comments
|
409
|
+
dno\">\r\n <table>\r\n <tbody>\r\n \r\n <tr><td></td><td></td></tr>\r\n
|
410
|
+
\ \r\n </tbody>\r\n \r\n </table>\r\n </div>\r\n
|
411
|
+
\ \r\n \r\n <div class=\"was-this-helpful\">\r\n feedback\r\n
|
412
|
+
\ </div>\r\n \r\n</td>\r\n</tr> </table>\r\n</div>\r\n\r\n \r\n <a
|
413
|
+
name=\"8351945\"></a>\r\n <div id=\"answer-8351945\" class=\"answer\" data-answerid=\"8351945\">\r\n
|
414
|
+
\ <table>\r\n <tr>\r\n <td class=\"votecell\">\r\n \r\n\r\n<div
|
415
|
+
class=\"vote\">\r\n <input type=\"hidden\" value=\"8351945\">\r\n <a
|
416
|
+
class=\"vote-up-off\" title=\"This answer is useful (click again to undo)\">up
|
417
|
+
vote</a>\r\n <span class=\"vote-count-post\">1</span>\r\n <a class=\"vote-down-off\"
|
418
|
+
title=\"This answer is not useful (click again to undo)\">down vote</a>\r\n
|
419
|
+
\r\n</div>\r\n\r\n </td>\r\n\r\n\r\n<td class=\"answercell\">\r\n <div
|
420
|
+
class=\"post-text\"><p>The answer's already in your Gemfile, I think.</p>\n\n<pre><code>gem
|
421
|
+
'ruby-debug19', :require => 'ruby-debug'\n</code></pre>\n</div>\r\n <table
|
422
|
+
class=\"fw\">\r\n <tr>\r\n <td class=\"vt\">\r\n<div class=\"post-menu\"><a
|
423
|
+
href=\"/a/8351945\" title=\"short permalink to this answer\" id=\"link-post-8351945\">link</a><span
|
424
|
+
class=\"lsep\">|</span><a href=\"/posts/8351945/edit\" >improve this answer</a></div>
|
425
|
+
\ </td>\r\n \r\n\r\n <td align=\"right\" class=\"post-signature\">
|
426
|
+
\ \r\n \r\n\r\n <div class=\"user-info user-hover\"><div class=\"user-action-time\">answered
|
427
|
+
<span title=\"2011-12-02 04:54:01Z\" class=\"relativetime\">Dec 2 '11 at 4:54</span></div><div
|
428
|
+
class=\"user-gravatar32\"><a href=\"/users/1976/joel-meador\"><div class=\"\"><img
|
429
|
+
src=\"http://www.gravatar.com/avatar/61e53406812a9c5408d4ac619478a429?s=32&d=identicon&r=PG\"
|
430
|
+
alt=\"\" width=\"32\" height=\"32\"></div></a></div><div class=\"user-details\"><a
|
431
|
+
href=\"/users/1976/joel-meador\">Joel Meador</a><br><span class=\"reputation-score\"
|
432
|
+
title=\"reputation score\" dir=\"ltr\">1,465</span><span title=\"7 silver
|
433
|
+
badges\"><span class=\"badge2\"></span><span class=\"badgecount\">7</span></span><span
|
434
|
+
title=\"15 bronze badges\"><span class=\"badge3\"></span><span class=\"badgecount\">15</span></span></div></div>\r\n
|
435
|
+
\ </td>\r\n </tr>\r\n </table>\r\n</td> </tr>\r\n\r\n\r\n<tr>\r\n<td
|
436
|
+
class=\"votecell\"></td>\r\n<td>\r\n <div id=\"comments-8351945\" class=\"comments\">\r\n
|
437
|
+
\ <table>\r\n <tbody>\r\n \r\n <tr id=\"comment-10301883\"
|
438
|
+
class=\"comment\">\r\n <td></td>\r\n <td class=\"comment-text\"><div><span
|
439
|
+
class=\"comment-copy\">errr.... that got me to a different error. Now therubyracer
|
440
|
+
won't compile.</span> – <a href=\"/users/716321/david\" title=\"35
|
441
|
+
reputation\" class=\"comment-user owner\">David</a> <span class=\"comment-date\"
|
442
|
+
dir=\"ltr\"><span title=\"2011-12-02 05:11:54Z\">Dec 2 '11 at 5:11</span></span></div></td>\r\n
|
443
|
+
\ </tr>\r\n \r\n <tr id=\"comment-10316812\" class=\"comment\">\r\n
|
444
|
+
\ <td></td>\r\n <td class=\"comment-text\"><div><span class=\"comment-copy\">What
|
445
|
+
does the stack trace say?</span> – <a href=\"/users/1976/joel-meador\"
|
446
|
+
title=\"1465 reputation\" class=\"comment-user\">Joel Meador</a> <span class=\"comment-date\"
|
447
|
+
dir=\"ltr\"><span title=\"2011-12-02 20:43:39Z\">Dec 2 '11 at 20:43</span></span></div></td>\r\n
|
448
|
+
\ </tr>\r\n\r\n </tbody>\r\n \r\n </table>\r\n </div>\r\n
|
449
|
+
\ \r\n \r\n <div class=\"was-this-helpful\">\r\n feedback\r\n
|
450
|
+
\ </div>\r\n \r\n</td>\r\n</tr> </table>\r\n</div>\r\n\r\n \r\n <a
|
451
|
+
name=\"9540318\"></a>\r\n <div id=\"answer-9540318\" class=\"answer\" data-answerid=\"9540318\">\r\n
|
452
|
+
\ <table>\r\n <tr>\r\n <td class=\"votecell\">\r\n \r\n\r\n<div
|
453
|
+
class=\"vote\">\r\n <input type=\"hidden\" value=\"9540318\">\r\n <a
|
454
|
+
class=\"vote-up-off\" title=\"This answer is useful (click again to undo)\">up
|
455
|
+
vote</a>\r\n <span class=\"vote-count-post\">0</span>\r\n <a class=\"vote-down-off\"
|
456
|
+
title=\"This answer is not useful (click again to undo)\">down vote</a>\r\n
|
457
|
+
\r\n</div>\r\n\r\n </td>\r\n\r\n\r\n<td class=\"answercell\">\r\n <div
|
458
|
+
class=\"post-text\"><p>What made it work for me is:</p>\n\n<pre><code>sudo
|
459
|
+
gem install ruby-debug19\ngem install linecache19\ngem install ruby-debug-base19\nbundle
|
460
|
+
update\nrails server -u\n</code></pre>\n</div>\r\n <table class=\"fw\">\r\n
|
461
|
+
\ <tr>\r\n <td class=\"vt\">\r\n<div class=\"post-menu\"><a href=\"/a/9540318\"
|
462
|
+
title=\"short permalink to this answer\" id=\"link-post-9540318\">link</a><span
|
463
|
+
class=\"lsep\">|</span><a href=\"/posts/9540318/edit\" >improve this answer</a></div>
|
464
|
+
\ </td>\r\n \r\n\r\n <td align=\"right\" class=\"post-signature\">
|
465
|
+
\ \r\n \r\n\r\n <div class=\"user-info\"><div class=\"user-action-time\">answered
|
466
|
+
<span title=\"2012-03-02 21:01:48Z\" class=\"relativetime\">Mar 2 at 21:01</span></div><div
|
467
|
+
class=\"user-gravatar32\"><a href=\"/users/433333/standup75\"><div class=\"\"><img
|
468
|
+
src=\"http://www.gravatar.com/avatar/4e551983f7abc814ec4d5e19ee523ad3?s=32&d=identicon&r=PG\"
|
469
|
+
alt=\"\" width=\"32\" height=\"32\"></div></a></div><div class=\"user-details\"><a
|
470
|
+
href=\"/users/433333/standup75\">standup75</a><br><span class=\"reputation-score\"
|
471
|
+
title=\"reputation score\" dir=\"ltr\">478</span><span title=\"1 silver badge\"><span
|
472
|
+
class=\"badge2\"></span><span class=\"badgecount\">1</span></span><span title=\"10
|
473
|
+
bronze badges\"><span class=\"badge3\"></span><span class=\"badgecount\">10</span></span></div></div>\r\n
|
474
|
+
\ </td>\r\n </tr>\r\n </table>\r\n</td> </tr>\r\n\r\n\r\n<tr>\r\n<td
|
475
|
+
class=\"votecell\"></td>\r\n<td>\r\n <div id=\"comments-9540318\" class=\"comments\">\r\n
|
476
|
+
\ <table>\r\n <tbody>\r\n \r\n <tr id=\"comment-12091283\"
|
477
|
+
class=\"comment\">\r\n <td></td>\r\n <td class=\"comment-text\"><div><span
|
478
|
+
class=\"comment-copy\">Be careful when posting copy and paste boilerplate/verbatim
|
479
|
+
answers to multiple questions, these tend to be flagged as "spammy"
|
480
|
+
by the community. If you're doing this then it usually means the questions
|
481
|
+
are duplicates so flag them as such instead: <a href=\"http://stackoverflow.com/questions/7802124\">stackoverflow.com/questions/7802124</a></span>
|
482
|
+
– <a href=\"/users/419/kev\" title=\"35136 reputation\" class=\"comment-user\">Kev<span
|
483
|
+
class=\"mod-flair\" title=\"moderator\">♦</span></a> <span class=\"comment-date\"
|
484
|
+
dir=\"ltr\"><span title=\"2012-03-03 00:00:19Z\">Mar 3 at 0:00</span></span></div></td>\r\n
|
485
|
+
\ </tr>\r\n \r\n <tr id=\"comment-12131440\" class=\"comment\">\r\n
|
486
|
+
\ <td></td>\r\n <td class=\"comment-text\"><div><span class=\"comment-copy\">Thanks
|
487
|
+
for the advise, just meant to be helpful, cause I really got stuck on that</span>
|
488
|
+
– <a href=\"/users/433333/standup75\" title=\"478 reputation\"
|
489
|
+
class=\"comment-user\">standup75</a> <span class=\"comment-date\" dir=\"ltr\"><span
|
490
|
+
title=\"2012-03-05 15:22:37Z\">2 days ago</span></span></div></td>\r\n </tr>\r\n\r\n
|
491
|
+
\ </tbody>\r\n \r\n </table>\r\n </div>\r\n \r\n \r\n
|
492
|
+
\ <div class=\"was-this-helpful\">\r\n feedback\r\n </div>\r\n
|
493
|
+
\ \r\n</td>\r\n</tr> </table>\r\n</div>\r\n <a name='new-answer'></a>\r\n
|
494
|
+
\ <form id=\"post-form\" action=\"/questions/8351604/answer/submit\" method=\"post\"
|
495
|
+
\ class=\"post-form\">\r\n <h2 class=\"space\">Your Answer</h2>\r\n\r\n<script
|
496
|
+
type=\"text/javascript\">\r\n StackExchange.ready(function() {\r\n \r\n
|
497
|
+
\ initTagRenderer(\"\".split(\" \"), \"\".split(\" \"));\r\n\r\n \r\n
|
498
|
+
\ prepareEditor({\r\n heartbeatType: 'answer',\r\n
|
499
|
+
\ bindNavPrevention: true,\r\n postfix: \"\",\r\n
|
500
|
+
\ onDemand: true\r\n ,immediatelyShowMarkdownHelp:true\r\n
|
501
|
+
\ });\r\n \r\n }); \r\n</script>\r\n\r\n\r\n<div
|
502
|
+
id=\"post-editor\" class=\"post-editor\"> \r\n\r\n \r\n <div class=\"wmd-container\">\r\n
|
503
|
+
\ <div id=\"wmd-button-bar\" class=\"wmd-button-bar\"></div>\r\n <textarea
|
504
|
+
id=\"wmd-input\" class=\"wmd-input\" name=\"post-text\" cols=\"92\" rows=\"15\"
|
505
|
+
tabindex=\"101\"></textarea>\r\n </div>\r\n\r\n <div class=\"fl\" style=\"margin-top:
|
506
|
+
8px; height:24px;\"> </div>\r\n <div id=\"draft-saved\" class=\"draft-saved
|
507
|
+
community-option fl\" style=\"margin-top: 8px; height:24px; display:none;\">draft
|
508
|
+
saved</div>\r\n\r\n\r\n\r\n <div id=\"wmd-preview\" class=\"wmd-preview\"></div>\r\n
|
509
|
+
\ <div></div>\r\n <div class=\"edit-block\">\r\n <input id=\"fkey\"
|
510
|
+
name=\"fkey\" type=\"hidden\" value=\"d1ca270bb20662c910b1306026a3cf00\">\r\n
|
511
|
+
\ <input id=\"author\" name=\"author\" type=\"text\">\r\n </div>\r\n</div>
|
512
|
+
\ \r\n <div class=\"form-item\">\r\n <table>\r\n <tr>\r\n
|
513
|
+
\ <td class=\"vm open-id-login\">\r\n <a id=\"login-link\"
|
514
|
+
style=\"font-size: 200%; margin-left: 30px;\" href=\"/users/login?returnurl=%2fquestions%2f8351604%2fruby-debug-not-working\">log
|
515
|
+
in</a>\r\n <script type=\"text/javascript\">\r\n StackExchange.ready(function
|
516
|
+
() {\r\n StackExchange.helpers.onClickDraftSave('#login-link');\r\n
|
517
|
+
\ });\r\n </script>\r\n </td>\r\n\r\n \r\n
|
518
|
+
\ <td class=\"orcell\">\r\n <div class=\"orword\">or</div>\r\n
|
519
|
+
\ <div class=\"orline\"></div>\r\n </td>\r\n <td class=\"vm\">\r\n
|
520
|
+
\ <div>\r\n <label for=\"display-name\">Name</label>\r\n
|
521
|
+
\ <input id=\"display-name\" name=\"display-name\" type=\"text\"
|
522
|
+
size=\"30\" maxlength=\"30\" value=\"\" tabindex=\"105\">\r\n </div>\r\n
|
523
|
+
\ <div>\r\n <label for=\"m-address\">Email</label>\r\n
|
524
|
+
\ <input id=\"m-address\" name=\"m-address\" type=\"text\" size=\"40\"
|
525
|
+
maxlength=\"100\" value=\"\" tabindex=\"106\">\r\n <span class=\"edit-field-overlay\">required,
|
526
|
+
but never shown</span>\r\n </div>\r\n <div>\r\n <label
|
527
|
+
for=\"home-page\">Home Page</label>\r\n <input id=\"home-page\"
|
528
|
+
name=\"home-page\" type=\"text\" size=\"40\" maxlength=\"200\" value=\"\"
|
529
|
+
tabindex=\"107\">\r\n </div>\r\n </td>\r\n \r\n </tr>\r\n
|
530
|
+
\ </table>\r\n </div>\r\n \r\n <div class=\"form-submit
|
531
|
+
cbt\"><input id=\"submit-button\" type=\"submit\" value=\"Post Your Answer\"
|
532
|
+
tabindex=\"110\"></div>\r\n </form>\r\n\r\n\r\n <h2 class=\"bottom-notice\">\r\n
|
533
|
+
\ Not the answer you're looking for? \r\n Browse
|
534
|
+
other questions tagged <a href=\"/questions/tagged/ruby-on-rails\" class=\"post-tag\"
|
535
|
+
title=\"show questions tagged 'ruby-on-rails'\" rel=\"tag\">ruby-on-rails</a>
|
536
|
+
<a href=\"/questions/tagged/ruby-debug\" class=\"post-tag\" title=\"show questions
|
537
|
+
tagged 'ruby-debug'\" rel=\"tag\">ruby-debug</a> \r\n or <a
|
538
|
+
href=\"/questions/ask\">ask your own question</a>.\r\n </h2>\r\n</div>\r\n</div>\r\n<div
|
539
|
+
id=\"sidebar\">\r\n\r\n\r\n\r\n <style type=\"text/css\">\r\n .hide-newsletter-loading\r\n
|
540
|
+
\ {\r\n visibility: hidden;\r\n }\r\n </style>\r\n
|
541
|
+
\ <div class=\"module newuser newuser-greeting hide-newsletter-loading\"
|
542
|
+
style=\"display:none\">\r\n <h4>Hello World!</h4>\r\n <div>\r\n
|
543
|
+
\ <p><p>This is a collaboratively edited question and answer site
|
544
|
+
for <b>professional and enthusiast programmers</b>. It's 100% free, no registration
|
545
|
+
required.</p></p>\r\n <p class=\"ar\"><a href=\"/about?mnu=1\">about
|
546
|
+
»</a> <a href=\"/faq?mnu=1\">faq »</a>\r\n </p>\r\n
|
547
|
+
\ </div>\r\n\r\n\r\n <script type=\"text/javascript\">\r\n
|
548
|
+
\ StackExchange.ready(function () {\r\n var
|
549
|
+
newUser = $('.newuser-greeting');\r\n if(!StackExchange.options.user.isAnonymous)
|
550
|
+
{\r\n newUser.removeClass('hide-newsletter-loading');\r\n
|
551
|
+
\ return;\r\n }\r\n\r\n var
|
552
|
+
continuingSession = window.sessionStorage && window.sessionStorage['targettedNewsletter'];\r\n\r\n
|
553
|
+
\ var matches = /:\\/\\/([^\\/]*)/.exec(document.referrer);\r\n\r\n
|
554
|
+
\ if (!continuingSession && (!matches || matches.length
|
555
|
+
!= 2)) {\r\n newUser.removeClass('hide-newsletter-loading');\r\n
|
556
|
+
\ } else {\r\n var domain = continuingSession
|
557
|
+
|| matches[1];\r\n\r\n if (continuingSession || $.inArray(domain,
|
558
|
+
['www.reddit.com','news.ycombinator.com']) > -1) {\r\n $.ajax({\r\n
|
559
|
+
\ url: '/newsletter/targetted/ajax',\r\n data:
|
560
|
+
{ domain: domain },\r\n success: function (data,
|
561
|
+
status, xhr) {\r\n $('#newsletter-ad').remove();\r\n
|
562
|
+
\ newUser.empty().append($(data));\r\n },\r\n
|
563
|
+
\ complete: function () {\r\n newUser.attr('class',
|
564
|
+
'').attr('style', '');\r\n }\r\n });\r\n\r\n
|
565
|
+
\ if(!continuingSession && window.sessionStorage)
|
566
|
+
{\r\n window.sessionStorage['targettedNewsletter']
|
567
|
+
= domain + '-continued';\r\n }\r\n }
|
568
|
+
else {\r\n newUser.removeClass('hide-newsletter-loading');\r\n
|
569
|
+
\ }\r\n }\r\n });\r\n
|
570
|
+
\ </script>\r\n </div>\r\n <div class=\"module\">\r\n <p
|
571
|
+
class=\"label-key\">tagged</p>\r\n <div class=\"tagged\"><a href=\"/questions/tagged/ruby-on-rails\"
|
572
|
+
class=\"post-tag\" title=\"show questions tagged 'ruby-on-rails'\" rel=\"tag\">ruby-on-rails</a> <span
|
573
|
+
class=\"item-multiplier\"><span class=\"item-multiplier-x\">×</span> <span
|
574
|
+
class=\"item-multiplier-count\">66134</span></span><br>\n<a href=\"/questions/tagged/ruby-debug\"
|
575
|
+
class=\"post-tag\" title=\"show questions tagged 'ruby-debug'\" rel=\"tag\">ruby-debug</a> <span
|
576
|
+
class=\"item-multiplier\"><span class=\"item-multiplier-x\">×</span> <span
|
577
|
+
class=\"item-multiplier-count\">82</span></span><br>\n</div>\r\n <table
|
578
|
+
id=\"qinfo\">\r\n <tr>\r\n <td><p class=\"label-key\">asked</p></td>\r\n
|
579
|
+
\ <td style=\"padding-left:10px\"><p class=\"label-key\" title=\"2011-12-02
|
580
|
+
03:56:36Z\"><b>3 months ago</b></p></td>\r\n </tr>\r\n <tr>\r\n
|
581
|
+
\ <td><p class=\"label-key\">viewed</p></td>\r\n\r\n <td
|
582
|
+
style=\"padding-left:10px\"><p class=\"label-key\"><b>561 times</b></p></td>\r\n
|
583
|
+
\ </tr>\r\n <tr>\r\n <td><p class=\"label-key\">active</p></td>\r\n
|
584
|
+
\ <td style=\"padding-left:10px\"><p class=\"label-key\"><b><a
|
585
|
+
href=\"?lastactivity\" class=\"lastactivity-link\" title=\"2012-03-02 21:01:48Z\">4
|
586
|
+
days ago</a></b></p></td>\r\n </tr>\r\n </table>\r\n </div>\r\n
|
587
|
+
\ \r\n <script type=\"text/javascript\">\r\n var scriptSrc
|
588
|
+
= \"http://engine2.adzerk.net/z/8277/adzerk1_2_4_43,adzerk2_2_17_45,adzerk3_2_4_44?keywords=ruby-on-rails,ruby-debug\";\r\n
|
589
|
+
\ if (document.referrer) {\r\n if (/\\?/.test(scriptSrc))\r\n
|
590
|
+
\ scriptSrc += \"&\";\r\n else\r\n scriptSrc
|
591
|
+
+= \"?\";\r\n scriptSrc += \"xReferrer=\" + document.referrer;\r\n
|
592
|
+
\ }\r\n StackExchange.ready(function(){var z = document.createElement(\"script\");
|
593
|
+
z.type = \"text/javascript\"; z.async = \"true\"; z.src = scriptSrc; var s
|
594
|
+
= document.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(z,
|
595
|
+
s);});\r\n </script>\r\n \r\n <div class=\"everyonelovesstackoverflow\"
|
596
|
+
id=\"adzerk2\">\r\n </div>\r\n\r\n \r\n <div id=\"hireme\">\r\n <script
|
597
|
+
type=\"text/javascript\">\r\n var careers_adurl=\"http://careers.stackoverflow.com/ad/js\",careers_cssurl=\"http://cdn.sstatic.net/careers/ads/sidebar.min.css?35cfa9\",careers_leaderboardcssurl=\"http://cdn.sstatic.net/careers/ads/ninja.min.css?35cfa8\",careers_companycssurl=\"http://cdn.sstatic.net/careers/ads/company\",careers_adselector=\"div.hireme,
|
598
|
+
div#hireme\";if($(careers_adselector).length==0){var style=\"min-height:220px;margin:12px
|
599
|
+
0\",div=$(\"<div>\").attr(\"id\",\"hireme\").addClass(\"hireme\").attr(\"style\",style),dummy=$(\"<div>\").html(div);document.write(dummy.html())}StackExchange.ready(function(){$.ajax({url:\"http://cdn.sstatic.net/careers/ads/adloader.min.js?35cfa8\",dataType:\"script\",cache:true})});\r\n
|
600
|
+
\ </script>\r\n </div>\r\n\r\n \r\n\r\n <div class=\"module\">\r\n
|
601
|
+
\ <h4 id=\"h-linked\">Linked</h4>\r\n <div class=\"linked\">\r\n <div
|
602
|
+
class=\"spacer\">\r\n<a href=\"/questions/1083451/debugging-in-ruby-1-9\"
|
603
|
+
class=\"question-hyperlink\">Debugging in ruby 1.9</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a
|
604
|
+
href=\"/questions/8087610/ruby-debug-with-ruby-1-9-3\" class=\"question-hyperlink\">ruby-debug
|
605
|
+
with Ruby 1.9.3?</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/5200818/ruby-1-9-1-and-aptana-studio-3-cant-get-debug-to-work-windows\"
|
606
|
+
class=\"question-hyperlink\">Ruby 1.9.1 and Aptana Studio 3 Cant get debug
|
607
|
+
to work (Windows)</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/8961367/aptana-3-ruby-debugger-exception-in-debugthread-loop-undefined-method-is-bin\"
|
608
|
+
class=\"question-hyperlink\">Aptana 3 ruby debugger - Exception in DebugThread
|
609
|
+
loop: undefined method `is_binary_data?'</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a
|
610
|
+
href=\"/questions/7802124/debug-rails-3-1-1-application\" class=\"question-hyperlink\">debug
|
611
|
+
rails 3.1.1 application</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/9007479/ruby-debug-not-finding-variables-in-rspec-in-sinatra\"
|
612
|
+
class=\"question-hyperlink\">ruby-debug not finding variables in rspec (in
|
613
|
+
sinatra)</a>\r\n</div>\r\n\r\n </div>\r\n </div>\r\n <div class=\"module\">\r\n
|
614
|
+
\ <h4 id=\"h-related\">Related</h4>\r\n <div class=\"related\">\r\n <div
|
615
|
+
class=\"spacer\">\r\n<a href=\"/questions/1926557/debugging-breakpoint-ing-the-rails-core-with-ruby-debug\"
|
616
|
+
class=\"question-hyperlink\">Debugging/Breakpoint-ing the Rails Core with
|
617
|
+
Ruby-Debug?</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/1972494/ruby-debug-gem-install-problem-on-windows\"
|
618
|
+
class=\"question-hyperlink\">Ruby-Debug Gem Install Problem on Windows</a>\r\n</div>\r\n<div
|
619
|
+
class=\"spacer\">\r\n<a href=\"/questions/1972549/problem-installing-ruby-debug-on-windows\"
|
620
|
+
class=\"question-hyperlink\">Problem Installing Ruby-Debug on Windows</a>\r\n</div>\r\n<div
|
621
|
+
class=\"spacer\">\r\n<a href=\"/questions/3009783/using-ruby-debug-with-jruby-1-5-0\"
|
622
|
+
class=\"question-hyperlink\">using ruby-debug with jruby-1.5.0</a>\r\n</div>\r\n<div
|
623
|
+
class=\"spacer\">\r\n<a href=\"/questions/3585985/how-to-debug-a-plugin-gem-with-useful-notes-to-setup-and-use-ruby-debug-gem\"
|
624
|
+
class=\"question-hyperlink\">How to debug a plugin / gem? (with useful notes
|
625
|
+
to setup and use ruby-debug gem)</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a
|
626
|
+
href=\"/questions/4180541/ruby-debug-wont-install-build-native-extensions\"
|
627
|
+
class=\"question-hyperlink\">ruby-debug wont install / build native extensions</a>\r\n</div>\r\n<div
|
628
|
+
class=\"spacer\">\r\n<a href=\"/questions/4426821/installing-ruby-debug-ide-on-an-offline-machine\"
|
629
|
+
class=\"question-hyperlink\">installing ruby-debug-ide on an offline machine</a>\r\n</div>\r\n<div
|
630
|
+
class=\"spacer\">\r\n<a href=\"/questions/4778177/can-install-gem-ruby-debug-but-rails-server-cant-find-it\"
|
631
|
+
class=\"question-hyperlink\">Can install gem ruby-debug, but rails server
|
632
|
+
can't find it</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/4898334/ruby-debug-and-cucumber\"
|
633
|
+
class=\"question-hyperlink\">ruby-debug and cucumber</a>\r\n</div>\r\n<div
|
634
|
+
class=\"spacer\">\r\n<a href=\"/questions/4976958/debugging-migrations-in-rails-3-using-ruby-debug\"
|
635
|
+
class=\"question-hyperlink\">Debugging migrations in rails 3 using ruby-debug?</a>\r\n</div>\r\n<div
|
636
|
+
class=\"spacer\">\r\n<a href=\"/questions/5045867/ruby-debug-no-such-file-to-load-spec-helper\"
|
637
|
+
class=\"question-hyperlink\">Ruby Debug “no such file to load --spec_helper”</a>\r\n</div>\r\n<div
|
638
|
+
class=\"spacer\">\r\n<a href=\"/questions/5200401/ruby-debug-color\" class=\"question-hyperlink\">Ruby-debug
|
639
|
+
color?</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/5446594/running-ruby-debug-in-rspec\"
|
640
|
+
class=\"question-hyperlink\">Running ruby debug in rspec?</a>\r\n</div>\r\n<div
|
641
|
+
class=\"spacer\">\r\n<a href=\"/questions/6583017/jump-to-next-line-of-my-code-in-ruby-debug\"
|
642
|
+
class=\"question-hyperlink\">Jump to next line of *my code* in ruby-debug</a>\r\n</div>\r\n<div
|
643
|
+
class=\"spacer\">\r\n<a href=\"/questions/6753617/problems-with-ruby-debug-in-rspec-on-jruby-and-windows\"
|
644
|
+
class=\"question-hyperlink\">Problems with ruby-debug in RSpec on JRuby and
|
645
|
+
Windows</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/8087610/ruby-debug-with-ruby-1-9-3\"
|
646
|
+
class=\"question-hyperlink\">ruby-debug with Ruby 1.9.3?</a>\r\n</div>\r\n<div
|
647
|
+
class=\"spacer\">\r\n<a href=\"/questions/8283477/error-installing-ruby-debug-ide\"
|
648
|
+
class=\"question-hyperlink\">Error: installing ruby-debug-ide</a>\r\n</div>\r\n<div
|
649
|
+
class=\"spacer\">\r\n<a href=\"/questions/8753566/thin-with-ssl-support-and-ruby-debug\"
|
650
|
+
class=\"question-hyperlink\">Thin with SSL support and ruby-debug</a>\r\n</div>\r\n<div
|
651
|
+
class=\"spacer\">\r\n<a href=\"/questions/8767640/nginx-rails-and-ruby-debug\"
|
652
|
+
class=\"question-hyperlink\">nginx, rails and ruby-debug</a>\r\n</div>\r\n<div
|
653
|
+
class=\"spacer\">\r\n<a href=\"/questions/8859947/ruby-debug-aborts-sporadically-while-debugging-cucumber-scenarios-for-a-rails-ap\"
|
654
|
+
class=\"question-hyperlink\">ruby-debug aborts sporadically while debugging
|
655
|
+
cucumber scenarios for a rails app (maybe when I raise an exception)</a>\r\n</div>\r\n<div
|
656
|
+
class=\"spacer\">\r\n<a href=\"/questions/8996498/ruby-debug-with-pow-breakpoints-never-hit\"
|
657
|
+
class=\"question-hyperlink\">ruby-debug with Pow — breakpoints never
|
658
|
+
hit</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/9122232/how-do-i-install-ruby-debug-in-ruby-1-9-3-rails-3-2-1\"
|
659
|
+
class=\"question-hyperlink\">how do I install ruby-debug in ruby 1.9.3 / Rails
|
660
|
+
3.2.1</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/9187140/ruby-debug-does-not-halt\"
|
661
|
+
class=\"question-hyperlink\">ruby-debug does not halt</a>\r\n</div>\r\n<div
|
662
|
+
class=\"spacer\">\r\n<a href=\"/questions/9408670/is-ruby-debug-ide-available-to-be-installed-on-windows-with-ruby1-9-3\"
|
663
|
+
class=\"question-hyperlink\">Is ruby-debug-ide available to be installed on
|
664
|
+
windows with ruby1.9.3?</a>\r\n</div>\r\n<div class=\"spacer\">\r\n<a href=\"/questions/9415217/why-my-aptanastudio3-0-cant-debug-rails-application\"
|
665
|
+
class=\"question-hyperlink\">Why my AptanaStudio3.0 can't debug Rails
|
666
|
+
application?</a>\r\n</div>\r\n\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div
|
667
|
+
id=\"feed-link\">\r\n <div id=\"feed-link-text\"><a href=\"/feeds/question/8351604\"
|
668
|
+
title=\"feed of this question and its answers\"><span class=\"feed-icon\"></span>question
|
669
|
+
feed</a></div>\r\n</div>\r\n<script type=\"text/javascript\">\r\nStackExchange.ready(function(){$.get('/posts/8351604/ivc/24ee');});\r\n</script>\r\n<noscript>\r\n
|
670
|
+
\ <div><img src=\"/posts/8351604/ivc/24ee\" class=\"dno\" alt=\"\" width=\"0\"
|
671
|
+
height=\"0\"></div>\r\n</noscript><div style=\"display:none\" id=\"prettify-lang\">default</div></div>\r\n
|
672
|
+
\ </div>\r\n </div>\r\n <div id=\"footer\">\r\n <div class=\"footerwrap\">\r\n
|
673
|
+
\ <div id=\"footer-menu\">\r\n <a href=\"/about\">about</a>
|
674
|
+
|\r\n <a href=\"/faq\">faq</a> |\r\n \r\n <span
|
675
|
+
onclick=\"if(window.localStorage){localStorage.setItem('blog-new',1331153908000);
|
676
|
+
$('.new-blog-post').fadeOut();}\">\r\n <script type=\"text/javascript\">if(!window.localStorage
|
677
|
+
|| new Date(+localStorage.getItem('blog-new'))<new Date())document.write('<span
|
678
|
+
title=\"The New Stack Exchange Beta Theme, by Robert Cartaino - 20 hours ago\"
|
679
|
+
class=\"new-blog-post\">new<\\/span>');</script>\r\n <a
|
680
|
+
href=\"http://blog.stackexchange.com?blt=1\">blog</a>\r\n </span>
|
681
|
+
|\r\n <a href=\"http://chat.stackoverflow.com\">chat</a>
|
682
|
+
|\r\n <a href=\"http://data.stackexchange.com\">data</a> |\r\n
|
683
|
+
\ <a href=\"http://blog.stackoverflow.com/category/podcasts/\">podcast</a>
|
684
|
+
|\r\n <a href=\"http://shop.stackexchange.com/\">shop</a> |\r\n
|
685
|
+
\ <a href=\"http://stackexchange.com/legal\">legal</a> |\r\n
|
686
|
+
\ <a href=\"http://engine.adzerk.net/redirect/0/2776/2751/0/4de3c60f719c4dfcb1a57531c7050090/0\">advertising
|
687
|
+
info</a> |\r\n\r\n <a onclick=\"StackExchange.switchMobile('on',
|
688
|
+
'/questions/8351604/ruby-debug-not-working/9260206')\">mobile</a> |\r\n\r\n
|
689
|
+
\ <b><a href=\"mailto:team@stackoverflow.com\">contact us</a></b>\r\n
|
690
|
+
\ | <b><a href=\"http://meta.stackoverflow.com\">feedback</a></b>\r\n
|
691
|
+
\ <div id=\"footer-sites\">\r\n \r\n <span
|
692
|
+
style=\"color:#FE7A15;font-size:140%\">■</span> <a href=\"http://stackoverflow.com\">stackoverflow.com</a>
|
693
|
+
\r\n <span style=\"color:#FE7A15;font-size:140%\">■</span> <a
|
694
|
+
href=\"http://stackapps.com\">api/apps</a> \r\n <span
|
695
|
+
style=\"color:#FE7A15;font-size:140%\">■</span> <a href=\"http://careers.stackoverflow.com\">careers</a>
|
696
|
+
\r\n <span style=\"color:#E8272C;font-size:140%\">■</span> <a
|
697
|
+
href=\"http://serverfault.com\">serverfault.com</a> \r\n <span
|
698
|
+
style=\"color:#00AFEF;font-size:140%\">■</span> <a href=\"http://superuser.com\">superuser.com</a>
|
699
|
+
\r\n <span style=\"color:#969696;font-size:140%\">■</span> <a
|
700
|
+
href=\"http://meta.stackoverflow.com\">meta</a> \r\n <span
|
701
|
+
style=\"color:#46937D;font-size:140%\">■</span> <a href=\"http://area51.stackexchange.com\">area 51</a>
|
702
|
+
\r\n <span style=\"color:#C0D0DC;font-size:140%\">■</span> <a
|
703
|
+
href=\"http://webapps.stackexchange.com\">webapps</a> \r\n <span
|
704
|
+
style=\"color:#000000;font-size:140%\">■</span> <a href=\"http://gaming.stackexchange.com\">gaming</a>
|
705
|
+
\r\n <span style=\"color:#dd4814;font-size:140%\">■</span> <a
|
706
|
+
href=\"http://askubuntu.com\">ubuntu</a> \r\n <span
|
707
|
+
style=\"color:#9ce4fe;font-size:140%\">■</span> <a href=\"http://webmasters.stackexchange.com\">webmasters</a>
|
708
|
+
\r\n <span style=\"color:#cf4d3f;font-size:140%\">■</span> <a
|
709
|
+
href=\"http://cooking.stackexchange.com\">cooking</a> \r\n <span
|
710
|
+
style=\"color:#f4f28d;font-size:140%\">■</span> <a href=\"http://gamedev.stackexchange.com\">game
|
711
|
+
development</a> \r\n <span style=\"color:#0f3559;font-size:140%\">■</span> <a
|
712
|
+
href=\"http://math.stackexchange.com\">math</a> \r\n <span
|
713
|
+
style=\"color:#f2f2f2;font-size:140%\">■</span> <a href=\"http://photo.stackexchange.com\">photography</a>
|
714
|
+
\r\n <span style=\"color:#037187;font-size:140%\">■</span> <a
|
715
|
+
href=\"http://stats.stackexchange.com\">stats</a> \r\n <span
|
716
|
+
style=\"color:#f1e7cc;font-size:140%\">■</span> <a href=\"http://tex.stackexchange.com\">tex</a>
|
717
|
+
\r\n <span style=\"color:#e1cdae;font-size:140%\">■</span> <a
|
718
|
+
href=\"http://english.stackexchange.com\">english</a> \r\n <span
|
719
|
+
style=\"color:#a2d9f6;font-size:140%\">■</span> <a href=\"http://cstheory.stackexchange.com\">theoretical
|
720
|
+
cs</a> \r\n <span style=\"color:#1b3e6c;font-size:140%\">■</span> <a
|
721
|
+
href=\"http://programmers.stackexchange.com\">programmers</a> \r\n <span
|
722
|
+
style=\"color:#293a5d;font-size:140%\">■</span> <a href=\"http://unix.stackexchange.com\">unix</a> \r\n
|
723
|
+
\ <span style=\"color:#bec0cb;font-size:140%\">■</span> <a
|
724
|
+
href=\"http://apple.stackexchange.com\">apple</a> \r\n <span
|
725
|
+
style=\"color:#939185;font-size:140%\">■</span> <a href=\"http://wordpress.stackexchange.com\">wordpress</a> \r\n
|
726
|
+
\ <span style=\"color:#ebf5f5;font-size:140%\">■</span> <a
|
727
|
+
href=\"http://physics.stackexchange.com\">physics</a> \r\n <span
|
728
|
+
style=\"color:#4176ab;font-size:140%\">■</span> <a href=\"http://diy.stackexchange.com\">home improvement</a> \r\n
|
729
|
+
\ <span style=\"color:#d1d8d7;font-size:140%\">■</span> <a
|
730
|
+
href=\"http://gis.stackexchange.com\">gis</a> \r\n <span
|
731
|
+
style=\"color:#e5e2d3;font-size:140%\">■</span> <a href=\"http://electronics.stackexchange.com\">electronics</a> \r\n
|
732
|
+
\ <span style=\"color:#a4c639;font-size:140%\">■</span> <a
|
733
|
+
href=\"http://android.stackexchange.com\">android</a> \r\n <span
|
734
|
+
style=\"color:#2e4e60;font-size:140%\">■</span> <a href=\"http://security.stackexchange.com\">security</a> \r\n
|
735
|
+
\ <span style=\"color:#45bcb5;font-size:140%\">■</span> <a
|
736
|
+
href=\"http://bicycles.stackexchange.com\">bicycles</a> \r\n <span
|
737
|
+
style=\"color:#00adee;font-size:140%\">■</span> <a href=\"http://dba.stackexchange.com\">dba</a> \r\n
|
738
|
+
\ <span style=\"color:#2edaf0;font-size:140%\">■</span> <a
|
739
|
+
href=\"http://drupal.stackexchange.com\">drupal</a> \r\n <span
|
740
|
+
style=\"color:#213951;font-size:140%\">■</span> <a href=\"http://sharepoint.stackexchange.com\">sharepoint</a> \r\n
|
741
|
+
\ <span style=\"color:#73abb3;font-size:140%\">■</span> <a
|
742
|
+
href=\"http://scifi.stackexchange.com\">scifi & fantasy</a> \r\n
|
743
|
+
\ <span style=\"color:#23629F;font-size:140%\">■</span> <a
|
744
|
+
href=\"http://ux.stackexchange.com\">user experience</a> \r\n </div>\r\n
|
745
|
+
\ </div>\r\n <div id=\"footer-flair\">\r\n <a
|
746
|
+
class=\"peer1\" href=\"http://www.peer1.com/stackoverflow\"></a> \r\n\t <a
|
747
|
+
href=\"http://creativecommons.org/licenses/by-sa/3.0/\" class=\"cc-wiki-link\"></a>\r\n
|
748
|
+
\ <div id=\"svnrev\">rev 2012.3.7.1501</div>\r\n </div>\r\n
|
749
|
+
\ <div id=\"copyright\">\r\n site design / logo ©
|
750
|
+
2012 stack exchange inc; \r\n user contributions licensed under
|
751
|
+
<a href=\"http://creativecommons.org/licenses/by-sa/3.0/\" rel=\"license\">cc-wiki</a>
|
752
|
+
with <a href=\"http://blog.stackoverflow.com/2009/06/attribution-required/\"
|
753
|
+
rel=\"license\">attribution required</a>\r\n </div>\r\n \r\n\r\n
|
754
|
+
\ </div>\r\n </div>\r\n \r\n <noscript>\r\n <div id=\"noscript-warning\">Stack
|
755
|
+
Overflow works best with JavaScript enabled<img src=\"http://pixel.quantserve.com/pixel/p-c1rF4kxgLUzNc.gif\"
|
756
|
+
alt=\"\" class=\"dno\"></div>\r\n </noscript>\r\n <script type=\"text/javascript\">var
|
757
|
+
_gaq=_gaq||[];_gaq.push(['_setAccount','UA-5620270-1']);\r\n _gaq.push(['_setCustomVar',
|
758
|
+
1, 'tags', '|ruby-on-rails|ruby-debug|']); \r\n_gaq.push(['_trackPageview']);\r\n
|
759
|
+
\ var _qevents = _qevents || [];\r\n (function(){\r\n var s=document.getElementsByTagName('script')[0];\r\n
|
760
|
+
\ var ga=document.createElement('script');\r\n ga.type='text/javascript';\r\n
|
761
|
+
\ ga.async=true;\r\n ga.src='http://www.google-analytics.com/ga.js';\r\n
|
762
|
+
\ s.parentNode.insertBefore(ga,s);\r\n var sc=document.createElement('script');\r\n
|
763
|
+
\ sc.type='text/javascript';\r\n sc.async=true;\r\n sc.src='http://edge.quantserve.com/quant.js';
|
764
|
+
\r\n s.parentNode.insertBefore(sc,s);\r\n })();\r\n </script>\r\n
|
765
|
+
\ <script type=\"text/javascript\">\r\n _qevents.push({ qacct: \"p-c1rF4kxgLUzNc\"
|
766
|
+
});\r\n </script> \r\n \r\n \r\n \r\n</body>\r\n</html>"
|
384
767
|
http_version: '1.1'
|
768
|
+
recorded_at: Wed, 07 Mar 2012 17:19:52 GMT
|
769
|
+
recorded_with: VCR 2.0.0
|