Evan Arnold

Results 8 comments of Evan Arnold
trafficstars

hey, I noticed that also. It can be fixed with a patched line to chosen. Make line 532 of chosen.jquery.coffee read line like: ``` if( w > @f_width-10 or w...

@Envek Thanks for the feedback. I've made those changes and I'll closely watch our CI/CD for the next few days and report back.

Forgive me for chiming in on this, but I am getting confused by the different issues. Is there a canonical (at at least blessed) way to get Devise and Rails...

More complete backtrace below. `Isolator` appears 3rd line from the bottom. ``` TypeError: no implicit conversion of nil into String /Users/evan/.rvm/gems/ruby-3.2.2@quote_app_dev/gems/activesupport-7.0.7.2/lib/active_support/testing/file_fixtures.rb:27:in `join' /Users/evan/.rvm/gems/ruby-3.2.2@quote_app_dev/gems/activesupport-7.0.7.2/lib/active_support/testing/file_fixtures.rb:27:in `file_fixture' /Users/evan/.rvm/gems/ruby-3.2.2@quote_app_dev/gems/activestorage-7.0.7.2/lib/active_storage/fixture_set.rb:65:in `prepare' /Users/evan/.rvm/gems/ruby-3.2.2@quote_app_dev/gems/activestorage-7.0.7.2/lib/active_storage/fixture_set.rb:61:in `blob' /Users/evan/Projects/get-weatherized/quote-app/test/fixtures/active_storage/blobs.yml:2:in `get_binding'...

Interesting. If I put a debugger statement in one of my tests, I get a result: ``` (ruby) ActiveStorage::FixtureSet.file_fixture_path # ``` I am always a bit uncertain about rails internals,...

Are there any updates on this? I'm running into the same issue.

> I don't have a rails site set up to test turbo but found this note in the docs > > https://turbo.hotwired.dev/handbook/building#working-with-script-elements > > > Annotate elements with data-turbo-eval="false" if...

@stuartchaney The `data-turbo-eval="false"` has been working well for us.