Displaying 3 results from an estimated 3 matches for "edit_post".
2007 May 31
4
Sample Merb App
I put together a sample app to help people learn Merb:
http://svn.depixelate.com/applications/invoice_tracker/
I also blogged about it here:
http://depixelate.com/2007/5/31/taking-merb-for-a-spin
--
Zack Chandler
http://depixelate.com
2009 Apr 18
1
RESTful Routing: Getting names of resources out of paths
Hello -
I''m trying to remain RESTful in a new application that I''m building, but
I''m not sure how to get the routes that I want. I''m trying to avoid
having resource names like "posts" and "comments" cluttering things up.
For example, for a resource that I designate:
GET example.com -> index
GET example.com/1 -> show, id=1
GET
2006 Dec 10
5
model-controller-paradigm: What about admin controllers?
Hi all
We all know the model-controller-paradigm: I have a model "News" which
has a corresponding CRUD-controller "NewsController".
But now I''m quite unsure about the following...
Guess we have normal visitors that visit our site www.??.com/news and we
have administrators that create and modify news items.
The admin should see an "Edit" link and a