Re: rails 1.2 rc1 出来了

http://weblog.rubyonrails.org/2006/11/23/rails-1-2-release-candidate-1

Then start thinking about how your application could become more RESTful. How you too can transform that 15-action controller into 2-3 new controllers each embracing a single resource with CRUDing love. This is where the biggest benefit is hidden: A clear approach to controller-design that’ll reduce complexity for the implementer and result in an application that behaves as a much better citizen on the general web.

上次听Jonathan Palley讲过这个,也许会是一个很重要的新东西。

你可能感兴趣的:(Web,Rails)