Skip to content

Conversation

@JPrevost
Copy link
Member

@JPrevost JPrevost commented Oct 12, 2023

Rails 7.1.1 initialized in the existing repo via:
rails new .

The value to add to config/master.key is located in LastPass for this application.

As we have no CI yet, reviewers may want to:

  • create config/master.key locally and add the value from our LastPass
  • bundle install
  • bin/rails test to confirm no errors
  • bin/rails s and then access the running app to see the Rails welcome screen

Copy link
Contributor

@jazairi jazairi left a comment

Choose a reason for hiding this comment

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

I think this is all good, but I'm running into something weird locally. When I run bundle install, it adds ARM as a platform to Gemfile.lock and installs ARM versions of Nokogiri and SQLite. Is that something you've encountered?

@JPrevost
Copy link
Member Author

@jazairi my Mac is an older Intel model. I'm assuming what you are seeing is expected if you have an M1/M2 Mac. Can you add a commit to this branch with your updated lock file?

@jazairi
Copy link
Contributor

jazairi commented Oct 16, 2023

Ah, I didn't realize you had an Intel Mac. That explains it.

@JPrevost JPrevost merged commit 22d50bd into main Oct 16, 2023
@JPrevost JPrevost deleted the rails71 branch October 16, 2023 13:42
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