ruby on rails - How to use REST to separate model, view and control into two parts -
In the rail, I want to separate the model, look and control in two parts and put them on two separate servers. Can I get it through REST? What should I do?
Am I assuming that two different resources coming out of the rail mean ? (Not sure by words)
The easiest way would be to create just two separate rail applications - one should be highlighted for each resource, and they will be deployed on different servers, both of them They can also point out on the database if they are necessary, or they are near each one of themselves.