Ruby On Rails - Framework Comparison

WebappFrameworkComparison / Scratchbook / RubyOnRails

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2007-11-18 13:33:51 2007-11-18 13:36:43
Editor Herbert Poul Herbert Poul
Tags

2007-11-18 13:33:51 by Herbert Poul
2007-11-18 13:36:43 by Herbert Poul
70** How can you link within templates to other acti70** How can you link within templates to other acti
>ons/views/... ? **>ons/views/... ? **
7171
72there is a link_to template function which gets pa72there is a link_to template function which gets pa
>ssed a controller, action and optionally id. (ie. >ssed a controller, action and optionally id. (ie. 
>the params which are defined in the route)>the params which are defined in the route)
7373
74# Various Comments74# Various Comments
tt75
76## DRY
77
78Don't Repeat Yourself !!! and i also apply this to
 > frameworks - they shouldn't repeat themselves ! j
 >ust because stuff is generated by scripts, doesn't
 > mean it is not there.. if it is the same for all 
 >applications, why not just put it into a generic b
 >ase class, instead of copying it to every controll
 >er/template/.. ?
79
80And why does every documentation say 'create this 
 >line in both create and update' - this has to stop
 > ! i want to accomplish one single task, why do i 
 >have to add the same line of code to two different
 > methods ?
7581
76# Code Examples82# Code Examples
7783
78## Migration file84## Migration file
7985

Personal website and blog of Herbert Poul. Also check out my Photo Gallery.




Herby's Photo Gallery

Subscriptions

User

You are not logged in.
Login
Register