{"id":20052514,"url":"https://github.com/subins2000/wheel","last_synced_at":"2026-03-19T13:17:54.558Z","repository":{"id":47339472,"uuid":"402452660","full_name":"subins2000/wheel","owner":"subins2000","description":"Don't reinvent the wheel for every new Rails project. Use sane Defaults.","archived":false,"fork":false,"pushed_at":"2021-09-02T14:35:06.000Z","size":2347,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T13:47:45.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wheel-production.herokuapp.com/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bigbinary/wheel","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subins2000.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":"2021-09-02T14:32:57.000Z","updated_at":"2023-03-04T11:39:05.000Z","dependencies_parsed_at":"2022-12-15T21:15:21.284Z","dependency_job_id":null,"html_url":"https://github.com/subins2000/wheel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/subins2000/wheel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subins2000%2Fwheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subins2000%2Fwheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subins2000%2Fwheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subins2000%2Fwheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subins2000","download_url":"https://codeload.github.com/subins2000/wheel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subins2000%2Fwheel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28890336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-13T12:17:59.987Z","updated_at":"2026-01-29T23:31:34.258Z","avatar_url":"https://github.com/subins2000.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://bigbinary.semaphoreci.com/badges/wheel/branches/master.svg?style=shields)](https://bigbinary.semaphoreci.com/projects/wheel)\n\nMade by the team at [BigBinary](https://bigbinary.com), this is a base project to quickly spin up a\nRails application built with opinions of BigBinary style of working.\n\n## Local Development Setup\n\nClone this repo by running `git clone https://github.com/bigbinary/wheel.git`.\n\nInstall the [Node.js](https://nodejs.org) version `v16.5` which we have specified inside the `.node-version` file.\n\n```bash\nnvm install\n```\n\nMake sure that [yarn](https://yarnpkg.com) is installed with it as well.\n\n```bash\n./bin/setup\n```\n\nStart the server by executing following command.\n\n```bash\nbundle exec rails server\n```\n\nVisit http://localhost:3000 and login with email `oliver@example.com` and password `welcome`.\n\n\n## Using docker for development\n\nFollow the instructions mentioned [here](https://github.com/bigbinary/wheel/blob/master/docs/using_docker.md) to use docker for development.\n\n## Replace Wheel with your project name\n\nLet's say that the project name is `Pump`. Execute the command below to\nreplace all occurrences of `Wheel` with `Pump`.\n\n```bash\nperl -pi -w -e 's/Wheel/Pump/g;' $(git ls-files)\nperl -pi -w -e 's/wheel/Pump/g;' $(git ls-files)\n```\n\n## Features\n\n- Uses [Tailwind CSS](https://tailwindcss.com).\n- `rake setup` to set sensible sample data including user `oliver@example.com` with password `welcome`.\n- Uses [devise](https://github.com/plataformatec/devise).\n- Heroku ready. Push to Heroku and it will work.\n- Uses [Honeybadger](https://www.honeybadger.io/).\n- Uses slim for cleaner syntax over erb and better performance over haml.\n- Uses [ActiveAdmin](http://activeadmin.info).\n- Uses [Sidekiq](https://github.com/mperham/sidekiq).\n- Intercepts all outgoing emails in non production environment using gem [mail_interceptor](https://github.com/bigbinary/mail_interceptor).\n- Uses [SemaphoreCI](https://semaphoreci.com/) for continuous testing.\n- Uses PostgreSQL.\n- Content compression via [Rack::Deflater](https://github.com/rack/rack/blob/master/lib/rack/deflater.rb).\n- Auto-formats Ruby code with [rubocop](https://github.com/bbatsov/rubocop).\n- Auto-formats JavaScript and CSS code with [prettier](https://github.com/prettier/prettier).\n- Performs background job processing \"inline\" for heroku env. It means heroku can deliver emails.\n- Letter opener gem for development.\n\n## Heroku Review\n\n[Heroku Review](https://devcenter.heroku.com/articles/github-integration-review-apps)\nis enabled on this application. It means when a PR is sent then Heroku\nautomatically deploys an application for that branch.\n\n## About BigBinary\n\n![BigBinary](https://raw.githubusercontent.com/bigbinary/bigbinary-assets/press-assets/PNG/logo-light-solid-small.png?raw=true)\n\nwheel is maintained by [BigBinary](https://www.BigBinary.com). BigBinary is a software consultancy company. We build web and mobile applications using Ruby on Rails, React.js, React Native and Node.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubins2000%2Fwheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubins2000%2Fwheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubins2000%2Fwheel/lists"}