{"id":16679703,"url":"https://github.com/buren/web-console-param","last_synced_at":"2025-12-25T18:03:01.713Z","repository":{"id":26341048,"uuid":"29789836","full_name":"buren/web-console-param","owner":"buren","description":"Open Rails web-console by adding ?web_console=1 to any page","archived":false,"fork":false,"pushed_at":"2021-12-03T10:10:53.000Z","size":243,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-19T19:41:07.104Z","etag":null,"topics":[],"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/buren.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":"2015-01-24T20:07:10.000Z","updated_at":"2015-01-25T23:12:50.000Z","dependencies_parsed_at":"2022-08-28T00:35:24.959Z","dependency_job_id":null,"html_url":"https://github.com/buren/web-console-param","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/buren%2Fweb-console-param","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buren%2Fweb-console-param/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buren%2Fweb-console-param/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buren%2Fweb-console-param/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buren","download_url":"https://codeload.github.com/buren/web-console-param/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243365640,"owners_count":20279215,"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-10-12T13:37:01.833Z","updated_at":"2025-12-25T18:02:56.680Z","avatar_url":"https://github.com/buren.png","language":"Ruby","readme":"# WebConsoleParam\n\nOpen Rails web-console by adding `?web_console=1` to any page. You could implement this yourself in a couple of lines, but if you're really lazy.. go ahead and use this gem.\n\nIt adds a `before_action` to `ActionController::Base`, which calls `WebConsole#console` if the params include `web_console=`.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'web-console', '~\u003e 2.0', group: [:development] # the web-console gem needs to be defined\ngem 'web-console-param', group: [:development]\n```\n#### For security reasons only install this in your Gemfile's development group.\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nThere is no other setup required besides adding the gem to your Gemfile. It will automatically add a `before_action` to anything that inherits from `ActionController::Base`.\n\n## Contributing\n\n1. Fork it (`git clone https://github.com/buren/web-console-param`)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburen%2Fweb-console-param","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburen%2Fweb-console-param","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburen%2Fweb-console-param/lists"}