rcd
rcd

Reputation: 1348

What is Michael Hartl's Rails Tutorial Site Programmed In?

Kind of a silly question, but, as someone learning Rails (after mucking around in PHP for several years), with the intent of building some serious apps but also doing content management, I'm curious what a simple content-managed site like that one runs on.

Upvotes: 0

Views: 450

Answers (2)

mhartl
mhartl

Reputation: 1931

The Ruby on Rails Tutorial website is a Rails 2.3 app running on Heroku. (At some point I plan to upgrade it to Rails 3, but this isn't currently a priority.) Because the content is largely static, most pages are cached using Heroku's Varnish HTTP cache.

Upvotes: 4

Brandon Frohbieter
Brandon Frohbieter

Reputation: 18139

BuiltWith Technology Profiler Extension for Chrome will show you... I use this plugin all the time to answer similar questions of curiousity.

ruby.railstutorial.org

Varnish

Varnish is a web accelerator / reverse proxy caching server.

nginx

nginx [engine x] is a HTTP server and mail proxy server written by Igor Sysoev. Frameworks

Ruby on Rails Token

Ruby on Rails is an open-source web framework that is optimized for programmer happiness and sustainable productivity. Note that Ruby on Rails has two detection techniques and this is one of them.

Ruby on Rails

Ruby on Rails is an open-source web framework that is optimized for programmer happiness and sustainable productivity.

Upvotes: 8

Related Questions