Re: [Rails] Re: Ruby on Rails ebook

2011-08-09 Thread tudor cornea
On Tue, Aug 9, 2011 at 10:16 AM, Sushil Gupta wrote: > I basically understand and have done a little with php/mysql but don't know > anything about MVC or Ruby or CoC like that. Can you suggest me any good > free ebook that would be suitable for beginners like me? > > -- > You received this messa

Re: [Rails] Re: Activerecord joins models

2011-08-06 Thread tudor cornea
Try: has_many :StatueMessages instead of: * has_many :statue_messages* On Sat, Aug 6, 2011 at 1:58 PM, Frederick Cheung wrote: > > > On Aug 6, 11:21 am, Sayuj Othayoth wrote: > > Hi, > > > > My models: > > > > #StatusMessage model > > *class StatusMessage < ActiveRecord::Base > > belongs_