{"id":20836328,"url":"https://github.com/igrigorik/slowgrowl","last_synced_at":"2025-05-08T02:38:57.818Z","repository":{"id":56896163,"uuid":"816131","full_name":"igrigorik/slowgrowl","owner":"igrigorik","description":"Surface slow code paths in your Rails 3 app via Growl","archived":false,"fork":false,"pushed_at":"2011-05-08T16:31:50.000Z","size":150,"stargazers_count":116,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T23:40:47.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.igvita.com/2010/08/04/rails-3-internals-railtie-creating-plugins/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igrigorik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-04T03:04:47.000Z","updated_at":"2024-10-09T02:52:59.000Z","dependencies_parsed_at":"2022-08-21T01:50:33.478Z","dependency_job_id":null,"html_url":"https://github.com/igrigorik/slowgrowl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2Fslowgrowl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2Fslowgrowl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2Fslowgrowl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrigorik%2Fslowgrowl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrigorik","download_url":"https://codeload.github.com/igrigorik/slowgrowl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252988604,"owners_count":21836569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T00:29:34.703Z","updated_at":"2025-05-08T02:38:57.794Z","avatar_url":"https://github.com/igrigorik.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"SlowGrowl\n=========\n\nRails 3 plugin which surfaces slow code paths in your Rails application by integrating with the new Notifications API in Rails 3 with your system Growl (OSX) or libnotify (Linux) notification service. By default, any activity which takes longer than one second, will generate a growl alert, with the description of the action, time taken, and other meta data. A preview in action:\n\n![slowgrowl notification](http://img.skitch.com/20100804-8w1wte8bad7tby418kmucs4hsm.png)\n\nIntegrating with Rails 3\n------------------------\n\n    # in your Gemfile\n    group :development do\n        gem 'slowgrowl'\n    end\n\nThat's it.\n\nOptional Configuration for SlowGrowl\n------------------------------------\n\n    # in your config/environments/development.rb\n    config.slowgrowl.warn = 1000    # growl any action which takes \u003e 1000ms (1s)\n    config.slowgrowl.sticky = true  # make really slow (2x warn) alerts sticky\n\nResources\n---------\n\n * [Rails 3 Internals: Railtie \u0026 Creating Plugins](http://www.igvita.com/2010/08/04/rails-3-internals-railtie-creating-plugins/)\n * [Rails 3 Notifications API](http://edgeapi.rubyonrails.org/classes/ActiveSupport/Notifications.html)\n * [Railties](http://edgeapi.rubyonrails.org/classes/Rails/Railtie.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrigorik%2Fslowgrowl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrigorik%2Fslowgrowl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrigorik%2Fslowgrowl/lists"}