search for: metaatem

Displaying 1 result from an estimated 1 matches for "metaatem".

2006 Aug 01
2
restful controllers - howto nest with link_to?
...restful methods that are now part of edge rails. Making the first steps was impressive as well as easy because there are already great resources on the blogs of early adopters: http://www.ryandaigle.com/articles/2006/08/01/whats-new-in-edge-rails-simply-restful-support-and-how-to-use-itand http://metaatem.net/2006/07/31/rest-and-rails-no-reason-to-be-scared for example. Following these tutorials it''s a piece of cake to setup the first restful controllers and even get nested routes like /users/1/projects/3 to work. I really like these ''talking'' urls, list project ''...