erblint views/*/*
erblint views/*
# Resources
example uploader to s3 https://pastebin.com/DtPJnbn3
downloading chartsjs as image https://stackoverflow.com/questions/20206038/converting-chart-js-canvas-chart-to-image-using-todataurl-results-in-blank-im
Resource for downloading charts as gifs: https://wpdatatables.com/animated-charts/
resource for tableau charts as gifs https://towardsdatascience.com/how-to-render-your-tableau-viz-as-a-gif-file-b0a11ed6acf9
Rodauth methods: https://rodauth.jeremyevans.net/rdoc/files/README_rdoc.html#label-rodauth+Methods
rodauth login view: rodauth.login_view
how to replace tailwind patterns: https://lorisleiva.com/replacing-tailwind-ui-hero-patterns
# Rodauth
rodauth.login_view
Here's how to pull HTML from erb templates:
ERB.new(File.read 'views/rodauth/login.erb').result
# Rodauth migrations
https://github.com/jeremyevans/rodauth#label-Creating+tables
## Rodauth templates
app/views/rodauth/_login_form.html.erb
app/views/rodauth/_login_form_footer.html.erb
app/views/rodauth/_login_form_header.html.erb
app/views/rodauth/login.html.erb
app/views/rodauth/multi_phase_login.html.erb
app/views/rodauth/create_account.html.erb
app/views/rodauth/verify_account_resend.html.erb
app/views/rodauth/verify_account.html.erb
app/views/rodauth/logout.html.erb
app/views/rodauth/remember.html.erb
app/views/rodauth/reset_password_request.html.erb
app/views/rodauth/reset_password.html.erb
app/views/rodauth/change_password.html.erb
app/views/rodauth/change_login.html.erb
app/views/rodauth/verify_login_change.html.erb
app/views/rodauth/close_account.html.erb
# Logo options
https://thenounproject.com/icon/earth-4510372/
https://thenounproject.com/icon/earth-4511315/
https://thenounproject.com/icon/barbell-plate-4397088/
https://thenounproject.com/icon/barbell-plate-490489/
https://thenounproject.com/icon/barbell-plates-1174446/
https://thenounproject.com/icon/barbell-plate-4802392/
# Start command
bundle exec rackup config.ru -p $PORT