Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

using Genie.Router | |
using Genie.Renderer.Html | |
using Stipple, Stipple.Layout, Stipple.Elements | |
using StippleQuasar, StippleQuasar.Select, StippleQuasar.Table, StippleQuasar.Range | |
using StippleApexCharts, StippleApexCharts.Plots | |
using CSV, DataFrames, Clustering | |
import Genie.Renderer.Html: select |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
Plug 0.10.0 moves CSRF tokens from cookies back to sessions. To avoid future bumps on the road, a get_csrf_token/0
function has been added to controllers and imported into views. Update all your csrf token reference code to use the new function. Additionally, form_tag
and link
helpers have been added that will inject the csrf token for you automatically. You should transition to these new functions where possible, ie:
<%= form_tag("/hello", method: :post) %>
... your form stuff. csrf is inject for you
</form>