|
Hi, I have been given the daunting task of choosing a framework for a project that existed well before I was hired, but is a big mess. I am new to all this, so type VERY SLOWLY.
We have perl programmers and one developer using Ruby on Rails. It is a small group, only about 5 of them developing backend computations, and a few web programmers. I'd like to not have to rewrite the RoR code. In Catalyst, is there a reasonable way to interface with RoR? RoR forces model-view-controller, so that should help, right?
|