Gabriel Arcangel Zayas

Results 93 issues of Gabriel Arcangel Zayas

Addresses a couple of TODOs in the Super Scaffolding test setup script. As far as `TestFile` goes, we already had a test for it in the partial test, but we...

https://github.com/bullet-train-co/bullet_train-core/pull/239

Addresses the TODO in `test/system/application_platform_test.rb` ## Before ``` Finished in 37.252439s, 0.0268 runs/s, 0.2148 assertions/s. 1 runs, 8 assertions, 0 failures, 0 errors, 0 skips ``` ## After ``` Finished...

I think we talked about this a long time ago, maybe even before the Tailwind repository, but an error is raised when we don't fallback to the default locale: There...

🔥 https://github.com/rails/rails/pull/47753

Closes #714 and #703. Besides changing the CircleCI config to run tests without Knapsack Pro, all tests will now pass when spinning up a new app:

On the Bullet Train application I'm working on the GitHub Action which merges `main` to `edge` and pushes it to GitHub runs and then fails (because there's no `edge` branch),...

I changed the color like this in `config/initializers/theme.rb` ```ruby BulletTrain::Themes::Light.color = :slate ``` The colors for the app are changed after I log in, but the sign up page is...

Addresses #666. We have more options besides `BulletTrain::Themes::Light.color`, but I don't think we document them anywhere, and I think it makes sense to just comment them out here in the...