-
Notifications
You must be signed in to change notification settings - Fork 10
Helpful resources
Splines edited this page Oct 24, 2024
·
6 revisions
A place to collect helpful resources we come back to fairly often when developing MaMpf, e.g. a nice blog post, an important API reference, a cheat sheet, etc.
- Some resources on how to "tame" the codebase and write cleaner code are collected here, including the Code I like series.
- Getting Real by basecamp. Lots of nice write-ups about software development in general and fun to read.
-
Proper use of-> we don't follow this guide anymorehtml_safe
- cancancan
authorize_resource
,load_resource
,load_and_authorize_resource
here