I have a Rails 2.2 project in which I want to override the functionality of rake db:test:prepare tasks. I think this will work, but it doesn’t:
#lib/tasks/db.rake
namespace :db do
namespace
I have a Rails 2.2 project in which I want to override the functionality of rake db:test:prepare tasks. I think this will work, but it doesn’t:
#lib/tasks/db.rake
namespace :db do
namespace
I have a custom control,
the ancestor is another custom control,
whose ancestor is TPanel;
that is
TNotMyCustomControl = class(Tpanel);
TMyCustomControl = class(TNotMyCustomControl); Wheth