/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hibbard.eu
| | janko.io
2.1 parsecs away

Travel
| | In this tutorial, we'll show how to add fully functional authentication and account management functionality into a Rails app, using the Rodauth authentication framework. Rodauth has many advantages over the mainstream alternatives such as Devise, Sorcery, Clearance, and Authlogic, see my previous article for an introduction.
| | www.thegnar.com
4.7 parsecs away

Travel
| | Learn how to optimize your Rails routes for developer happiness.
| | citizen428.net
1.7 parsecs away

Travel
| | If you often create new Rails apps, application templates can be a real timesaver. They have a very simple API, which allows developers to make changes to the Gemfile, execute Rails or Git commands, manage files and more. Heres a simple template I use to generate a new Rails app with Devise already set up: gem 'devise' after_bundle do rails_command 'generate devise:install' rails_command 'generate devise User' end The first line adds Devise to the Gemfile and the after_bundle hook runs two generators pro...
| | www.matsimitsu.com
14.6 parsecs away

Travel
| Let's see if we can go node-less with Yew.