Trying to get a configuration for a simple .html.erb or .rhtml file

I have a bunch of one page tools, and I don’t want to put them together
necessarily in a Rails framework, as they do not require it, and burying
them inside one merely increases the cost of maintenance. Besides, they
have been working for years as .rhtml files, and I merely want to
modernize the server, and not spend hours and hours changing the tools.
Please help.

xc

Xeno C. wrote in post #1038770:

I have a bunch of one page tools, and I don’t want to put them together
necessarily in a Rails framework, as they do not require it, and burying
them inside one merely increases the cost of maintenance. Besides, they
have been working for years as .rhtml files, and I merely want to
modernize the server, and not spend hours and hours changing the tools.
Please help.

One word: Sinatra.