2

How would I go about displaying Ruby-generated dynamic pages without relying on a framework, such as Rails?

My intention is to serve Ruby .erb pages just as I would with .php files.

My server uses EngineX, which seems to play well together with Passenger.

Miko
  • 1,759
  • 4
  • 22
  • 28

1 Answers1

1

Either write to the Rack specification, or use CGI.

Ignacio Vazquez-Abrams
  • 45,939
  • 6
  • 79
  • 84