-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Rails: Update guidance on development environment seed data. #721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Does this rename blur what seeds actually are? I guess everyone is already confused about the distinction between dev data and seeds. Maybe this is an "if you can't beat them, join them" solution? |
I personally think it's more clear than I just can't think of the better name for what we're doing other than "seed". |
I think it's fine to use I could also see other variants working as well:
|
@stevepolitodesign what are your thoughts on @vburzynski's suggestions? |
115f83b
to
04c1806
Compare
@emilford thank you for bumping this. I just addressed this, and wanted to highlight that we're doing this in ChatBot. |
Relates to [this proposal][1] for Suspenders. > We have relied on [`dev:prime`][2] for loading data necessary for users to view most of the features of the app in development. > > However, there were a few areas of improvement. > > First, rename `dev` namespace to `development`, and rename [`prime`][1] task to `seed` for improved clarity. > > The, introduces `development:seed:replant` take to create parity with the existing `db:seed:replant` task. We're already doing this in ChatBot. thoughtbot/chat_bot#52 [1]: thoughtbot/suspenders#1251
961661f
to
a132a30
Compare
a132a30
to
8b86ebb
Compare
Relates to this proposal for Suspenders.
We're already doing this in ChatBot.
https://github.com/thoughtbot/chat_bot/pull/52