search for: footable

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

Did you mean: bootable
2012 Jan 10
5
6 fundamental migration problems for beginners
## Hi ## I have 6 simple and fundamental Problem in RoR migration and although I googled it and read many article about it and research it for a week , I didn''t understand it. please help me for these problems : ---------- 1 - When I create a model (for example "rails generate model Football_League") , I see in db/migration a "create_football_leagues.rb" . I want
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 system...