search for: footabl

Displaying 2 results from an estimated 2 matches for "footabl".

Did you mean: footabll
2012 Jan 10
5
6 fundamental migration problems for beginners
...hange the primary key of a table from default id to our own field we must use :primary_key option but I didn''t understand how can I use it .If someone can give an example for this subject. ---------- 6 - What is the difference between this 2 commands : 1 - "rails generate migration footabll" 2 - rails generate model football. I knew that with "rails generate model football" we must some extra file in app/model but I don''t understand function of those files. My friend please help me to solve these fundamental problems . special thanks . Attachments: http:...
2007 May 15
0
[ wxruby-Bugs-10844 ] GridTableBase clss not defined
...Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: GridTableBase clss not defined Initial Comment: In the Wxruby2 module, there is no constants named GridTableBase, which must be the base class for the customized table of Grid control. So, if one try to do something like this : class FooTable < Wx::GridTableBase # overriding some must-override methods.. (..blarblar...) end ruby interpreter always complain that : NameError: uninitialized constant Wxruby2::GridTableBase I think it''s because you do not link the C++ class wxGridTableBase into the ruby type syste...