Thanks Tomoaki I'm new to Ruby, how do you incorporate the changes you mentioned in r29063. i.e how to you apply a patch to the Ruby distribution.
Thanks. On Oct 16, 9:59 am, Dave Porter <[email protected]> wrote: > Cheers, appreciate that! Had come to a conclusion of that sort, so > thanks for the heads up ! > Dave > > On Oct 16, 4:55 pm, Tomoaki Hayasaka <[email protected]> > wrote: > > > > > Hi, > > > > NotImplementedError in CompaniesController#create > > > super from singleton method that is defined to multiple classes is not > > > supported; this will be fixed in 1.9.3 or later > > > That is a known issue of ruby 1.9.2. It was fixed in r29063 and will > > be released with 1.9.3 (I don't know when). > > > There are at least two workarounds: > > > - use ruby 1.8.7 instead > > > - incorporate the changes from r29063 > > http://redmine.ruby-lang.org/repositories/revision/ruby-19?rev=29063 > > to continue using 1.9.2 > > > ----- > > Tomoaki Hayasaka <[email protected]> -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
