{"id":20866667,"url":"https://github.com/tristandunn/untitled","last_synced_at":"2025-05-13T03:06:46.711Z","repository":{"id":42583725,"uuid":"254964684","full_name":"tristandunn/untitled","owner":"tristandunn","description":"A base Rails application to kickstart new projects.","archived":false,"fork":false,"pushed_at":"2025-05-11T14:44:39.000Z","size":12394,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-13T03:06:40.391Z","etag":null,"topics":["brakeman","cd","ci","github-actions","hotwire","kamal","mocha","rails","rspec","rubocop","ruby","stimulusjs","tailwindcss","template","turbo","turbo-rails"],"latest_commit_sha":null,"homepage":"https://untitled.tristandunn.com","language":"Ruby","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/tristandunn.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,"zenodo":null}},"created_at":"2020-04-11T22:15:29.000Z","updated_at":"2025-05-11T14:44:42.000Z","dependencies_parsed_at":"2023-10-02T14:45:14.548Z","dependency_job_id":"bdec27af-f2f2-402d-a146-7c9b8ba65d26","html_url":"https://github.com/tristandunn/untitled","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristandunn%2Funtitled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristandunn%2Funtitled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristandunn%2Funtitled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristandunn%2Funtitled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tristandunn","download_url":"https://codeload.github.com/tristandunn/untitled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253863157,"owners_count":21975595,"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":["brakeman","cd","ci","github-actions","hotwire","kamal","mocha","rails","rspec","rubocop","ruby","stimulusjs","tailwindcss","template","turbo","turbo-rails"],"created_at":"2024-11-18T05:58:48.242Z","updated_at":"2025-05-13T03:06:46.695Z","avatar_url":"https://github.com/tristandunn.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Untitled ![CI](https://github.com/tristandunn/untitled/workflows/CI/badge.svg)\n\nA base Rails application to kickstart new projects.\n\n## Features\n\n* Ruby [tests](spec/) using [RSpec](spec/spec_helper.rb) and\n  [Selenium](spec/support/capybara.rb) with\n  [coverage](spec/spec_helper.rb#L3-L14).\n* JavaScript [tests](spec/javascripts) using\n  [Mocha](spec/javascripts/.mocharc.json) with coverage from [c8][].\n* [Litestream](config/litestream.yml) database replication for backups.\n* GitHub Actions for [testing, linting, security](.github/workflows/ci.yml), and\n  [continuous deployment](.github/workflows/cd.yml).\n* [Kamal][] for deployments in [staging](config/deploy.yml) and\n  [production](config/deploy.production.yml), with\n  [customizable health checks](app/controllers/health_controller.rb).\n* CSS using [Tailwind CSS](app/assets/tailwind/application.css).\n\n## Development\n\nInstall the dependencies and setup the database.\n\n```\nbin/setup\n```\n\nTo run the application processes.\n\n```\nbin/dev\n```\n\nIf you're making changes, be sure to write and run the tests.\n\n```\nbundle exec rake ruby:test\nbundle exec rake javascript:test\n```\n\nBefore pushing changes, check the code.\n\n```\nbundle exec rake css:lint\nbundle exec rake erb:lint\nbundle exec rake ruby:lint\nbundle exec rake javascript:lint\n```\n\nOr you can run the tests with coverage and lint with a single command.\n\n```\nbundle exec rake check\n```\n\n### Docker\n\nBuild the image with Docker.\n\n```\ndocker build -t untitled .\n```\n\nRun the server using the image.\n\n```\ndocker run --rm -p 3000:80 -e SECRET_KEY_BASE=$(bin/rails secret) --name untitled untitled\n```\n\n## License\n\nUntitled uses the MIT license. See [LICENSE](LICENSE) for more details.\n\n[Kamal]: https://kamal-deploy.org\n[c8]: https://www.npmjs.com/package/c8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristandunn%2Funtitled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftristandunn%2Funtitled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristandunn%2Funtitled/lists"}