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
Remove async loading references from spec/dummy app
Since async loading is a Pro-only feature, spec/dummy should not reference
or promote its use:
- Simplified application.html.erb to always use defer: true
- Removed uses_redux_shared_store? helper method (no longer needed)
- Added note that async loading requires React on Rails Pro
The helper spec tests for async still exist but they test Pro functionality
by stubbing ReactOnRailsPro, which is appropriate.
0 commit comments