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.1 support #2025

Merged
merged 14 commits into from
Nov 14, 2023
Merged

Rails 7.1 support #2025

merged 14 commits into from
Nov 14, 2023

Conversation

tf
Copy link
Member

@tf tf commented Nov 14, 2023

REDMINE-20487

tf added 14 commits November 13, 2023 13:08
Otherwise causes error of the form

    uninitialized constant ApplicationHelper (NameError)

when dummy app is initialized to run migrations.

REDMINE-20487
Rails 7 no longer allows setting instance attributes via the locals
hash when rendering partials.

REDMINE-20487
Required to be able to render scrolled show template with locals.

REDMINE-20487
Pageflow cannot be eager loaded while it has not been configured
yet. Once the initializer has been generated, we can test eager
loading as part of the main test suite.

REDMINE-20487
When eager loading in CI, we need to make sure that changes to
Paperclip default config are applied before the file models are
loaded.

REDMINE-20487
@tf tf added this to the v16.2 milestone Nov 14, 2023
@tf tf changed the title Rails 7 support Rails 7.1 support Nov 14, 2023
@tf tf merged commit 29aa97b into codevise:master Nov 14, 2023
15 checks passed
@tf tf deleted the rails-7 branch November 14, 2023 09:24
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.

1 participant