Gabriel Arcangel Zayas

Results 93 issues of Gabriel Arcangel Zayas

Addresses the TODO in the Gemfile concerning the devise gem. Joint PRs - https://github.com/bullet-train-co/bullet_train-themes/pull/15 - https://github.com/bullet-train-co/bullet_train-themes-light/pull/46 ## Details The main fix is in a monkey patch if the first joint...

Examples: [Job 3013](https://app.circleci.com/pipelines/github/bullet-train-co/bullet_train/784/workflows/2ba8fd8e-d823-4fec-84f6-8193bf1eab55/jobs/3103) [Job 3019](https://app.circleci.com/pipelines/github/bullet-train-co/bullet_train/767/workflows/434656e6-8b14-4eb1-8145-94b8b5a577cc/jobs/3019) The tests are technically passing so we get a green check, but the nodes show up as red and there's no reason we should be...

I decided to deal with this one separately from the other partial tests because it was a little more involved. The main fixes are in the joint PRs. Joint PRs...

Closes #345 (duplicate of https://github.com/bullet-train-co/bullet-train-tailwind-css/issues/547) Joint PR - https://github.com/bullet-train-co/bullet_train-super_scaffolding/pull/50

I think we talked about this before the Great Unbundling, but we're currently super scaffolding deprecated code after running the setup script. ``` > bundle exec rails test 🌱 Generating...

At first I set out to simply clean up the test files that were being generated in `tmp/storage` whenever running the Super Scaffolding `TestFile` test, but it turned out there...

Closes https://github.com/bullet-train-co/bullet_train-base/issues/90. Joint PR - https://github.com/bullet-train-co/bullet_train-base/pull/91 I'm not sure if this is the best way to test this logic, so I'm fine with changing the tests if we want to...

I was about to close #176 when I noticed we hadn't updated the CircleCI image for the system tests with Cuprite. Besides that, we should have all of the images...

Closes #319. Joint PR - https://github.com/bullet-train-co/bullet_train-base/pull/86 ## Details It seems that we just didn't have the rememberable module enabled in the first place, so I updated the new session view...

・Closes [this issue](https://github.com/bullet-train-co/bullet_train-super_scaffolding/issues/13) [Joint PR](https://github.com/bullet-train-co/bullet_train-super_scaffolding/pull/20) To run the tests, add the following to the Gemfile before running the system test setup script: ```ruby gem "bullet_train-super_scaffolding", git: "[email protected]:bullet-train-co/bullet_train-super_scaffolding.git", branch: "fixes/show-default-colors" ```