{"id":19010282,"url":"https://github.com/railsware/shelltoad","last_synced_at":"2025-04-22T23:07:21.288Z","repository":{"id":1333237,"uuid":"1279014","full_name":"railsware/shelltoad","owner":"railsware","description":"Command line interface for airbrake (http://airbrake.io/)","archived":false,"fork":false,"pushed_at":"2011-06-03T14:27:07.000Z","size":160,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-04-22T23:07:13.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/railsware.png","metadata":{"files":{"readme":"Readme.textile","changelog":"Changelog.textile","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":"2011-01-21T16:36:12.000Z","updated_at":"2013-12-04T21:40:11.000Z","dependencies_parsed_at":"2022-07-06T23:31:53.021Z","dependency_job_id":null,"html_url":"https://github.com/railsware/shelltoad","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fshelltoad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fshelltoad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fshelltoad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fshelltoad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/railsware","download_url":"https://codeload.github.com/railsware/shelltoad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337947,"owners_count":21414104,"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-08T19:10:40.209Z","updated_at":"2025-04-22T23:07:21.253Z","avatar_url":"https://github.com/railsware.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"h2. Shelltoad\n\nConsole interface for Hoptoad. (http://hoptoadapp.com)\n\nh3. Configuration\n\nCreate \u003cpre\u003e\u003ccode\u003e.shelltoadrc\u003c/code\u003e\u003c/pre\u003e file in your project directory \nwith the application name and access key:\n\u003cpre\u003e\u003ccode\u003eaccount: myapp\nkey: c285743ecbc285743ecbc285743ecbc285743ecb\nsecure: true # https usage. Default: false.\nproject_id: 123456 # see errors only under specified proejct. Default: all projects.\nbrowser: firefox # specify browsers for open errors. Default: sensible-browser or firefox or _etc_ or explorer.\u003c/code\u003e\u003c/pre\u003e \n\nh3. Commands\n\n* errors, ers - list all unresolved errors, this is the default\n* error, er [number] - display information about given error. Shortcut: shelltoad [number]\n* resolve, rv [number] - mark error as resolved in Hoptoad\n* commit, ci [number] - do commit to git with the information on the specified error and mark error resolved in Hoptoad\n** -m, --message [MESSAGE] - adds aditional message to the one generated by shelltoad\n* open, op [number] - open error page in browser\n\nShelltoad supports 'magicfind' in all commands: \nYou don't need to type whole error id - just last three numbers is enough.\nAlso all error-related commands support interactive menu if number is not specified.\n\nh3. Usage\n\n\u003cpre\u003e\u003ccode\u003e$ shelltoad \n[#3374331] production ActionController::MethodNotAllowed: Only put requests are allowed. [GEM_ROOT]/gems/actionpack-2.3.8/lib/action_controller/routing/recognition_optimisation.rb:64\n[#4023713] production ActiveRecord::StatementInvalid: PGError: ERROR: duplicate key value violates unique constraint \"index_companies_on_slug\" : INSERT INTO \"companies\" (\"slug\", \"created_at\", \"title\", \"updated_at\", \"external_url\", \"logo_id\", \"custom\") VALUES('abbott-associates /var/data/www/apps/startwire/shared/bundle/ruby/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221\n\n\n$ shelltoad 713 # stands for 4023713\nActiveRecord::StatementInvalid: PGError: ERROR: duplicate key value violates unique constraint \"index_companies_on_slug\" : INSERT INTO \"companies\" (\"slug\", \"created_at\", \"title\", \"updated_at\", \"external_url\", \"logo_id\", \"custom\") VALUES('abbott-associates\n/var/data/www/apps/startwire/shared/bundle/ruby/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221\n/var/data/www/apps/startwire/shared/bundle/ruby/1.8/gems/activerecord-2.3.8/lib/active_record/transactions.rb:208\n/var/data/www/apps/startwire/shared/bundle/ruby/1.8/gems/activerecord-2.3.8/lib/active_record/transactions.rb:200\n/var/data/www/apps/startwire/releases/20110218113457/app/models/company.rb:50\n/var/data/www/apps/startwire/releases/20110218113457/app/utils/network_map/populate.rb:9\n/var/data/www/apps/startwire/releases/20110218113457/app/utils/network_map/populate.rb:74\n/var/data/www/apps/startwire/releases/20110218113457/app/utils/network_map/populate.rb:70\n....\n\n\n# Do changes you want\n$ git add .\n#only git is supported right now\n$ shelltoad commit -m \"Fixed concurrent db queries problem for company_relations table\" 713\n[dev 47f09ec]     http://xxx.hoptoadapp.com//errors/4023713\n 1 files changed, 1 insertions(+), 1 deletions(-)\u003c/code\u003e\u003c/pre\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fshelltoad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailsware%2Fshelltoad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fshelltoad/lists"}