On Thu, 31 Mar 2005 09:54:23 +0900, Joe Van Dyk <joevandyk / gmail.com> wrote: > > As I can see, Rails is *not* an application server, as someone mentioned. > > It is a couple of Ruby scripts and modules working together. Am I right? > > > > That's correct. > > However, Ruby comes with a web server called Webrick. script/server > starts that web server. Which serves an application :)