Sunday
Nov112007
Rails: resources_controller plugin
Sunday, November 11, 2007 at 6:33PM
Learning about this Rails plugin at the moment.
http://plugins.ardes.com/doc/resources_controller/
Quickly, it can replace the scaffolded controller code.
then strip out all the code from app/controllers/PagesController and stick in:
Yay, less code. It does more and I'll let you know about that soon.
http://plugins.ardes.com/doc/resources_controller/
Quickly, it can replace the scaffolded controller code.
script/generate scaffold Page title:string body:text
then strip out all the code from app/controllers/PagesController and stick in:
resources_controller_for :pagesYay, less code. It does more and I'll let you know about that soon.

Reader Comments