[Rails] Ruby-protobuff uses which version of GDP

2011-04-19 Thread Renuka Patil
How to know which GDP version is used by ruby-protobuff? Does it support latest version of GDP? Thanks, Renuka -- 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@googlegrou

[Rails] How Override naming conventions for mongodb document

2011-04-07 Thread Renuka
Model for MongoDb looks like follows class User include MongoMapper::Document key :name, String end Name of the table in MonoDb is users. How to override naming convention for MongoMapper::Document ? -- You received this message because you are subscribed to the Google Groups "Ruby

Re: [Rails] Problem when naming conventions in ruby are overriden

2011-03-14 Thread Renuka Patil
Yes class name can be UserToResponder , there is no reason to keep the class name usertoresponder. Where are the syntax errors? Same thing is working with test case On Mon, Mar 14, 2011 at 1:30 PM, Michael Pavling wrote: > On 14 March 2011 05:44, Renuka wrote: > > Naming conven

[Rails] Problem when naming conventions in ruby are overriden

2011-03-14 Thread Renuka
Naming conventions for models in ruby on rails are overridden.Entity User and Responder have many to many association between them.It is expressed with has many through. Following are the model files: user.rb: has_many :Usertoresponder has_many :responder, :through => :Usertoresponder responder.

[Rails] Re: Problem with sessions and IE

2008-10-13 Thread renuka
Hi, I have also same problem of session in ie so can you say me how have you solved it? Thanks, On Sep 27, 4:32 pm, Marie Arago <[EMAIL PROTECTED]> wrote: > Ok I found the problem! > > I fixed it! > > Thx! > > > > Marie Arago wrote: > > Thank you for all your answers and advices! > > > I checke