4
4
title: Pry - Screencasts
5
5
---
6
6
7
-
8
7
< header >
9
8
{% include logo_small.html %}
10
9
</ header >
@@ -19,7 +18,6 @@ <h1>Introductory screencast</h1>
19
18
Cheek</ a > . It includes instructions on installing Pry as
20
19
well as some coverage of core features.
21
20
</ p >
22
-
23
21
< center >
24
22
< iframe src ="http://player.vimeo.com/video/26391171?title=0&byline=0&portrait=0 "
25
23
width ="633 " height ="475 " frameborder ="0 "> </ iframe >
@@ -28,55 +26,41 @@ <h1>Introductory screencast</h1>
28
26
29
27
< article >
30
28
< h1 > Alternative introduction</ h1 >
31
-
32
29
< p > An introductory screencast, covering the basics, by < a href ="https://github.com/runnerpack "> Amos Bieler</ a > .</ p >
33
-
34
30
< center >
35
31
< iframe src ="http://player.vimeo.com/video/23535249?title=0&byline=0&portrait=0 "
36
32
width ="633 " height ="475 " frameborder ="0 "> </ iframe >
37
33
</ center >
38
34
</ article >
39
35
40
-
41
36
< article >
42
37
< h1 > Pry with Rails</ h1 >
43
-
44
38
< p > How to integrate Pry into a Rails application, and how it can aid in debugging.</ p >
45
-
46
39
< p > < a href ="http://railscasts.com/episodes/280-pry-with-rails "> Watch at RailsCasts</ a > .</ p >
47
-
48
40
< center >
49
41
< video width ="633 " height ="475 " controls ="controls ">
50
42
< source src ="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.mp4 " />
51
43
< source src ="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.webm " />
52
44
< source src ="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.ogv " />
53
-
54
- Your browser does not support the video tag.
55
- </ video >
56
- </ center >
45
+ Your browser does not support the video tag.
46
+ </ video >
47
+ </ center >
57
48
</ article >
58
49
59
-
60
50
< article >
61
51
< h1 > Using Pry at runtime</ h1 >
62
-
63
52
< p > Demonstration of invoking a Pry session at runtime to modify and develop a game while the game is running.</ p >
64
-
65
53
< center >
66
54
< iframe src ="http://player.vimeo.com/video/23634437?title=0&byline=0&portrait=0 "
67
55
width ="633 " height ="475 " frameborder ="0 "> </ iframe >
68
56
</ center >
69
57
</ article >
70
58
71
-
72
59
< article >
73
60
< h1 > HowToCode</ h1 >
74
-
75
- < p > Portugese screencast by Nando Vieira.</ p >
76
-
61
+ < p > Portuguese screencast by < a href ="https://github.com/fnando "> Nando Vieira</ a > .</ p >
62
+ < p > < a href ="http://howtocode.com.br/screencasts/pry "> Watch at HowToCode</ a > .</ p >
77
63
< center >
78
-
79
-
80
64
< video width ="633 " height ="475 " controls ="controls ">
81
65
< source src ="http://f.simplesideias.com.br/howtocode/screencasts/pry/video.mp4 " type ="video/mp4 "/>
82
66
Your browser does not support the video tag.
0 commit comments