Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y... | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+2 |
* | Added ActionController#cookies[] as a reader for @cookies that'll return the ... | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+3 |
* | Added the opportunity to defined method_missing on a controller which will ha... | David Heinemeier Hansson | 2004-11-25 | 1 | -1/+3 |
* | Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ... | David Heinemeier Hansson | 2004-11-25 | 1 | -0/+2 |
* | Added Request#ssl? which is shorthand for @request.protocol == "https://" | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+2 |
* | Allow form_tag with no arguments (resulting in a form posting to current acti... | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+2 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+738 |