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

PC-8: Create a new Rails project using the latest stable Ruby and Rails versions #1

Merged
merged 6 commits into from
Jan 13, 2025

Conversation

PivtoranisV
Copy link
Collaborator

@PivtoranisV PivtoranisV commented Jan 13, 2025

PC-8 Powered by Pull Request Badge

Hello Team, please review the PR

Description

  • Initialized project with Ruby 3.4.1 and Rails 8.0.1
rails new . -d postgresql -j esbuild -c bootstrap -T
  • Initialized with Bootstrap, PostgreSQL and esbuild
  • Specified the Ruby version in the Gemfile
  • Created a .ruby-version and .ruby-gemset files in the root directory.
  • Added react dependencies with yarn
  • Created Home controller
  • Update database.yaml file with env variable for user name and password

Please Note

We have not yet proceeded with creating React files, we will decide on the React file structure after we have a better understanding of how our project will look like

@PivtoranisV PivtoranisV marked this pull request as ready for review January 13, 2025 13:37
Copy link
Contributor

@rogergraves rogergraves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Gemfile please alphabetize by gem name (within each group).

@rogergraves rogergraves merged commit af84f23 into master Jan 13, 2025
2 checks passed
@rogergraves rogergraves deleted the pc-8 branch January 13, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants