summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
2014-11-09- add missing "has"Steve Piercy
2014-11-09- rewrapSteve Piercy
- add missing clause in last paragraph
2014-10-14fix comment on hello viewMichael Merickel
2014-10-14typo fixJay Martin
2014-10-14fix route name in commentsJay Martin
2014-10-08Minor edits to Templating With jinja2David Eisner
* Fix grammar, order of operations in step 1. * Remove Analysis section reference to pyramid.includes in functional tests, which is no longer accurate.
2014-10-07Update functional_testing.rstDavid Eisner
Wrap long line.
2014-10-07Update functional_testing.rstdeisner
Make it clear that the tests.py file in the functional_testing directory is the one to edit. Also, warn about a potential "gotcha": if the tests.py file is executable, it will be silently ignored. (I ran into this problem while going through the tutorial. This can happen if the file is being edited on a network file share from a different OS, for example.).
2014-09-26Update ini.rstJay Martin
grammar tweak (former discussion:https://github.com/Pylons/pyramid/pull/1413#issuecomment-56891441)
2014-09-21Update hello_world.rstJay Martin
2014-09-17fix typoSteve Piercy
Re: https://github.com/Pylons/pyramid/pull/1411/files
2014-07-02dont need to use any settings, we include pyramid_jinja2 in mainChris McDonough
2014-05-25Bring in #1352Steve Piercy
2014-05-05fix merge conflictsChris McDonough
2014-05-05Merge branch 'master' into redundant_totuorial_logging_configChris McDonough
2014-04-21Update background section same as quick_tour.rstSteve Piercy
Update text of ``background`` section same as ``sessions`` section of ``quick_tour.rst``
2014-04-20Merge pull request #1309 from omidraha/patch-1Steve Piercy
Correct question to adapt to the the text.
2014-04-20Remove repeated word.Omid Raha
Remove repeated `operations` word.
2014-04-16minor tweaks based on toolbar changes in 2.xMichael Merickel
2014-04-16Update debugtoolbar.rsttylereaves
grammar fix
2014-04-16Update debugtoolbar.rsttylereaves
Fix wording to reflect how debugtoolbar actually works
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09Merge pull request #1288 from stevepiercy/masterSteve Piercy
- add name of views.py
2014-04-09- add name of views.pySteve Piercy
2014-04-09Merge pull request #1287 from stevepiercy/masterSteve Piercy
- clarify Windows setuptools instructions
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
- correct typo on location
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them.
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-03-26Merge pull request #1280 from dhaaker/patch-2Steve Piercy
Update hello_world.rst
2014-03-26Update hello_world.rstDaniel Haaker
Modify 'Extra Credit' to reflect code example
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2014-03-21- fix indentation of code blockSteve Piercy
2014-03-13Strip redundant logging config from tutorial INI files.Tres Seaver
Leave it for the 'logging' and 'scaffolds' sections, where it is germane.
2014-03-10Remove extra concatenation from request.static_url()sbivol
fixes issue #1266
2014-02-16Clarify.Tres Seaver
2014-02-16Trailing commas are good.Tres Seaver
2014-02-16EC: break the page and see the DBT traceback display.Tres Seaver
2014-02-16Don't leave the page broken.Tres Seaver
2014-02-16Match optional reqs on Windows to those on POSIX.Tres Seaver
2014-02-16EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?Tres Seaver
2014-02-16Clarifications.Tres Seaver
2014-02-16Avoid re-ambiguating 'project' vs. 'package.Tres Seaver
2014-02-16Clarify vs. import time.Tres Seaver
2014-02-16Clarify reasons for preferring easy_install over pip.Tres Seaver
2014-02-10- Garden PR #1121Steve Piercy
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-10-30convert remember/forget to request-method-basedChris McDonough
2013-10-19Merge branch 'master' into feature.signed-cookie-sessionMichael Merickel
2013-10-19update the docsMichael Merickel