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

AbstractController::ActionNotFound #2906

Closed
24fpsDaVinci opened this issue May 29, 2024 · 3 comments
Closed

AbstractController::ActionNotFound #2906

24fpsDaVinci opened this issue May 29, 2024 · 3 comments

Comments

@24fpsDaVinci
Copy link

Steps to reproduce

go to Library > Images

Expected behavior

Actual behavior

callback on Alchemy::Admin::PicturesController, but it is listed in the controller's
:only option.

Raising for missing callback actions is a new default in Rails 7.1, if you'd
like to turn this off you can delete the option from the environment configurations
or set `config.action_controller.raise_on_missing_callback_actions` to `false`.
 in /home/me/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/actionpack-7.1.3.3/lib/abstract_controller/callbacks.rb:62:in `match?'
Completed 500 Internal Server Error in 36ms (Views: 20.9ms | ActiveRecord: 0.6ms | Allocations: 23381)

System configuration

  • Alchemy Version: alchemy-devise (7.1.2, 4.6.0)
    alchemy_cms (7.1.7, 7.1.1, 5.0.4)

  • Rails Version: 7.1.3.3

@tvdeyen
Copy link
Member

tvdeyen commented May 29, 2024

Fixed in #2714
Released in https://github.com/AlchemyCMS/alchemy_cms/releases/tag/v7.2.0
and back ported into 7.1-stable branch which you can use with

# Gemfile
gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: "7.1-stable"

until we released a new 7.1 patch level.

@tvdeyen tvdeyen closed this as completed May 29, 2024
@tvdeyen
Copy link
Member

tvdeyen commented May 29, 2024

Actually already fixed in 7.1.2 @24fpsDaVinci you say you use Alchemy 7.1.7. Could you please verify that you are using the latest Alchemy and still have the issue?

@24fpsDaVinci
Copy link
Author

I did an update now I'm using 7.2.0, no longer have the issue

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

No branches or pull requests

2 participants