Veritula – Meta
Showing only those parts of the discussion which lead to #2691.
See full discussion·See most recent related ideasLog in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas.Discussions can branch out indefinitely. Zoom out for the bird’s-eye view.
Discussions are getting slower to render as they grow. It’s a rendering issue (not a db issue).
Criticism
I could use ActionController::Live to stream top-level ideas to the page one by one. Instant page load.
Incompatible with Devise authentication: https://github.com/heartcombo/devise/issues/2332
Criticism of #2659Criticized1oustanding criticism
I could extract discussions#show into a new, separate StreamController or something like it. That controller would not use Devise.
Criticism of #2670