Hi,

I'm trying to put together a really simple application, which only uses
Rails in the most rudimentary manner.

Basically, I have a command line application that takes one parameter,
and returns the necessary text in return.  I also have an existing web
site that can call a URL with a ?param.

What I want to do, is have a simple controller which calls a system(...)
call, passing the ?param to the non-rails application.

I then want the view to display the result.  I gather this is bone
simple, and perhaps a little offensive to the spirit of Rails, but what
can I say, baby steps....

Any help would be greatly appreciated.

Thanks,

Sig

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to