Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:web:rails [20 months ago - 2024/04/11 17:39] aogaildevelopment:web:rails [11 months ago - 2025/01/26 03:51] (current) – [Resources] aogail
Line 14: Line 14:
   * [[https://railsui.com/|Rails UI]]   * [[https://railsui.com/|Rails UI]]
   * [[https://shadcn.rails-components.com/docs/installation|Shadcn Rails Components]]   * [[https://shadcn.rails-components.com/docs/installation|Shadcn Rails Components]]
 +  * [[https://github.com/heartcombo/simple_form|Simple Form]]
  
 ===== Authentication ===== ===== Authentication =====
Line 19: Line 20:
   * [[https://github.com/mikker/passwordless|Passwordless auth repo]]   * [[https://github.com/mikker/passwordless|Passwordless auth repo]]
   * [[https://btihen.me/post_ruby_rails/rails_6_x_passwordless_devise_w_global_ids/|Passwordless devise-based user auth]]   * [[https://btihen.me/post_ruby_rails/rails_6_x_passwordless_devise_w_global_ids/|Passwordless devise-based user auth]]
 +  * [[https://blog.podqueue.fm/2022/03/13/flexible_passwordless_rails_authentication_with_devise-passwordless/|Flexible Passwordless Rails Authentication with devise-passwordless]]
   * [[https://www.honeybadger.io/blog/complete-guide-to-managing-user-permissions-in-rails-apps/|Managing permissions in rails apps tutorial]]   * [[https://www.honeybadger.io/blog/complete-guide-to-managing-user-permissions-in-rails-apps/|Managing permissions in rails apps tutorial]]
 +  * [[https://github.com/varvet/pundit|Pundit authorization framework]]
 +  * [[https://github.com/CanCanCommunity/cancancan|Cancancan]]
 +  * [[https://blog.corsego.com/testing-omniauth|Testing with omniauth]]
  
  
Line 30: Line 35:
  
   * [[https://spinacms.com/docs/getting-started/existing-project|Spina CMS]]   * [[https://spinacms.com/docs/getting-started/existing-project|Spina CMS]]
 +
 +===== Hosting =====
 +
 +  * [[https://docs.render.com/deploy-rails|Render]]
  
 ==== Old stuff ==== ==== Old stuff ====