You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying out the repo earlier. I have some suggestions.
Current setup is mainly for devcontainer and VS Code. I'm using Neovim so the flow is a bit different. Thinking if we can have a separate section for non-devcontainer setup? Something more generic. Minimal change most likely, so might not need to mantain two different version. Like right now, database.yml is hardcoded to devcontainer setup. So moving it to something like below can help the setup to be more generic.
Another question. I noticed I can seed some data using seeder:states and seeder:regions but it looks like the data is not public (/data is in .gitginore). Any suggestion on how can I proceed? And is there a way to seed some existing data into the development db as well?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just trying out the repo earlier. I have some suggestions.
database.yml
is hardcoded to devcontainer setup. So moving it to something like below can help the setup to be more generic.seeder:states
andseeder:regions
but it looks like the data is not public (/data is in .gitginore
). Any suggestion on how can I proceed? And is there a way to seed some existing data into the development db as well?Beta Was this translation helpful? Give feedback.
All reactions