You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading from 1.0.4 to 1.0.5, Bullet Train's Super Scaffolding system test fails. To reproduce, remove the 1.0.4 version lock in the Gemfile, bundle install, and:
test/bin/setup-super-scaffolding-system-test
rails test test/system/super_scaffolding_test.rb
Seems like in the process of adding support for team_id being denormalized onto a given child model, we broke the support for has_one :team, through: ....
The text was updated successfully, but these errors were encountered:
When upgrading from 1.0.4 to 1.0.5, Bullet Train's Super Scaffolding system test fails. To reproduce, remove the
1.0.4
version lock in theGemfile
,bundle install
, and:Seems like in the process of adding support for
team_id
being denormalized onto a given child model, we broke the support forhas_one :team, through: ...
.The text was updated successfully, but these errors were encountered: