PDA

View Full Version : Where would this type of code go?


rubyonrails-talk
August 26th, 2006, 10:43 PM
I'd like to create a command processor on the backend of a rails application
and make it accessible in some way *outside* of the browser. So, for
example, it might listen for connections on a particular port, or might
watch a named pipe, or something else. This part is irrelevant.
The relevant part is that it needs access to models but needs to be outside

More... (http://groups.google.com/group/rubyonrails-talk/msg/b40bfac4faab2c2b)