Skip to content
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

Rails 7.x + Postgres project that runs seeds #9

Open
VictorMotogna opened this issue Oct 18, 2022 · 0 comments
Open

Rails 7.x + Postgres project that runs seeds #9

VictorMotogna opened this issue Oct 18, 2022 · 0 comments
Labels
benchmark New benchmark hacktoberfest Rails Needs Rails code shell Needs shell code

Comments

@VictorMotogna
Copy link
Member

  • create a Rails project with a Postgres db (api_only)
  • the project needs to run a seed action (rails db:seed
  • the seeds file should contain 1 model and create 10k entries for that model
  • you will need to update the shell script so that it creates the db, installs dependencies from Gemfile, runs the seeds and benchmark everything
  • you should also create a new folder named rails_projects/project_folder_for_this_issue
@VictorMotogna VictorMotogna added benchmark New benchmark shell Needs shell code Rails Needs Rails code hacktoberfest labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark New benchmark hacktoberfest Rails Needs Rails code shell Needs shell code
Projects
None yet
Development

No branches or pull requests

1 participant