Open
Description
Thanks for the work on this fork/gem.
I think that currently commands like next rails c
when you have "springified" your rails will cause errors, or will always invoke the previous rails rather than the current one. I think this is a matter of making the ENV var changes exported from the next.sh script in line 39
Line 39 in 3c99380
ie. changing this to
export BUNDLE_GEMFILE=Gemfile.next BUNDLE_CACHE_PATH=vendor/cache.next
bundle exec $@
This is quite a small change so it might be easier if a committer did it, but happy to contribute a PR.