Chrome Extension for Rails Development

I was browsing the web and came to know about a Chrome extension for Rails developmentRailsPanel which display some of good logging information in a good manner.

Setup guidelines:

  • Install the chrome extension RailsPanel
  • Install the gem which pass the meta tags

    group :development do
     gem'meta_request','0.2.1'
    end
    

Sample Rails Panel Chrome Extension for Rails logging

Comments