Topics Covered: What the Internet is; how web servers and clients work; what Rails is
Good news: not much coding for this lecture! We want to make sure you have an accurate picture of what the internet, web servers, clients, applications, and all the other moving parts that come into play when you type in iExperience.github.io in your browser.
Write down, step by step, what happens between the time you press enter in the URL bar in your browser and before you see a page on your screen. In particular, make sure you cover these questions in your steps (but you should have many steps in addition to the answers to these questions).
Go to iexperience.github.io/exercises/ruby_rocks. What shows up on the screen? What does it mean? Why is it that particular number? Does this in fact mean that Ruby does not rock? You may have to do some Googling.
Make your personal page render with Ruby on Rails. Your steps might be something like:
$ rails new personal
...move files into the 'right' places
And that's it!