Skip to content

Commit

Permalink
Some slides on Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
dessy committed Mar 27, 2012
1 parent ce84378 commit d96fd59
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 0 deletions.
Binary file added images/house.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rails-basecamp.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rails-groupon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rails-shopify.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rails-twitter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions ladies-learning-ruby.html
Expand Up @@ -1389,6 +1389,50 @@ <h3>Puzzle 3 - Arrays</h3>
<p class='large-font'>Remember to think about which methods modify the array, and which do not.</p>
</article>

<article id='rails'>
<style>
#rails .large-font { margin-top: 70px }
</style>
<h3>Ruby on Rails</h3>
<p>Ruby became popular mostly because of Rails.</p>
<section class='build'>
<p class='large-font'>Ruby on Rails is a framework.</p>
<p class='large-font'>GREAT.</p>
<p class='large-font'>What's a framework?</p>
</section>
</article>

<article id='rails'>
<style>
#rails .house { margin: 30px 0 0 140px }
</style>
<h3>Ruby on Rails</h3>
<section class='build'>
<p class='large-font'>Imagine you're building a house.</p>
<img src='images/house.jpg' class="house">
<p>Rails gives you the foundation, the plumbing, the electrical work, and the structural walls.</p>
</section>
</article>

<article id='rails'>
<style>
#rails img { display: block; margin: 0 auto; }
table tr td { border: none; }
</style>
<h3>Ruby on Rails</h3>
<p>Rails was extracted from work done on Basecamp at 37signals. (2004)</p>
<table>
<tr>
<td><img src='images/rails-basecamp.jpg'></td>
<td><img src='images/rails-twitter.png'></td>
</tr>
<tr>
<td><img src='images/rails-groupon.png'></td>
<td><img src='images/rails-shopify.jpg'></td>
</tr>
</table>
</article>

<article id='from-scratch'>
<style>
#from-scratch .large-font { margin-top: 70px }
Expand Down

0 comments on commit d96fd59

Please sign in to comment.