index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
narr
/
handlers.rst
Age
Commit message (
Expand
)
Author
2011-01-19
handlers are no longer a part of the package
Chris McDonough
2011-01-15
break out handlers into their own chapt once more
Casey Duncan
2010-12-19
merge handlers chapter into views chapter
Chris McDonough
2010-12-18
model->resource; make docs render without warnings
Chris McDonough
2010-12-12
fix merge conflicts
Casey Duncan
2010-12-09
- Add a ``handler`` ZCML directive. This directive does the same thing as
Chris McDonough
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-12-06
clarify paragraph about multiple action decorators for one view handler method
Casey Duncan
2010-12-06
action value to actio name
Casey Duncan
2010-12-06
clarify paragraph about action value vs method name
Casey Duncan
2010-12-06
clarify paragraph
Casey Duncan
2010-12-06
clarify paragraph
Casey Duncan
2010-11-28
Normalized narrative doc, code with linenos while text+bash don't
Blaise Laflamme
2010-11-23
correct typo: ! -> ~
Chris McDonough
2010-11-20
convert stray references to colon routing syntax to squiggly syntax
Chris McDonough
2010-11-09
- All references to Pyramid-the-application were changed from :mod:`pyramid`
Chris McDonough
2010-11-04
Update handlers section to not reference __exposed__, and mention
Ben Bangert
2010-11-02
Remove extra example stuff to focus on the point of the example.
Ben Bangert
2010-11-02
Fix space issue for sphinx note.
Ben Bangert
2010-11-02
Tweak display of url in docs.
Ben Bangert
2010-11-02
Merge branch 'master' of github.com:Pylons/pyramid
Ben Bangert
2010-11-02
Add one more example.
Ben Bangert
2010-11-02
tweak handlers chapter
Chris McDonough
2010-11-02
Add first draft of handlers docs.
Ben Bangert