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

first phase rails upgrade #986

Merged
merged 3 commits into from
Apr 18, 2024
Merged

first phase rails upgrade #986

merged 3 commits into from
Apr 18, 2024

Conversation

meltheadorable
Copy link
Contributor

No description provided.

Copy link
Member

@cooperka cooperka left a comment

Choose a reason for hiding this comment

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

looks great and works well on my machine also; smoke tested a variety of behaviors including enketo rendering

note i had to rm -rf tmp to resolve an occasional bootsnap crash

@@ -86,12 +86,15 @@ jobs:
LINT_RESULT=$?
yarn run test
JEST_RESULT=$?
bundle exec rspec --format RSpec::Github::Formatter --format documentation
bundle exec rspec --tag ~flapping --format RSpec::Github::Formatter --format documentation
Copy link
Member

Choose a reason for hiding this comment

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

nice

@@ -3,8 +3,6 @@
# For details on the DSL available within this file,
# see https://guides.rubyonrails.org/routing.html
ELMO::Application.routes.draw do
mount(JasmineRails::Engine => "/specs") if defined?(JasmineRails)
Copy link
Member

Choose a reason for hiding this comment

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

🔥

@cooperka cooperka merged commit 7983832 into main Apr 18, 2024
1 of 2 checks passed
@@ -148,8 +163,8 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.1.1)
bigdecimal (3.1.6)
base64 (0.2.0)
Copy link
Member

Choose a reason for hiding this comment

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

oops i missed this: the prod error from before has come back, i'm gonna try to revert this specific upgrade

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