module RailsWithFirePHP::Rails::Interface

Public Instance Methods

fb(msg, label=nil) click to toggle source
# File lib/core/rails_with_firephp.rb, line 167
def fb msg, label=nil
  fire_log msg, label
end
fire_dump(obj, label='') click to toggle source
# File lib/core/rails_with_firephp.rb, line 161
def fire_dump obj, label=''
  response.fire_clog obj,'DUMP', label
end
fire_options(opts={}) click to toggle source
# File lib/core/rails_with_firephp.rb, line 164
def fire_options opts={}
  response.fire_options opts
end