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
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
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
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.
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
5 matches
Mail list logo