All Projects → dpogue → Rails_server_timings

dpogue / Rails_server_timings

Licence: mit
Server Timing headers for Rails apps

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rails server timings

Maily
📫 Rails Engine to preview emails in the browser
Stars: ✭ 502 (+348.21%)
Mutual labels:  rails-engine, rails, rubygem
Rails email preview
Preview and edit app mailer templates in Rails.
Stars: ✭ 524 (+367.86%)
Mutual labels:  rails-engine, rails
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (+318.75%)
Mutual labels:  rails, rubygem
Ordinalize full
Turns a number into an ordinal string such as first, second, third or 1st, 2nd, 3rd.
Stars: ✭ 6 (-94.64%)
Mutual labels:  rails, rubygem
Clearance
Rails authentication with email & password.
Stars: ✭ 3,467 (+2995.54%)
Mutual labels:  rails, rubygem
Strip attributes
🔪 An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Stars: ✭ 441 (+293.75%)
Mutual labels:  rails, rubygem
Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+600.89%)
Mutual labels:  rails, rubygem
Comfortable Mexican Sofa
ComfortableMexicanSofa is a powerful Ruby on Rails 5.2+ CMS (Content Management System) Engine
Stars: ✭ 2,707 (+2316.96%)
Mutual labels:  rails-engine, rails
Active enumerable
ActiveRecord like query methods for Ruby enumerable collections.
Stars: ✭ 73 (-34.82%)
Mutual labels:  rails, rubygem
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-31.25%)
Mutual labels:  rails-engine, rails
Karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Stars: ✭ 1,223 (+991.96%)
Mutual labels:  rails, rubygem
Tapping device
TappingDevice makes objects tell you what they do, so you don't need to track them yourself.
Stars: ✭ 296 (+164.29%)
Mutual labels:  rails, rubygem
Material icons
A simple Rails wrapper for Google Material Icons
Stars: ✭ 266 (+137.5%)
Mutual labels:  rails-engine, rails
Role core
🔐A Rails engine providing essential industry of Role-based access control.
Stars: ✭ 262 (+133.93%)
Mutual labels:  rails-engine, rails
Comfy Blog
Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
Stars: ✭ 98 (-12.5%)
Mutual labels:  rails-engine, rails
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (+525.89%)
Mutual labels:  rails-engine, rails
Workflow core
[Deprecated, use flor_core instead] A Rails engine which providing essential infrastructure of workflow. It's based on Workflow Nets.
Stars: ✭ 171 (+52.68%)
Mutual labels:  rails-engine, rails
Form core
A Rails engine providing ability to generate dynamic form.
Stars: ✭ 175 (+56.25%)
Mutual labels:  rails-engine, rails
Sudo rails
🔒 Sudo mode for your Rails controllers
Stars: ✭ 66 (-41.07%)
Mutual labels:  rails-engine, rails
Thredded
The best Rails forums engine ever.
Stars: ✭ 1,263 (+1027.68%)
Mutual labels:  rails-engine, rails

rails_server_timings

Rails support for returning Server Timing headers on requests providing instrumentation information to in-browser developer tools.

Download

Configuration

Add rails_server_timings to your Gemfile:

gem 'rails_server_timings'

By default, Rails will now include the Server-Timing response header on every controller response.

To disable, set config.server_timings.enabled to false in your application configuration.

Contributing

Contributions of bug reports, feature requests, and pull requests are greatly appreciated!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Licence

Copyright © 2017 Darryl Pogue Licensed under the MIT Licence.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].