{"id":13514302,"url":"https://github.com/cloudfoundry/ruby-buildpack","last_synced_at":"2025-05-16T14:04:30.286Z","repository":{"id":6563280,"uuid":"7805144","full_name":"cloudfoundry/ruby-buildpack","owner":"cloudfoundry","description":"Cloud Foundry buildpack for Ruby, Sinatra and Rails","archived":false,"fork":false,"pushed_at":"2025-05-15T15:54:56.000Z","size":74219,"stargazers_count":65,"open_issues_count":10,"forks_count":159,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-05-15T16:28:06.225Z","etag":null,"topics":["v2b"],"latest_commit_sha":null,"homepage":"http://docs.cloudfoundry.org/buildpacks/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfoundry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-01-24T19:22:06.000Z","updated_at":"2025-04-02T11:46:11.000Z","dependencies_parsed_at":"2023-10-14T03:04:51.013Z","dependency_job_id":"1cf40cb1-08b0-4fe0-b824-e90d48da561b","html_url":"https://github.com/cloudfoundry/ruby-buildpack","commit_stats":{"total_commits":3342,"total_committers":208,"mean_commits":"16.067307692307693","dds":0.6714542190305206,"last_synced_commit":"d6ef9b967cbe35be5d851da6e084c15088d13b49"},"previous_names":["cloudfoundry/heroku-buildpack-ruby"],"tags_count":201,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fruby-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fruby-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fruby-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry%2Fruby-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry","download_url":"https://codeload.github.com/cloudfoundry/ruby-buildpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"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":["v2b"],"created_at":"2024-08-01T05:00:52.126Z","updated_at":"2025-05-16T14:04:30.238Z","avatar_url":"https://github.com/cloudfoundry.png","language":"Go","funding_links":[],"categories":["Go","Platform"],"sub_categories":[],"readme":"# Cloud Foundry Ruby Buildpack\n\n[![CF Slack](https://www.google.com/s2/favicons?domain=www.slack.com) Join us on Slack](https://cloudfoundry.slack.com/messages/buildpacks/)\n\nA Cloud Foundry [buildpack](http://docs.cloudfoundry.org/buildpacks/) for Ruby based apps.\n\n### Buildpack User Documentation\n\nOfficial buildpack documentation can be found at [Ruby buildpack docs](http://docs.cloudfoundry.org/buildpacks/ruby/index.html).\n\n### Building the Buildpack\n\nTo build this buildpack, run the following commands from the buildpack's directory:\n\n1. Source the .envrc file in the buildpack directory.\n\n   ```bash\n   source .envrc\n   ```\n   To simplify the process in the future, install [direnv](https://direnv.net/) which will automatically source `.envrc` when you change directories.\n\n1. Install buildpack-packager\n\n    ```bash\n    go install github.com/cloudfoundry/libbuildpack/packager/buildpack-packager@master\n    ```\n\n1. Build the buildpack\n\n    ```bash\n    buildpack-packager build [ --cached ]\n    ```\n\n1. Use in Cloud Foundry\n\n   Upload the buildpack to your Cloud Foundry and optionally specify it by name\n\n    ```bash\n    cf create-buildpack [BUILDPACK_NAME] [BUILDPACK_ZIP_FILE_PATH] 1\n    cf push my_app [-b BUILDPACK_NAME]\n    ```\n\n### Testing\n\nBuildpacks use the [Cutlass](https://github.com/cloudfoundry/libbuildpack/tree/master/cutlass) framework for running integration tests against Cloud Foundry. Before running the integration tests, you need to login to your Cloud Foundry using the [cf cli](https://github.com/cloudfoundry/cli):\n\n```bash\ncf login -a https://api.your-cf.com -u name@example.com -p pa55woRD\n```\n\nNote that your user requires permissions to run `cf create-buildpack` and `cf update-buildpack`. To run the integration tests, run the following commands from the buildpack's directory:\n\n1. Source the .envrc file in the buildpack directory.\n\n   ```bash\n   source .envrc\n   ```\n   To simplify the process in the future, install [direnv](https://direnv.net/) which will automatically source .envrc when you change directories.\n\n1. Run unit tests\n\n    ```bash\n    ./scripts/unit.sh\n    ```\n\n1. Run integration tests\n\n    ```bash\n    ./scripts/integration.sh\n    ```\n\nMore information can be found on Github [cutlass](https://github.com/cloudfoundry/libbuildpack/cutlass).\n\n### Contributing\n\nFind our guidelines [here](./CONTRIBUTING.md).\n\n### Help and Support\n\nJoin the #buildpacks channel in our [Slack community](http://slack.cloudfoundry.org/) if you need any further assistance.\n\n### Reporting Issues\n\nPlease fill out the issue template fully if you'd like to start an issue for the buildpack.\n\n### Active Development\n\nThe project backlog is on [Pivotal Tracker](https://www.pivotaltracker.com/projects/1042066).\n\n### Acknowledgements\n\nInspired by the [Heroku buildpack](https://github.com/heroku/heroku-buildpack-ruby).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fruby-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry%2Fruby-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry%2Fruby-buildpack/lists"}