bullet_train
bullet_train copied to clipboard
The Open Source Ruby on Rails SaaS Template
If possible, it might help to [make an orb of our own](https://circleci.com/docs/2.0/orb-author-intro) which clones the starter repository and takes care of all necessary setup before running tests since we're starting...
I generated a new project and did all of the configuration/setup steps and got my application running locally. (Unfortunately I didn't think to run tests at this stage.) Then I...
I just generated a new project and ran `MAGIC_TEST=1 rails test:system` and there are two spots where it hangs for debugging. One with `binding.pry` and one with `magic_test`. Is that...
On the page describing the upgrade process (https://bullettrain.co/docs/upgrades) it refers to the primary upstream repo as `starter-repo` but in a fresh project there's no such remote repo. There's only the...
With the price increase of the ngrok paid plan, I thought it would be nice to add some ways to leverage the free account easier. Running ngrok in `Procfile.dev` may...
I'm really curious to see how fast we can get the test suite running on GitHub actions compared to CircleCI. This PR is a rebase of @MikeRogers0's PR on the...
This gives developers the option to pass a custom format to `Date` and `DateTime` partials. Context: https://discord.com/channels/836637622432170028/836637623048601633/973728513217675354 Given a model named `PartialTest` with a `Date` attribute named `date_test`, we can...
I created several teams in console, and then when I try to destroy them all with `Team.destroy_all`, I get this error: ``` 3.1.2 :008 > Team.destroy_all Team Load (8.8ms) SELECT...
Pretty new to Bullet Train, so doing a lot of reading, exploring, and generally just trying to figure things out. In the app I'm trying to build with Bullet Train,...
## Step to reproduce, in Safari: 1. Open Web Inspector, select the Sources tab 2. Find the source for `application-*` > `node_modules/@bullet-train/bullet-train/app/javascript/controllers/mobile_menu_controller.js` 3. Add a breakpoint to line `13` inside...