{"id":22808345,"url":"https://github.com/sixarm/sixarm_ruby_application_controller_mock","last_synced_at":"2026-05-03T16:32:00.279Z","repository":{"id":919186,"uuid":"682416","full_name":"SixArm/sixarm_ruby_application_controller_mock","owner":"SixArm","description":"SixArm.com » Ruby » ApplicationController mock for Rails","archived":false,"fork":false,"pushed_at":"2025-04-14T09:18:11.000Z","size":359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-17T21:46:11.730Z","etag":null,"topics":["applicationcontroller","gem","mock","rails","ruby"],"latest_commit_sha":null,"homepage":"http://sixarm.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-05-23T23:36:37.000Z","updated_at":"2025-04-14T09:18:16.000Z","dependencies_parsed_at":"2025-04-14T10:25:17.784Z","dependency_job_id":"50908467-53e2-45bf-aaf7-0732a8b60b2b","html_url":"https://github.com/SixArm/sixarm_ruby_application_controller_mock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SixArm/sixarm_ruby_application_controller_mock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_application_controller_mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_application_controller_mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_application_controller_mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_application_controller_mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_ruby_application_controller_mock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_application_controller_mock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["applicationcontroller","gem","mock","rails","ruby"],"created_at":"2024-12-12T11:09:18.093Z","updated_at":"2026-05-03T16:32:00.252Z","avatar_url":"https://github.com/SixArm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SixArm.com » Ruby » \u003cbr\u003e ApplicationController mock for Rails\n\n\u003c!--header-open--\u003e\n\n[![Gem Version](https://badge.fury.io/rb/sixarm_ruby_application_controller_mock.svg)](http://badge.fury.io/rb/sixarm_ruby_application_controller_mock)\n[![Build Status](https://travis-ci.org/SixArm/sixarm_ruby_application_controller_mock.png)](https://travis-ci.org/SixArm/sixarm_ruby_application_controller_mock)\n[![Code Climate](https://api.codeclimate.com/v1/badges/d32fc8a9f742fed7e2d6/maintainability)](https://codeclimate.com/github/SixArm/sixarm_ruby_application_controller_mock/maintainability)\n\n* Git: \u003chttps://github.com/SixArm/sixarm_ruby_application_controller_mock\u003e\n* Doc: \u003chttp://sixarm.com/sixarm_ruby_application_controller_mock/doc\u003e\n* Gem: \u003chttps://rubygems.org/gems/sixarm_ruby_application_controller_mock\u003e\n* Contact: Joel Parker Henderson, \u003cjoel@sixarm.com\u003e\n* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).\n\n\u003c!--header-shut--\u003e\n\n\n## Introduction\n\nApplicationController mock object for testing Rails.\n\nThis provides a flash hash, params hash, and session hash.\n\nFor docs go to \u003chttp://sixarm.com/sixarm_ruby_application_controller_mock/doc\u003e\n\nWant to help? We're happy to get pull requests.\n\n\n\u003c!--install-open--\u003e\n\n## Install\n\n### Gem\n\nTo install this gem in your shell or terminal:\n\n    gem install sixarm_ruby_application_controller_mock\n\n### Gemfile\n\nTo add this gem to your Gemfile:\n\n    gem 'sixarm_ruby_application_controller_mock'\n\n### Require\n\nTo require the gem in your code:\n\n    require 'sixarm_ruby_application_controller_mock'\n\n\u003c!--install-shut--\u003e\n\n\n## Example\n\n    require 'application_controller_mock'\n    class FoosController \u003c ApplicationController\n      def whatever\n         session[:hello]=world\n      end\n    end\n\n\n## Example with intialize hash\n\n    foo = ApplicationConroller.new(:params=\u003e{:a=\u003e:b,:c=\u003e:d)})\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_application_controller_mock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_ruby_application_controller_mock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_application_controller_mock/lists"}