aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-081-0/+12
* Added the possibility of having validate be protected for assert_(in)valid_co...David Heinemeier Hansson2004-12-071-5/+6
* Added all the HTTP methods as alternatives to the generic "process" for funct...David Heinemeier Hansson2004-12-071-1/+27
* Added graceful handling of non-alphanumeric names and misplaced brackets in i...David Heinemeier Hansson2004-12-011-3/+33
* Allow symbols to be used as names for setting cookiesDavid Heinemeier Hansson2004-11-261-1/+1
* Allow symbols to be used as keys for setting cookiesDavid Heinemeier Hansson2004-11-261-0/+10
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-2/+33
* InitialDavid Heinemeier Hansson2004-11-2412-0/+1667