{"id":14969821,"url":"https://github.com/dougal/ralose","last_synced_at":"2026-02-09T13:04:22.558Z","repository":{"id":56890840,"uuid":"134891933","full_name":"dougal/ralose","owner":"dougal","description":"Search in Rails logs, get the whole matching request.","archived":false,"fork":false,"pushed_at":"2018-05-25T18:40:20.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T18:24:51.159Z","etag":null,"topics":["log-search","logging","rails","ruby-on-rails","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dougal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-25T18:35:26.000Z","updated_at":"2018-05-28T05:59:48.000Z","dependencies_parsed_at":"2022-08-21T00:50:33.487Z","dependency_job_id":null,"html_url":"https://github.com/dougal/ralose","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dougal/ralose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fralose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fralose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fralose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fralose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dougal","download_url":"https://codeload.github.com/dougal/ralose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dougal%2Fralose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29266123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["log-search","logging","rails","ruby-on-rails","rubygem"],"created_at":"2024-09-24T13:42:26.980Z","updated_at":"2026-02-09T13:04:22.540Z","avatar_url":"https://github.com/dougal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"RaLoSe - Rails Log Search\n=========================\n\nSearch Rails logs for a string - get all the log lines for matching requests.\n\nRaLoSe uses Rails request IDs to group lines from the same request. Make sure you have these configured in your environment. For example, ensure `config/env/production.rb` has the line:\n\n```\nconfig.log_tags = [ :request_id ]\n```\n\nInstall\n-------\n\nEither install the Gem:\n\n```\ngem install ralose\n```\n\nOr add to your Gemfile if using as part of a project:\n\n```\ngem \"ralose\"\n```\n\nThen `bundle install`.\n\n\nUsage\n-----\n\nYou can either pass a file:\n\n```\nralose foobar log/production.log\n```\n\nor pipe a file to STDIN:\n\n```\ntail -f log/production.log | ralose foobar\n```\n\nIn both cases `ralose` will output requests which match the search string `foobar`.\n\nFor additional options, run `ralose -h`.\n\n\nContributing to RaLoSe\n----------------------\n\nSource is available on Github at https://github.com/dougal/ralose.\n\n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\nCopyright\n---------\n\nCopyright (c) 2018 Douglas F Shearer. See LICENSE.txt for\nfurther details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougal%2Fralose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdougal%2Fralose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdougal%2Fralose/lists"}