Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FirePHP equivelant for Ruby on Rails

is there an FirePHP equivalent for Ruby On Rails?

I would like to be able to send the value of a variable to a console and browse object properties.

like image 297
Mild Fuzz Avatar asked Feb 23 '26 13:02

Mild Fuzz


1 Answers

Here is example of what you need: http://fuelyourcoding.com/set-rails-logging-on-fire/ . There is project on Github - https://github.com/simonjefford/rack_firebug_logger, but it is rather outdated (last commit in November 2009).

like image 119
Volodymyr Rudyi Avatar answered Feb 25 '26 04:02

Volodymyr Rudyi