Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

As an Administrator, I want access points to be automatically created when I create content #15

Open
robyurkowski opened this issue Feb 13, 2013 · 4 comments
Assignees
Milestone

Comments

@robyurkowski
Copy link
Contributor

I want path creation to be automatic for every piece of content I create. I should only have to think about or see paths when I am trying to add new ones.

@robyurkowski
Copy link
Contributor Author

The other implicit question is how we make url_for work with custom pathing. This is a doozy.

@parndt
Copy link
Member

parndt commented Mar 11, 2013

It has always been painful

@knewter
Copy link
Member

knewter commented Mar 24, 2013

Why is url_for hard here? Seems like we could just monkeypatch it, alias_method_chain and whatnot, and say "hey, if the think you're using url_for on is one of our Pathables, use our own url_for method. Otherwise, super" What am I missing here?

@robyurkowski
Copy link
Contributor Author

It shouldn't be that bad now that I look at it a second time; I think this is just a research issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants