Rails How to Create body without JS.

1 · · Sept. 15, 2022, 8:10 a.m.
Rails use ERb, so if we change something that needs to change the basic structure, it needs to reload. So far, one haven’t found anyway to not reload if one are to perform a GET request inline. If you know how, please, leave me a message in the discussion with a link/details. Anyway, we need a seperate GET if we are to not reload; usualy outside of rails conventional routes. This way, we could use a fetch in the javascript to call that routes and fetch back details. Usually, these details are in...