Commit ff3903f
committed
Speed up nested #simple_fields_for usage by a considerable amount
Exceptions are slow due to generating backtraces - and then when other
debugging gems (such as did_you mean, which are included with
Ruby and Rails these days) get involved it resulted in excessive Object
allocation.1 parent 0ef4a58 commit ff3903f
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
| 675 | + | |
681 | 676 | | |
682 | 677 | | |
683 | 678 | | |
| |||
0 commit comments