Have you worked through the guides at http://guides.rubyonrails.org/?
I can highly recommend the book Agile Development with Rails ( http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition ) The railscasts at http://railscasts.com/ are excellent A bit of googling will reveal numerous other guides and tutorials. Make sure any you work through are for rails 2 as otherwise you will get horribly confused when the tutorials don't work. Good luck Colin 2009/3/12 Inderpal Bhogal <[email protected]> > > hi colin, > > does the join table have to be called categories_stores. when this table > was created i just called it categoriesstores (without the underscore_). > does that cause problems. > > i have a button that when clicked it should look into stores table and > match the store with the category it relates to and then takes the user > to tht particular store page. > > i have tried form_for and tag methods but have been useless so far. > i am quite new to ruby on rails and have been teaching myself for the > last 3 months. is it possible for you provide sum sort of code that > could help me.something which i can look at and implement into my > system. > > Many Thanks for replying Colin. > > -- > 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 [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 -~----------~----~----~----~------~----~------~--~---

