Having been used to FrontPage and HTML, I wanted a look at Ruby web pages. By from what I read, I didn't see Ruby wrapped in HTML code. So I have to ask, what does a Ruby based web page look like? Anyone have any good examples on the web?
Ruby can be wrapped in HTML, it's called ERB: embedded ruby. This method doesn't scale to complex websites, so we don't write the entire application with ERB. Usually there is some kind of framework like (Ruby on) Rails.
Bookmarks