This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Ruby on Rails ====== ===== Resources ===== * [[http://www.rubyonrails.com|Rails Home]] * [[http://documentation.rubyonrails.com/|Documentation]] * [[http://api.rubyonrails.com/|API Reference]] * [[https://medium.com/rubyinside/a-modern-web-application-with-rails-da3deb48014c|Blog post about "modern" rails development]] * [[https://docs.stimulusreflex.com/setup|Stimulus reflex]] * Turbo/Hotwire * [[https://turbo.hotwired.dev/|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://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 ==== * [[https://github.com/emersonian/omniauth-pco|OmniAuth PCO]] * [[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 ==== * [[http://rails.raaum.org/|Rauum's Rails Resources]] * [[http://developer.apple.com/tools/rubyonrails.html|Apple's RoR Tutorial]] * [[http://www.slash7.com/articles/2005/01/24/really-getting-started-in-rails|Really getting started in Rails]] * [[http://rails.homelinux.org/|Four days on Rails]] * [[http://ibloggedthis.com/2006/04/16/ruby-on-rails-an-extensive-roundup-of-resources-projects-books-links-and-more/|RoR Resource List]] * [[http://www.railsenvy.com//2007/2/19/acts-as-ferret-tutorial|acts_as_ferret]] * [[http://rootprompt.org/article.php3?article=11352|Set up Rails with LigHTTPD]]