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
Copy file name to clipboardexpand all lines: docs/3.0/upgrade.md
-9
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,6 @@ First iteration of multiple action flux was using `redirect_to` with `turbo_fram
362
362
363
363
If you have a multiple action flux implemented with `redirect_to` you should change it to [`navigate_to_action`](actions.html#navigate_to_action).
364
364
365
-
366
365
</Option>
367
366
368
367
<Optionname="Action `link_arguments` method">
@@ -527,13 +526,10 @@ class Avo::Cards::ExampleAreaChart < Avo::Cards::ChartkickCard
527
526
class Avo::Cards::ExampleBarChart < Avo::Cards::ChartkickCard
528
527
# ...
529
528
530
-
531
529
```
532
530
533
531
</Option>
534
532
535
-
536
-
537
533
## Upgrade from 3.0.1.beta22 to 3.0.1.beta23
538
534
539
535
<Option name="Caching">
@@ -542,12 +538,10 @@ Since there are many available cache stores and we were allowing only few we cha
542
538
543
539
One of our concerns was to maintain the status quo, but if you notice any caching issues there is a new configurable option [`config.cache_store`](cache#custom-selection) that allows you to tell Avo what `cache_store` to use.
0 commit comments