Hi, How do you handle the generation of your specific <title> and <meta name="description" content="..."/> tags on each of your pages? I want them to be specific to each page, but I can''t think of a nice and clean way to do that. Currently in each action I set 2 variables @title and @description, and in my view I simply call <title><%= @title %></title> But this code shouldn''t be cluttering my controllers, and is hard to maintain. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---