On Mon, May 2, 2011 at 12:25 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote:
> It works for me but under the hood there were a few changes. > > We need to make sure that indeed we did not break anything and in > particular we did not break backward compatibility. For me this does not breaks compatibility unless there are people using subfolders for order execution arrangement. (which is not a documented feature, and not a recommended practice) Developers will need to think twice when modeling applications for choosing what to put in specific folder or not, but this matters only for bigger or componentized apps, small apps and prototypes or legacy apps would have just to work on the old way (all models on root folder). In the future, a routed approach will be a better way to define which model needs to be executed for each controller request. The automatic update will not breaks because it does not update user applications.