{"id":13879158,"url":"https://github.com/bigbinary/wheel","last_synced_at":"2025-05-15T16:03:45.454Z","repository":{"id":20922172,"uuid":"24210186","full_name":"bigbinary/wheel","owner":"bigbinary","description":"Don't reinvent the wheel for every new Rails project. Use sane Defaults.","archived":false,"fork":false,"pushed_at":"2025-04-28T11:06:39.000Z","size":3822,"stargazers_count":256,"open_issues_count":15,"forks_count":196,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-04-28T12:24:24.683Z","etag":null,"topics":["boilerplate","rails","ruby"],"latest_commit_sha":null,"homepage":"https://wheel-production.neetodeployapp.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/bigbinary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2014-09-19T00:30:57.000Z","updated_at":"2025-04-28T11:06:43.000Z","dependencies_parsed_at":"2024-06-05T04:49:30.044Z","dependency_job_id":"38ed9d35-4cd9-414b-8874-a487499cc7f5","html_url":"https://github.com/bigbinary/wheel","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Fwheel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Fwheel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Fwheel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbinary%2Fwheel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbinary","download_url":"https://codeload.github.com/bigbinary/wheel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374402,"owners_count":22060609,"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":["boilerplate","rails","ruby"],"created_at":"2024-08-06T08:02:11.654Z","updated_at":"2025-05-15T16:03:45.406Z","avatar_url":"https://github.com/bigbinary.png","language":"Ruby","readme":"Made by the team at [BigBinary](https://bigbinary.com), this is a base project\nto quickly spin up a Rails application built with opinions of BigBinary style of\nworking.\n\n## Local Development Setup\n\nFirst clone this repo.\n\nThen install the [Node.js](https://nodejs.org) version `v22.13` which we have\nspecified inside the `.node-version` file of this repo., using the following\ncommand:\n\n```bash\nnvm install\n```\n\nMake sure that [yarn](https://yarnpkg.com) is installed with it as well in your\nsystem.\n\nAfter `yarn` is installed, install the Node.js and Rails dependencies and also\nseed the database, by running:\n\n```bash\n./bin/setup\n```\n\nStart the server by executing following command.\n\n```bash\nbundle exec rails server -p 3000\n```\n\nVisit http://localhost:3000 and login with email `oliver@example.com` and\npassword `welcome`.\n\n## Using docker for development\n\nIn BigBinary we follow the above mentioned style of installing dependencies\nusing `./bin/setup` and then running the servers manually. If that doesn't work\nin your system for some reason, then you can opt into following the instructions\nmentioned\n[here](https://github.com/bigbinary/wheel/blob/main/docs/using_docker.md) to use\ndocker 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 replace\nall occurrences of `Wheel` with `Pump`.\n\n```bash\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`\n  with password `welcome`.\n- Uses [devise](https://github.com/plataformatec/devise).\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\n  [mail_interceptor](https://github.com/bigbinary/mail_interceptor).\n- Uses [SemaphoreCI](https://semaphoreci.com/) for continuous testing.\n- Uses PostgreSQL.\n- Content compression via\n  [Rack::Deflater](https://github.com/rack/rack/blob/main/lib/rack/deflater.rb).\n- Auto-formats Ruby code with [rubocop](https://github.com/bbatsov/rubocop).\n- Auto-formats JavaScript and CSS code with\n  [prettier](https://github.com/prettier/prettier).\n- Letter opener gem for development.\n\n## neetoDeploy Review\n\n[neetoDeploy Review](https://www.neeto.com/neetodeploy) is enabled on this\napplication. Thus all PRs will have a review app and once the PR is merged to\nmain, it will be deployed to production instance. The neetoDeploy instance for\nWheel is hosted in `neeto-engineering` organization.\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\nsoftware consultancy company. We build web and mobile applications using Ruby on\nRails, React.js, React Native and Node.js.\n","funding_links":[],"categories":["Ruby","Boilerplates \u0026 UI Kits"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbinary%2Fwheel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbinary%2Fwheel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbinary%2Fwheel/lists"}