On 16 January 2012 19:03, Bruno Meira <[email protected]> wrote: > Hi Guys, > I was reading an article and one question come into my mind... > I know that rails view helpers, like: form_for, select_tag, makes the HTML > code automatically. > But at the performance view, is it a good idea?. > I mean, using this kind of helpers will include some "server-side" calls. > My question is: > Is a good Idea use this kind of helpers or create HTML code by myself?
The processor time required to evaluate such helpers is absolutely trivial compared to other server side operations such as querying the database and handling requests and responses Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

