Gabriel Arcangel Zayas
Gabriel Arcangel Zayas
Found the problem. We have the following in the [transformer](https://github.com/bullet-train-co/bullet_train-core/blob/8ae722c4652314d1625408e59e02734a469f6df7/bullet_train-super_scaffolding/lib/scaffolding/transformer.rb#L344-L345): ```ruby if target_file_content.include?(transformed_content) puts "No need to update '#{transformed_file_name}'. It already has '#{transformed_content}'." unless ``` `target_file_content` is a string of...
Updated the following, so I'm not quite sure why Spektr is failing here: ``` rails 7.0.4 → 7.0.4.1 rack (indirect, 2.2.5 → 2.2.6.2, minor) globalid (indirect, 1.0.0 → 1.0.1, patch)...
@vsnguyen I just want to make sure I'm understanding your situation correctly, was your application already deployed to Render? Render should already take care of precompiling assets in its build...
@vsnguyen Thanks for opening your PR at #627. For what it's worth, I just deployed an app to Render with our one-click button from the readme, and all I had...
Hello @jlneto, I'm trying to duplicate it here locally but haven't gotten the error yet. Would you mind providing the view it's happening on along with the full error logs?...
> ``` > F > > Failure: > AccountTest#test_simulate_restoring_behavior_of_form_fields_on_page_restore_on_macbook_pro_15_inch [/Users/jgreen/projects/seshy-rails/test/system/fields_test.rb:32]: > Expected no js errors, but these errors where found: %s > > %o > > %o, Error invoking action...
@depfu rebase
Currently failing because the branch is on Bullet Train v1.6.28, but we need this: https://github.com/bullet-train-co/bullet_train-core/pull/767
Started looking into this one today and having some trouble checking the version manager in both the Ruby script (`bin/configure`) and bash (`bin/dev`). For example, `nvm`, `asdf`, or `fnm` are...
Since we have a rich editor partial in place, I can see the argument to add something like Editor.js to provide JSON output. I don't think it's priority right now,...