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/02 21:25] – [Resources] aogaildevelopment:web:rails [11 months ago - 2025/01/26 03:51] (current) – [Resources] aogail
Line 7: Line 7:
   * [[https://medium.com/rubyinside/a-modern-web-application-with-rails-da3deb48014c|Blog post about "modern" rails development]]   * [[https://medium.com/rubyinside/a-modern-web-application-with-rails-da3deb48014c|Blog post about "modern" rails development]]
   * [[https://docs.stimulusreflex.com/setup|Stimulus reflex]]   * [[https://docs.stimulusreflex.com/setup|Stimulus reflex]]
-  * [[https://turbo.hotwired.dev/|Turbo]] +   * Turbo/Hotwire 
-  * [[https://www.hotrails.dev/turbo-rails|Turbo Rails tutorial]] +     * [[https://turbo.hotwired.dev/|Turbo]] 
-  * [[https://www.colby.so/posts/turbo-rails-101-todo-list|Building a rails todo list with turbo]]+     * [[https://www.hotrails.dev/turbo-rails|Turbo Rails tutorial]] 
 +     * [[https://www.colby.so/posts/turbo-rails-101-todo-list|Building a rails todo list with turbo]] 
 +     * [[https://github.com/thoughtbot/hotwire-example-template|Hotwire example templates]] 
 +  * [[https://railsui.com/|Rails UI]] 
 +  * [[https://shadcn.rails-components.com/docs/installation|Shadcn Rails Components]] 
 +  * [[https://github.com/heartcombo/simple_form|Simple Form]] 
 + 
 +===== Authentication ===== 
 + 
 +  * [[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://github.com/varvet/pundit|Pundit authorization framework]]
 +  * [[https://github.com/CanCanCommunity/cancancan|Cancancan]]
 +  * [[https://blog.corsego.com/testing-omniauth|Testing with omniauth]]
  
-===== Planning Center Auth =====+ 
 +==== Planning Center Auth ====
  
   * [[https://github.com/emersonian/omniauth-pco|OmniAuth PCO]]   * [[https://github.com/emersonian/omniauth-pco|OmniAuth PCO]]
   * [[https://developer.planning.center/docs/#/overview/authentication|Docs]]   * [[https://developer.planning.center/docs/#/overview/authentication|Docs]]
 +
 +===== CMS =====
 +
 +  * [[https://spinacms.com/docs/getting-started/existing-project|Spina CMS]]
 +
 +===== Hosting =====
 +
 +  * [[https://docs.render.com/deploy-rails|Render]]
  
 ==== Old stuff ==== ==== Old stuff ====