[Rails] Re: Render a partial that has assosciations with something else

2009-07-22 Thread John Mossel
Thanks! -- 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@googlegroups.com To unsubscribe fr

[Rails] Render a partial that has assosciations with something else

2009-07-21 Thread John Mossel
hi, Does anyone know how I can render a partial that has an assosciation with something else (e.g. render a comments partial in posts-- where the comments belong to posts). Thanks -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this me

[Rails] Re: long arsd problem

2009-07-18 Thread John Mossel
Thank you very very much! -- 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@googlegroups.com

[Rails] long arsd problem

2009-07-17 Thread John Mossel
hi, This might be really obvious to someone, but this is doing my head in, however I am a noob so any help would be appreciated. this is my routes.rb file: map.resources :comments map.resources :posts map.connect :logs I have two controllers, one is called Posts (which I generated using a