BWi : WisdomOfOg

(by Kashia) If you don't want Og to create auto-incremented oid column, use this:



To have many models have the same oid source (postgres adaptor only):

Routes


:view_user is a action in the controller
do this somewhere close to that action :P

the regex is, what url you want to match, the parameters behind that have to match the brackets in the regex
use (?:) when you don't want a bracket to be matched

when you want even more control about the routes, use the Router:

$1 becomes :name