you have to create a specific profile where Firebug is always enabled, then launch firefox with
this profile in your configuration
ff=Watir::Browser.new(:firefox, :profile=>some_profile
The quick answer is:
browser = Watir::Browser.new(:firefox, :profile => "default")
But if you are running tests you probably shouldn't use the default profile.