Looking for feedback: Rename stimpack
to packs-rails
#49
alexevanczuk
started this conversation in
General
Replies: 2 comments 1 reply
-
PR: https://github.com/rubyatscale/stimpack/pull/51/files |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this makes sense. While you guys do a good job making adoption easy, it might be easier if we had separate integrations that we can do to migrate into |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
With the recent move to extract
packs
out fromstimpack
(https://github.com/rubyatscale/packs), we are looking to rebrand some of the rubyatscale ecosystem around the idea of ruby "packs."With this in mind, we thought that
stimpack
is reallypacks-rails
. It could technically even be split out intopacks-rails
,packs-rspec
, andpacks-factorybot
, but we'd likely want to keep everything inpacks-rails
for now to keep things simple.We're looking to see if the community has any feedback/concerns/objections they'd like to share before we move ahead with this!
This would mean:
packs-rails
in yourGemfile
Packs::Rails
instead ofStimpack
packs/*/package.yml
, creating apacks.yml
file, see https://github.com/rubyatscale/packs for more info. This replacesStimpack.config.root = '...'
.Beta Was this translation helpful? Give feedback.
All reactions