[Rails] New to programming and Rails - - study friend?

2013-12-07 Thread Joe Sawyer
Hello I am a new RoR developer and up until I started in october had never coded anything before. I find that I am thoroughly enjoying myself though, and even have a few app projects in mind. I think I would have a much easier time if I was learning with someone. I work full time at a dead end

Re: [Rails] ‘Learn Ruby on Rails’ book is free today

2013-12-07 Thread Joe Sawyer
Would love to have someone to study with. I have been at it since mid-october and have been greatly enjoying it. On Thursday, November 28, 2013 7:57:49 PM UTC-6, trekr67 wrote: Just joined the facebook group. Many thanks On 28 November 2013 21:16, Daniel Kehoe

[Rails] difference between Self joins and self-referential association

2013-12-07 Thread John Merlino
self-joins are discussed here: http://guides.rubyonrails.org/association_basics.html#self-joins self-referential association is discussed here: http://railscasts.com/episodes/163-self-referential-association The main difference I see is that self-referential association creates a join model,

Re: [Rails] difference between Self joins and self-referential association

2013-12-07 Thread Colin Law
On 7 December 2013 19:23, John Merlino stoici...@aol.com wrote: self-joins are discussed here: http://guides.rubyonrails.org/association_basics.html#self-joins self-referential association is discussed here: http://railscasts.com/episodes/163-self-referential-association The main difference