[Rails] Best Way to Execute Ruby Scripts via HTTP Requests?
Hi,
I have a client that has many existing Ruby Scripts that interact with
data on the File System (i.e. the scripts both create data and report
data).
They (the client) want to be able to build a Web Application around
these existing scripts in a manner that allows them to reuse the
existing scripts but that also gives remote users the ability to invoke
the scripts, pass data into them, and get data back from them.
I read the documentation and Rails is touted as being best for "green
field" situations that intend to use databases, and this does not fit
those traits. CGI / Ruby CGI seems way too limited and seems to have
all types of issues.
I'd the community's advice and recommendations on what you believe is
best way to handle this?
Your help and advice is greatly appreciated.
My Best,
Frank
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home