RailsPanel

RailsPanel is a Chrome extension for Rails development that will end your tailing of development.log. Have all information about your Rails app requests in the browser - in the Developer Tools panel. Provides insight to db/rendering/total times, parameter list, rendered views and more.

Installation
To use this extension you need to add meta_request gem to your app’s Gemfile:

Gemfile
1
2
3
group :development do
  gem 'meta_request'
end

Install RailsPanel extension from the Chrome WebStore. This is recommended way of installing extension, since it will auto-update on every new version. Note that you still need to update meta_request gem yourself.

So far so good, Let play around with RailsPanel and enjoy your productivity. :)