This is a page where people can post interesting patterns they've used or solutions to particular problems. Create each "solution" on its own page linked from here. As for the rest of the website, please log in as guest/guest to edit this page.
- Recipes/PylonsIntegration, A simple way to integrate with Pylons, based on Gram Higgins docs (single database)
- Pylons - Elixir notes, some external documentation, maintained by Graham Higgins, that is specific to using Elixir with the Pylons web app development framework.
- Implementing a tag cloud
- Fix sequences in autoload'ed tables
- Multiple database support (different metadata)
- Multiple database support (same metadata)
- PylonsLikeControllerForElixir - A stand-alone "Pylons-like" Controller class for Elixir
- Deferred Columns
- 'Get By or Add' Pattern
- Using SQLAlchemy schema-migrate with Elixir
- Split a Turbogears Elixir Model Across Multiple Files -- UNDER CONSTRUCTION -- Proper Technique and Common Pitfalls
- How to keep the items of a many-to-many relationship in the order they were inserted. This recipe demonstrate the use of the AssociationProxy and orderinglist SQLAlchemy extensions.
- RecordOwner An extension to keep track of who (which user) creates each record and last modifies it.
- Topology A pattern for nodes' relationship data-structure and algorithms for topological sorting, change tracing and cycle-detection.
- Formula A pattern for storing formulas in database, and calculation.
