-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathscreencasts.html
70 lines (63 loc) · 2.55 KB
/
screencasts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
# Jekyll wants this YAML front matter to parse the document.
layout: default
title: Pry - Screencasts
---
<header>
{% include logo_small.html %}
</header>
{% include navigation.html %}
<article>
<h1>Introductory screencast</h1>
<p>
It is recommended you watch the following screencast put
together by <a href="https://github.com/joshcheek">Josh
Cheek</a>. It includes instructions on installing Pry as
well as some coverage of core features.
</p>
<center>
<iframe src="http://player.vimeo.com/video/26391171?title=0&byline=0&portrait=0"
width="633" height="475" frameborder="0"></iframe>
</center>
</article>
<article>
<h1>Alternative introduction</h1>
<p>An introductory screencast, covering the basics, by <a href="https://github.com/runnerpack">Amos Bieler</a>.</p>
<center>
<iframe src="http://player.vimeo.com/video/23535249?title=0&byline=0&portrait=0"
width="633" height="475" frameborder="0"></iframe>
</center>
</article>
<article>
<h1>Pry with Rails</h1>
<p>How to integrate Pry into a Rails application, and how it can aid in debugging.</p>
<p><a href="http://railscasts.com/episodes/280-pry-with-rails">Watch at RailsCasts</a>.</p>
<center>
<video width="633" height="475" controls="controls">
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.mp4" />
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.webm" />
<source src="http://media.railscasts.com/assets/episodes/videos/280-pry-with-rails.ogv" />
Your browser does not support the video tag.
</video>
</center>
</article>
<article>
<h1>Using Pry at runtime</h1>
<p>Demonstration of invoking a Pry session at runtime to modify and develop a game while the game is running.</p>
<center>
<iframe src="http://player.vimeo.com/video/23634437?title=0&byline=0&portrait=0"
width="633" height="475" frameborder="0"></iframe>
</center>
</article>
<article>
<h1>HowToCode</h1>
<p>Portuguese screencast by <a href="https://github.com/fnando">Nando Vieira</a>.</p>
<p><a href="http://howtocode.com.br/screencasts/pry">Watch at HowToCode</a>.</p>
<center>
<video width="633" height="475" controls="controls">
<source src="http://f.simplesideias.com.br/howtocode/screencasts/pry/video.mp4" type="video/mp4"/>
Your browser does not support the video tag.
<a href="http://f.simplesideias.com.br/howtocode/screencasts/pry/video.mp4">Direct link to video (MP4)</a>
</video>
</center>
</article>