-
Notifications
You must be signed in to change notification settings - Fork 3
/
rails.html
488 lines (488 loc) · 20.4 KB
/
rails.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Rails · RailsApps</title>
<meta name="viewport" content="width=device-width">
<link href="https://plus.google.com/117374718581973393536" rel="publisher">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.2.2/css/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.2.2/css/foundation.min.css">
<link rel="stylesheet" href="http://railsapps.github.io/css/railsapps.css" />
<link rel="stylesheet" href="http://railsapps.github.io/css/syntax.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
window.analytics=window.analytics||[],window.analytics.methods=["identify","group","track","page","pageview","alias","ready","on","once","off","trackLink","trackForm","trackClick","trackSubmit"],window.analytics.factory=function(t){return function(){var a=Array.prototype.slice.call(arguments);return a.unshift(t),window.analytics.push(a),window.analytics}};for(var i=0;i<window.analytics.methods.length;i++){var key=window.analytics.methods[i];window.analytics[key]=window.analytics.factory(key)}window.analytics.load=function(t){if(!document.getElementById("analytics-js")){var a=document.createElement("script");a.type="text/javascript",a.id="analytics-js",a.async=!0,a.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.io/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n)}},window.analytics.SNIPPET_VERSION="2.0.9",
window.analytics.load("l1stqfqqbf");
window.analytics.page();
window.analytics.ready(function () {
ga('require', 'linker');
ga('linker:autoLink', ['railscomposer.com','learn-rails.com','blog.railsapps.org','tutorials.railsapps.org']);
});
</script>
</head>
<body>
<div class="fixed">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<a href="http://railsapps.github.io/" class="brand">RailsApps Project</a>
</li>
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li><a href="https://tutorials.railsapps.org/" class="google">Tutorials</a></li>
<li><a href="http://twitter.com/rails_apps" class="twitter">Twitter</a></li>
<li><a href="http://blog.railsapps.org/" class="twitter">Blog</a></li>
<li><a href="https://github.com/RailsApps" class="github">GitHub Repository</a></li>
</ul>
</section>
</nav>
</div>
<div class="row">
<div class="large-12 columns">
<div class="content wikistyle gollum textile">
<h1>Rails</h1>
<h4>by Daniel Kehoe</h4>
<p><em>Last updated 23 April 2013</em></p>
<p>Top resources for Ruby and Rails. New to Rails? See <a href="http://railsapps.github.io/what-is-ruby-rails.html">What is Ruby on Rails?</a>, the book <a href="http://learn-rails.com/learn-ruby-on-rails.html">Learn Ruby on Rails</a>, and recommendations for a <a href="https://tutorials.railsapps.org/rails-tutorial">Rails tutorial</a>.</p>
<p>Learning Rails? See recommendations for a <a href="https://tutorials.railsapps.org/rails-tutorial">Rails tutorial</a> to suit your skill level and learning style.</p>
<p><a href="http://www.twitter.com/rails_apps"><img src="http://twitter-badges.s3.amazonaws.com/t_logo-a.png" title="Follow on Twitter" alt="Follow on Twitter"></a> Follow <a href="http://twitter.com/rails_apps">@rails_apps</a> on Twitter for updates and timely Rails tips.</p>
<table>
<tr>
<th>References </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://guides.rubyonrails.org/">Rails Guides</a> </td>
<td> introduction and general reference </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://api.rubyonrails.org/">Rails Documentation</a> </td>
<td> official <span class="caps">API</span> docs </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://railsapi.com/">Rails Searchable <span class="caps">API</span> Doc</a> </td>
<td> alternative interface for the <span class="caps">API</span> docs </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://apidock.com/rails">apidock.com/rails</a> </td>
<td> Rails <span class="caps">API</span> docs with usage notes </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://apidock.com/ruby">apidock.com/ruby</a> </td>
<td> Ruby <span class="caps">API</span> docs with usage notes </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://pragtob.github.io/rails-beginner-cheatsheet/index.html">Rails Beginner Cheat Sheet</a> </td>
<td> useful reference </td>
<td> Tobias Pfeiffer </td>
</tr>
</table>
<table>
<tr>
<th>Installing Rails </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://railsapps.github.io/installing-rails.html">Installing Rails</a> </td>
<td> detailed instructions and advice </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="http://installfest.railsbridge.org/installfest/">Installing Rails</a>
</td>
<td> for Mac OS X, Ubuntu, or Windows </td>
<td> RailsBridge Workshops </td>
</tr>
</table>
<table>
<tr>
<th>Learning Ruby </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://rubymonk.com/">RubyMonk</a> </td>
<td> free browser-based interactive tutorial </td>
<td> C42 Engineering </td>
</tr>
<tr>
<td> <a href="http://tryruby.org/levels/1/challenges/0">Try Ruby</a> </td>
<td> free browser-based interactive tutorial </td>
<td> Code School </td>
</tr>
<tr>
<td> <a href="http://rubykoans.com/">Ruby Koans</a> </td>
<td> free browser-based interactive exercises </td>
<td> Jim Weirich and Joe O’Brien </td>
</tr>
<tr>
<td> <a href="https://github.com/JoshCheek/ruby-kickstart">Ruby Kickstart</a> </td>
<td> Six free videos </td>
<td> Josh Cheek </td>
</tr>
</table>
<table>
<tr>
<th>Learning Rails </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="https://tutorials.railsapps.org/rails-tutorial">Rails Tutorials</a> </td>
<td> recommendations to suit your skill level and learning style </td>
<td> RailsApps </td>
</tr>
<tr>
<td> <a href="http://pragprog.com/book/rails4/agile-web-development-with-rails" title="4th edition">Agile Web Development with Rails</a> </td>
<td> ebook covers Rails 4.0 </td>
<td> Sam Ruby, Dave Thomas, and David Heinemeier Hansson </td>
</tr>
<tr>
<td> <a href="http://www.manning.com/bigg2/">Rails 4 In Action</a> </td>
<td> ebook covers Rails 4.0 </td>
<td> Yehuda Katz and Ryan Bigg </td>
</tr>
<tr>
<td> <a href="http://ruby.railstutorial.org/ruby-on-rails-tutorial-book">Ruby on Rails Tutorial</a> </td>
<td> free ebook, covers Rails 3.2 </td>
<td> Michael Hartl </td>
</tr>
</table>
<table>
<tr>
<th>Testing </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="https://leanpub.com/everydayrailsrspec">Everyday Rails Testing with RSpec</a> </td>
<td> including Capybara and Factory Girl </td>
<td> Aaron Sumner </td>
</tr>
<tr>
<td> <a href="http://www.pragprog.com/titles/achbd/the-rspec-book">The RSpec Book</a> </td>
<td> covers RSpec and Cucumber </td>
<td> David Chelimsky and others </td>
</tr>
<tr>
<td> <a href="http://pragprog.com/book/hwcuc/the-cucumber-book">The Cucumber Book</a> </td>
<td> </td>
<td> Matt Wynne and Aslak Hellesøy </td>
</tr>
<tr>
<td> <a href="http://pragprog.com/book/dhwcr/cucumber-recipes">Cucumber Recipes</a> </td>
<td> </td>
<td> Ian Dees, Matt Wynne, Aslak Hellesoy </td>
</tr>
<tr>
<td> <a href="http://cuke4ninja.com/">The Secret Ninja Cucumber Scrolls</a> </td>
<td> free introduction to Cucumber </td>
<td> David de Florinier and Gojko Adzic </td>
</tr>
</table>
<table>
<tr>
<th>Rails 3.2 Examples and Starter Apps </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails3-devise-rspec-cucumber">Devise-RSpec-Cucumber</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails3-devise-rspec-cucumber">Bootstrap-Devise-CanCan</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails-prelaunch-signup">Prelaunch-Signup</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails3-mongoid-devise">Devise-Mongoid</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails3-mongoid-omniauth">OmniAuth-Mongoid</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> <a href="https://github.com/RailsApps/rails3-subdomains">Subdomains with Devise and Mongoid</a> </td>
<td> example code with a tutorial </td>
<td> Daniel Kehoe </td>
</tr>
<tr>
<td> for more, <a href="http://railsapps.github.io/rails-examples-tutorials.html">see a list</a> </td>
<td> </td>
<td> </td>
</tr>
</table>
<table>
<tr>
<th>Ruby Gems </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="https://rubygems.org/">RubyGems.org</a> </td>
<td> the source for Ruby gems </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://ruby-toolbox.com/">The Ruby Toolbox</a> </td>
<td> top gems categorized and ranked by popularity </td>
<td> Chris Olszowka </td>
</tr>
<tr>
<td> <a href="https://gemnasium.com/">Gemnasium</a> </td>
<td> find out when gems are updated </td>
<td> Tech-Angels </td>
</tr>
<tr>
<td> <a href="https://www.versioneye.com/">VersionEye</a> </td>
<td> find out when gems are updated </td>
<td> VersionEye </td>
</tr>
<tr>
<td> <a href="https://gemcanary.com/">Gemcanary</a> </td>
<td> notifications of gem security updates </td>
<td> State Machinery </td>
</tr>
</table>
<table>
<tr>
<th>Rails Help </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://stackoverflow.com/questions/tagged/ruby-on-rails-3">Stack Overflow</a> </td>
<td> answers to programming questions </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://www.railshotline.com/">Rails Hotline</a> </td>
<td> free telephone hotline for Rails questions </td>
<td> volunteers </td>
</tr>
</table>
<table>
<tr>
<th>Screencasts </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://railscasts.com/">Railscasts</a> </td>
<td> free with a new topic every Monday </td>
<td> Ryan Bates </td>
</tr>
<tr>
<td> <a href="http://peepcode.com/screencasts">PeepCode</a> </td>
<td> priced starting at $12/screencast </td>
<td> Geoffrey Grosenbach </td>
</tr>
</table>
<table>
<tr>
<th>Podcasts </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://rubyshow.com/">The Ruby Show</a> </td>
<td> weekly podcast </td>
<td> Peter Cooper and Jason Seifer </td>
</tr>
<tr>
<td> <a href="http://ruby5.envylabs.com/">Ruby5</a> </td>
<td> 5 minutes of news 2-3x/week </td>
<td> Envy Labs </td>
</tr>
<tr>
<td> <a href="http://rubyrogues.com/">Ruby Rogues</a> </td>
<td> technical roundtable </td>
<td> various </td>
</tr>
</table>
<table>
<tr>
<th>Blogs (and lists of blogs) </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://weblog.rubyonrails.org/">Riding Rails</a> </td>
<td> official news </td>
<td> Rails maintainers </td>
</tr>
<tr>
<td> <a href="http://www.rubyflow.com/">RubyFlow</a> </td>
<td> daily reading suggestions </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://afreshcup.com/">A Fresh Cup</a> </td>
<td> semi-daily reading suggestions </td>
<td> Mike Gunderloy </td>
</tr>
<tr>
<td> <a href="http://rubyreflector.com/">The Ruby Reflector</a> </td>
<td> blog aggregator </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://www.planetrubyonrails.com/">PlanetRubyOnRails</a> </td>
<td> blog aggregator </td>
<td> community-authored </td>
</tr>
<tr>
<td> <a href="http://www.planetrubyonrails.com/pages/channels">PlanetRubyOnRails List of Blogs</a> </td>
<td> list of notable blogs </td>
<td> PlanetRubyOnRails </td>
</tr>
<tr>
<td> <a href="http://rubycorner.com/blogs/registered">RubyCorner List of Blogs</a> </td>
<td> 700+ blogs </td>
<td> RubyCorner </td>
</tr>
</table>
<table>
<tr>
<th>Newsletter </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://rubyweekly.com/">Ruby Weekly</a> </td>
<td> email newsletter </td>
<td> Peter Cooper </td>
</tr>
</table>
<table>
<tr>
<th>Twitter Lists </th>
<th></th>
<th>Authors </th>
</tr>
<tr>
<td> <a href="http://www.sulia.com/sources/ruby-ruby-on-rails/">Ruby & Rails</a> </td>
<td> </td>
<td> sulia.com </td>
</tr>
<tr>
<td> <a href="https://twitter.com/rails_apps/follow-ruby-rails/members">Ruby/Rails</a> </td>
<td> </td>
<td> Daniel Kehoe </td>
</tr>
</table>
</div>
<div class="comments" id="comments">
<div class="content wikistyle gollum">
<h2>Comments</h2>
</div>
<p>Is this helpful? Your encouragement fuels the project. Please tweet or add a comment. Couldn't get something to work? For the example apps and tutorials, it's best to open an issue on GitHub so we can help you.</p>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'railsapps'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div><!-- class="comments" -->
</div><!-- class="columns" -->
</div><!-- class="row" -->
<footer class="row">
<div class="large-12 columns">
<div class="row">
<div class="medium-4 large-4 columns">
<dl class="footer_nav">
<dt>RailsApps · Getting Started</dt>
<dd><a href="http://railsapps.github.io/ruby-and-rails.html">Ruby on Rails</a></dd>
<dd><a href="http://railsapps.github.io/what-is-ruby-rails.html">What is Ruby on Rails?</a></dd>
<dd><a href="http://learn-rails.com/learn-ruby-on-rails.html">Learn Ruby on Rails</a></dd>
<dd><a href="https://tutorials.railsapps.org/rails-tutorial">Rails Tutorial</a></dd>
<dd><a href="http://learn-rails.com/ruby-on-rails-tutorial-for-beginners">Ruby on Rails Tutorial for Beginners</a></dd>
<dd><a href="http://railsapps.github.io/installing-rails.html">Install Ruby on Rails</a></dd>
<dd><a href="http://railsapps.github.io/installrubyonrails-mac.html">Install Ruby on Rails - Mac OS X</a></dd>
<dd><a href="http://railsapps.github.io/installrubyonrails-ubuntu.html">Install Ruby on Rails - Ubuntu</a></dd>
<dd><a href="http://railsapps.github.io/rubyonrails-nitrous-io.html">Ruby on Rails - Nitrous.io</a></dd>
<dd><a href="http://railsapps.github.io/updating-rails.html">Update Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-composer/">Rails Composer</a></dd>
<dd><a href="http://railsapps.github.io/">Rails Examples</a></dd>
<dd><a href="http://railsapps.github.io/rails-examples-tutorials.html">Rails Starter Apps</a></dd>
</dl>
</div>
<div class="medium-4 large-4 columns">
<dl class="footer_nav">
<dt>RailsApps · Articles</dt>
<dd><a href="http://railsapps.github.io/rails-authorization.html">Rails Authorization</a></dd>
<dd><a href="http://railsapps.github.io/rails-google-analytics.html">Analytics for Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-heroku-tutorial.html">Heroku and Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-javascript-include-external.html">JavaScript and Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-environment-variables.html">Rails Environment Variables</a></dd>
<dd><a href="http://railsapps.github.io/rails-git.html">Git and Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-github.html">Rails GitHub</a></dd>
<dd><a href="http://railsapps.github.io/rails-send-email.html">Send Email with Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-haml.html">Haml and Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-default-application-layout.html">Rails Application Layout</a></dd>
<dd><a href="http://railsapps.github.io/rails-html5-boilerplate.html">HTML5 Boilerplate for Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-3-2-example-gemfile.html">Example Gemfiles for Rails</a></dd>
<dd><a href="http://railsapps.github.io/rails-application-templates.html">Rails Application Templates</a></dd>
<dd><a href="http://railsapps.github.io/rails-product-planning.html">Rails Product Planning</a></dd>
<dd><a href="http://railsapps.github.io/rails-project-management.html">Rails Project Management</a></dd>
</dl>
</div>
<div class="medium-4 large-4 columns">
<dl class="footer_nav">
<dt>RailsApps · Tutorials</dt>
<dd><a href="http://railsapps.github.io/twitter-bootstrap-rails.html">Rails Bootstrap</a></dd>
<dd><a href="http://railsapps.github.io/rails-foundation.html">Rails Foundation</a></dd>
<dd><a href="http://railsapps.github.io/rails-omniauth/">OmniAuth Tutorial</a></dd>
<dd><a href="http://railsapps.github.io/tutorial-rails-devise.html">Rails Devise Tutorial</a></dd>
<dd><a href="http://railsapps.github.io/tutorial-rails-devise-rspec-cucumber.html">Devise RSpec</a></dd>
<dd><a href="http://railsapps.github.io/tutorial-rails-bootstrap-devise-cancan.html">Devise Bootstrap</a></dd>
<dd><a href="http://railsapps.github.io/rails-devise-roles">Role-Based Authorization</a></dd>
<dd><a href="http://railsapps.github.io/rails-devise-pundit">Rails Authorization with Pundit</a></dd>
<dd><a href="https://tutorials.railsapps.org/rails-stripe-membership-saas">Rails Membership Site with Stripe</a></dd>
<dd><a href="https://tutorials.railsapps.org/rails-recurly-subscription-saas">Rails Subscription Site with Recurly</a></dd>
<dd><a href="https://tutorials.railsapps.org/rails-prelaunch-signup">Startup Prelaunch Signup Application</a></dd>
</dl>
<dl class="footer_nav">
<dt>RailsApps Profile</dt>
<dd><a href="https://plus.google.com/108039160165742774777?rel=author">Google</a></dd>
<dd><a href="https://plus.google.com/117374718581973393536" rel="publisher">Find us on Google+</a></dd>
</dl>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.2.2/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>