On 23 August 2010 20:20, Bob Smith <[email protected]> wrote: When I suggested not top posting, I suggested inserting your post in the previous post in order that it appears after the question it is answering. Not just sticking the reply down the bottom.
> I have 2 name fields called name and sname. What I am trying to do is > show both names in the index page at the beginning of > the app. They need to be combined as a list which is then put in > alphabetical order and given to the index page to be displayed with > edit links for each item. So which part is giving the problem? Fetching the records from the database in the right order (in the controller), making the records available to the view, showing the names on the view or showing the edit links? [This would be a good place to insert your reply] 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.

