search for: edit_comment

Displaying 2 results from an estimated 2 matches for "edit_comment".

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
2010 Feb 16
0
Strange routing(?) Issue
...s"} POST / comments(.:format) {:action=>"create", :controller=>"comments"} new_comment GET /comments/ new(.:format) {:action=>"new", :controller=>"comments"} edit_comment GET /comments/:id/ edit(.:format) {:action=>"edit", :controller=>"comments"} comment GET / comments/:id(.:format) {:action=>"show", :controller=>"comments"} PUT / comments/:id(...