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

NoMethodError: undefined method 'manipulate!' といったエラーが出る #322

Closed
takahashim opened this issue Jan 13, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@takahashim
Copy link
Collaborator

対象ドメイン/ The domain

  • v0.24.3用の開発環境とCIサーバ

起こっている問題 / The Problem

  • v0.24.3用のブランチでテストを実行すると、NoMethodError: undefined method 'manipulate!' といったエラーが出る

関連: #312

スクリーンショット / Screenshot

  1) Need user extension when user_extension is disable when signed in as user without user extension not redirect in notifications page
     Failure/Error: let(:organization) { create(:organization) }
     
     NoMethodError:
       undefined method `manipulate!' for #<Decidim::OrganizationFaviconUploader:0x00007f80c04754f8>

期待する見せ方・挙動 / Expected Behavior

  • テストが正常に実行される

起こっている問題の再現手段 / Steps to Reproduce

  1. 開発環境を準備する
  2. bundle exec rspec を実行する

動作環境・ブラウザ / Environment

  • macOS
  • (ブラウザは関係なさそう)
@takahashim takahashim added the bug Something isn't working label Jan 13, 2022
@takahashim
Copy link
Collaborator Author

この件ですが、実は先ほど原因が判明しておりまして、「app/uploaders/decidim/application_uploader.rbをこのインスタンスで上書きしている一方で、v0.24.3版の更新が反映されていない」ということによるもののようでした…。

これはバージョンアップのたびに確認しないといけなさそうです。厳しい。

@takahashim
Copy link
Collaborator Author

#312 の方にコミットしたのでこちらは閉じておきます

@ayuki-joto
Copy link
Collaborator

あーなるほど。。。
となると
#321#317 の対応も毎度調整必要になるかもですね...

@takahashim
Copy link
Collaborator Author

そのあたりは対応が必要になりそうですね

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants