Andrew W. Lee

Results 97 comments of Andrew W. Lee
trafficstars

@guigs thanks for the detail issue. I'll dig into this now to understand the issue.

Just an update, I'm able to reproduce what you have: https://github.com/drwl/annotaterb/pull/83, if you want to take a look and make sure it matches. I'm still learning more about how Zeitwerk...

Got it. I spent some time today learning more about Zeitwerk works, and I think that a Zeitwerk compatible loader would make things easier given that Rails 7+ is Zeitwerk...

@guigs I was able to get a proof of concept working locally. Could you try using the latest on this branch? https://github.com/drwl/annotaterb/pull/85 - In my local dummyapp, I created an...

I didn't test any of the file patterns stuff, so that might not work.

@guigs Thanks for testing it and getting back to me. I did see that in your patch in the main issue message looks to support namespaced fabricators. I'll work to...

@guigs I added some changes and force pushed to the branch, in #85. Can you give it another try and give feedback? I used your file structure with these in...

Just another update, I landed changes mentioned in #85 into main and pushed up version 4.6.0 of the gem. If you can give it a try and report any errors...

Hi @ilvez, I'll respond to bits inline > I also have this issue (kind of). For us we have model files in app/components/component1/models, app/components/component2/models, etc.. > > I currently added...

I'm not sure I totally understand the use case here, could you elaborate? Here's what I understand: In your Rails app you have the standard Rails project structure ``` -...