aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Added arrays as a value option for params in url_for and friends #467 [Eric A...David Heinemeier Hansson2005-01-131-1/+12
* Fixed that send_file would "remember" all the files sent by adding to the hea...David Heinemeier Hansson2005-01-131-0/+24
* Fixed url rewriter confusion when the controller or action name was a substri...David Heinemeier Hansson2005-01-121-6/+32
* Fixed url rewriter confusion when the controller name was a substring of the ...David Heinemeier Hansson2005-01-121-1/+9
* Removed authentication framework as xal made me realize that with noradios co...David Heinemeier Hansson2005-01-091-102/+0
* Added conditional filters #431 [Marcel]David Heinemeier Hansson2005-01-091-1/+116
* Added :before option to authenticationDavid Heinemeier Hansson2005-01-091-2/+15
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-092-0/+94
* Taken out as noradio took overDavid Heinemeier Hansson2005-01-081-23/+0
* Added the possibility of passing nil to UrlHelper#link_to to use the link its...David Heinemeier Hansson2005-01-051-2/+25
* Fixed redirects when the controller and action is named the same. Still haven...David Heinemeier Hansson2005-01-021-0/+17
* Added :host and :protocol options to url_for and friends to redirect to anoth...David Heinemeier Hansson2004-12-231-0/+14
* Added more informative exception when using helper :some_helper and the helpe...David Heinemeier Hansson2004-12-221-1/+7
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-181-0/+22
* Added Request#domain (returns string) and Request#subdomains (returns array).David Heinemeier Hansson2004-12-181-0/+26
* Added the option of passing false to :module or :controller_prefix in order t...David Heinemeier Hansson2004-12-131-0/+12
* 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