Hartley McGuire
Hartley McGuire
Hey @josephmo, thanks for opening an issue! Do you have a repo you could share that demonstrates the issue? Without this it will be very difficult to figure out what...
Closed by #38957
Ack, I didn't read the thread fully, thank you
I can confirm that your tests are failing on `7.0.3.1`: ``` D, [2022-08-03T20:43:49.383983 #901625] DEBUG -- : Entry Pluck (0.5ms) SELECT value->'a', value->>'b' FROM "entries" ``` This is the query...
Hey @EarningEvolved :wave: thanks for raising an issue! The `vendor/javascript` folder is coming from `importmap-rails` https://github.com/rails/importmap-rails/blob/624d7737cf50b31dd366ca578af3f2555ef5e8ed/lib/install/install.rb#L17-L19 (I haven't been able to find where `vendor/assets` used to be created yet, but...
> For example, the scaffolding introduces link_tree and link_directory, but the actual documentation references require_tree and require_directory in the manifest. Which one is the formally correct one to use? They...
Hey @gabo-cs, I tried reproducing the error you are seeing but I was unable to (on 6.1, 7.0, or main): ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org"...
Thanks for making the repo, I'm seeing the same error that you are now! I believe this is due to a weird edge case where `Post` is throwing an error...
Thanks for the really thorough explanation, Xavier! Based on this and the other issue I just linked, I'll try exploring a way to see if a duplicate enum definition could...
> unless you mean add `gem "rack", git: ...` to the top level gemfile? Yeah I think that's what he meant > It's a bit complicated to add another gem...