Require Issue with Gems Built for Rails 7 #4464
-
I wrote up my attempt at working with Solidus for the first time, using Rails 7 and building the solidus gems from master. I hit this issue:
You can jump straight to the above issue in my writeup. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
Something must be wrong with your load path. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I just ran through the process again on another computer, and the same problem manifested. The writeup mentioned on the first post above has been updated. |
Beta Was this translation helpful? Give feedback.
-
I've never seen anyone manually build gems for developing an app and don't understand why you'd do that. Can you change your Gemfile to reference the gems directly from GitHub and see if that works any better? |
Beta Was this translation helpful? Give feedback.
-
Good call! I added the
Then I ran
Then to make sure:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
After I ran
Here is what happened:
Does that generator still exist? I updated my blog post. |
Beta Was this translation helpful? Give feedback.
I've never seen anyone manually build gems for developing an app and don't understand why you'd do that.
Can you change your Gemfile to reference the gems directly from GitHub and see if that works any better?