mamhoff
05/26/2023, 9:46 AMsolidus_dev_support
. When generating the extension, the Gemfile still points to the master
branch of Solidus. In the main
branch of solidus_dev_support
, this is fixed, but there's no version out yet. It's not possible (happy to know if it is somehow) to globally install a gem from a branch. The easiest fix for this would be a new release of solidus_dev_support
.
There's another bug with generating models, but the bug shows differently with Solidus 3.3 and Solidus 4.1; so I can't reproduce nicely yet; pending a release of the support gem...mamhoff
05/26/2023, 9:52 AMmaster
branch of Soliduskennyadsl
mamhoff
05/26/2023, 10:36 AMgem install
- when trying to generate the extension, you don't have a Gemfile to work with yet :)kennyadsl
bundle config set local.GEM_NAME /path/to/local/git/repository
and then bundle exec …
but not 100% surekennyadsl
gem build GEMNAME.gemspec
gem install gemname-version.gem
mamhoff
05/26/2023, 10:43 AMkennyadsl