{"id":25915866,"url":"https://github.com/rykov/ember-rails","last_synced_at":"2025-03-03T12:18:02.814Z","repository":{"id":57145942,"uuid":"41104228","full_name":"rykov/ember-rails","owner":"rykov","description":"Build Ember CLI app into a Rails Asset","archived":false,"fork":false,"pushed_at":"2024-07-08T03:21:07.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-20T14:51:36.560Z","etag":null,"topics":["ember","ember-cli","rails","rubygem"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rykov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-20T15:41:45.000Z","updated_at":"2024-07-08T03:21:10.000Z","dependencies_parsed_at":"2024-07-08T04:43:56.991Z","dependency_job_id":null,"html_url":"https://github.com/rykov/ember-rails","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/rykov%2Fember-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fember-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fember-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rykov%2Fember-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rykov","download_url":"https://codeload.github.com/rykov/ember-rails/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661442,"owners_count":19998951,"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":["ember","ember-cli","rails","rubygem"],"created_at":"2025-03-03T12:18:02.208Z","updated_at":"2025-03-03T12:18:02.794Z","avatar_url":"https://github.com/rykov.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Asset Wrapper for Ember CLI apps\n\n[![npm version](https://badge.fury.io/js/ember-cli-rails.svg)](https://badge.fury.io/js/ember-cli-rails)\n\nThis is an Ember addon to build a Rails Asset wrapper for your Ember application which can then\nbe included as a RubyGem **without other dependencies** in your Rails application.\n\n## Demo\n\nThis package was used to deploy the landing page on [Version Badge](https://badge.fury.io/)\n\n## Getting started\n\nIf you are using Ember CLI, simply install `ember-cli-rails` as a dev dependency of your\napplication's `package.json`:\n\n```bash\n  npm install ember-cli-rails --save-dev\n```\n\n## Usage\n\nOnce `ember-cli-rails` is a dependency, just run your build as usual:\n\n```bash\n  ember build --environment=production\n```\n\nThe RubyGem will be built into the `dist` directory with the name `ember-rails-\u003capp name\u003e`\nmatching the name and version you have specified in `package.json`\n\nYou can then distribute this package [privately](https://gemfury.com) or\n[publicly](https://rubygems.org) and include it in your Rails app's Gemfile:\n\n```ruby\n  gem 'ember-rails-app-name'\n```\n\nThe generated assets are now available to your Rails pages:\n\n```erb\n  \u003c%= stylesheet_link_tag 'ember-rails-app-name/vendor' %\u003e\n  \u003c%= stylesheet_link_tag 'ember-rails-app-name/application' %\u003e\n  ...\n  \u003c%= javascript_include_tag 'ember-rails-app-name/vendor' %\u003e\n  \u003c%= javascript_include_tag 'ember-rails-app-name/application' %\u003e\n```\n\n## Contribution and Improvements\n\nPlease submit an issue if we've missed some key functionality or you're seeing problems.\nBetter yet, fork the code, make the changes, and submit a pull request to speed things along.\n\n### Submitting updates\n\nIf you would like to contribute to this project, just do the following:\n\n1. Fork the repo on Github.\n2. Add your features and make commits to your forked repo.\n3. Make a pull request to this repo.\n4. Review will be done and changes will be requested.\n5. Once changes are done or no changes are required, pull request will be merged.\n6. The next release will have your changes in it.\n\nPlease take a look at the issues page if you want to get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fember-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frykov%2Fember-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frykov%2Fember-rails/lists"}