{"id":15526752,"url":"https://github.com/cibernox/ember-proxy-controllers","last_synced_at":"2025-10-05T13:35:17.148Z","repository":{"id":34012557,"uuid":"37768979","full_name":"cibernox/ember-proxy-controllers","owner":"cibernox","description":"Ember.ObjectController and Ember.ArrayController extracted as an standalone addon","archived":false,"fork":false,"pushed_at":"2015-06-29T18:50:35.000Z","size":164,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T13:48:02.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"schuhumi/gnome-shell-extension-onboard-integration","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cibernox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-20T12:23:09.000Z","updated_at":"2015-07-12T07:04:45.000Z","dependencies_parsed_at":"2022-07-13T21:53:29.163Z","dependency_job_id":null,"html_url":"https://github.com/cibernox/ember-proxy-controllers","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cibernox/ember-proxy-controllers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-proxy-controllers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-proxy-controllers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-proxy-controllers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-proxy-controllers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cibernox","download_url":"https://codeload.github.com/cibernox/ember-proxy-controllers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cibernox%2Fember-proxy-controllers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378806,"owners_count":24240896,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T11:01:46.246Z","updated_at":"2025-10-05T13:35:12.116Z","avatar_url":"https://github.com/cibernox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember-proxy-controllers\n\nEmber.ObjectController and Ember.ArrayController extracted as an standalone addon.\n\n## Installation\n\nRun `ember install ember-proxy-controllers` and you're good to go\n\n## Usage\n\nImport the classes from the addon and extend them as with the old `Ember.ArrayController`\nand `Ember.ObjectController`\n\n```js\n// app/controllers/posts.js\nimport ArrayController from 'ember-proxy-controllers/array'\n\nexport default ArrayController.extend({\n  // ...\n})\n```\n\n\n```js\n// app/controllers/post.js\nimport ObjectController from 'ember-proxy-controllers/object'\n\nexport default ObjectController.extend({\n  // ...\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcibernox%2Fember-proxy-controllers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcibernox%2Fember-proxy-controllers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcibernox%2Fember-proxy-controllers/lists"}