{"id":19472969,"url":"https://github.com/brocoders/spa_rails","last_synced_at":"2026-06-20T10:31:03.009Z","repository":{"id":29515059,"uuid":"33053422","full_name":"brocoders/spa_rails","owner":"brocoders","description":"Single page build for rails","archived":false,"fork":false,"pushed_at":"2016-02-22T15:26:00.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T15:32:38.066Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brocoders.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-03-28T22:55:14.000Z","updated_at":"2018-03-23T09:55:31.000Z","dependencies_parsed_at":"2022-09-03T20:31:50.169Z","dependency_job_id":null,"html_url":"https://github.com/brocoders/spa_rails","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brocoders/spa_rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brocoders%2Fspa_rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brocoders%2Fspa_rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brocoders%2Fspa_rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brocoders%2Fspa_rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brocoders","download_url":"https://codeload.github.com/brocoders/spa_rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brocoders%2Fspa_rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34566920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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-11-10T19:16:35.877Z","updated_at":"2026-06-20T10:31:02.995Z","avatar_url":"https://github.com/brocoders.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaRails\n\nWelcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/spa_rails`. To experiment with that code, run `bin/console` for an interactive prompt.\n\nTODO: Delete this and the text above, and describe your gem\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'spa_rails'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install spa_rails\n\n## Usage\n\nTODO: Write usage instructions here\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/spa_rails/fork )\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\n## Critical changes v1.0.0\n\nInstall sprockets-rails to version 3.0.0 and newer\n\nIf you have previously installed a old version of gem, then you must uninstall this version with e.g.\n\n    $ gem uninstall sprockets-rails\n\nand install needed version\n\n    $ gem install sprockets-rails -v 3.0.0\n\nCheck sprockets v3 [critical changes](https://github.com/rails/sprockets-rails#changes-from-rails-3x)\n\nReplace old gem angular-rails-templates by newer \n\n    $ gem 'angular-rails4-templates', '~\u003e 0.4.1'\n\nAnd read [install instructions](https://github.com/gaslight/angular-rails4-templates) \n\nChange all templates extensions \nFor example `.html.slim` to `.ngslim`\n\n```\n$ cd project/directory\n$ find -L . -type f -name \"*.html.slim\" -print0  | while IFS= read -r -d '' FNAME; do     mv -- \"$FNAME\" \"${FNAME%.html.slim}.ngslim\"; done\n```\n\nExclude `.ngslim` from precompile. Add to `application.rb` config \n```\nconfig.spa_rails.manifest_extensions \u003c\u003c '.ngslim'\n``` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrocoders%2Fspa_rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrocoders%2Fspa_rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrocoders%2Fspa_rails/lists"}