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

Zad 5 #146

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Zad 5 #146

wants to merge 12 commits into from

Conversation

GregoryWilusz
Copy link

Przeliczenie siege_ability wykonałem w oddzielnej migracji. Jak można zrobić to lepiej, tj. aby po każdej akcji dodania Budynku lub zmianie liczby Warriors przypisanych do tego budynku następowało przeliczenie siege_ability?

Podczas pisania testów natknąłem się na dziwną rzecz. Dodając do Serializera (a wcześniej do pole do tabeli) atrybut siege_ability (z "podłogą"), w response atrybut był z myślnikiem. Musiałem dodać: ActiveModel::Serializer.config.key_transform = :underscore, żeby pozbyć się tego problemu. Dlaczego tak się dzieje?

'id' => building_id.to_s,
'attributes' => {
'name' => 'Building_1',
'siege_ability' => nil
Copy link
Author

Choose a reason for hiding this comment

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

Testując ten endpoint jednostkowo, musiałem zmienić wartość na nil. Przeliczenie wykonuje się dopiero w migracji.

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