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 | -2/+8 | |
* | Added ActionController#cookies[] as a reader for @cookies that'll return the ... | David Heinemeier Hansson | 2004-11-26 | 1 | -4/+5 | |
* | Added the opportunity to defined method_missing on a controller which will ha... | David Heinemeier Hansson | 2004-11-25 | 1 | -1/+1 | |
* | Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 ... | David Heinemeier Hansson | 2004-11-25 | 1 | -9/+9 | |
* | Added Request#ssl? which is shorthand for @request.protocol == "https://" | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+4 | |
* | Allow form_tag with no arguments (resulting in a form posting to current acti... | David Heinemeier Hansson | 2004-11-24 | 1 | -1/+1 | |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 55 | -0/+5385 |