| Commit message (Expand) | Author | Age | Files | Lines |
* | Added arrays as a value option for params in url_for and friends #467 [Eric A... | David Heinemeier Hansson | 2005-01-13 | 1 | -1/+12 |
* | Fixed that send_file would "remember" all the files sent by adding to the hea... | David Heinemeier Hansson | 2005-01-13 | 1 | -0/+24 |
* | Fixed url rewriter confusion when the controller or action name was a substri... | David Heinemeier Hansson | 2005-01-12 | 1 | -6/+32 |
* | Fixed url rewriter confusion when the controller name was a substring of the ... | David Heinemeier Hansson | 2005-01-12 | 1 | -1/+9 |
* | Removed authentication framework as xal made me realize that with noradios co... | David Heinemeier Hansson | 2005-01-09 | 1 | -102/+0 |
* | Added conditional filters #431 [Marcel] | David Heinemeier Hansson | 2005-01-09 | 1 | -1/+116 |
* | Added :before option to authentication | David Heinemeier Hansson | 2005-01-09 | 1 | -2/+15 |
* | Added authentication framework to protect actions behind a condition and redi... | David Heinemeier Hansson | 2005-01-09 | 2 | -0/+94 |
* | Taken out as noradio took over | David Heinemeier Hansson | 2005-01-08 | 1 | -23/+0 |
* | Added the possibility of passing nil to UrlHelper#link_to to use the link its... | David Heinemeier Hansson | 2005-01-05 | 1 | -2/+25 |
* | Fixed redirects when the controller and action is named the same. Still haven... | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+17 |
* | Added DateHelper#select_time and DateHelper#select_second #373 [Scott Baron] | David Heinemeier Hansson | 2005-01-02 | 1 | -0/+53 |
* | Fixed some test cases | David Heinemeier Hansson | 2005-01-01 | 2 | -3/+2 |
* | Added :host and :protocol options to url_for and friends to redirect to anoth... | David Heinemeier Hansson | 2004-12-23 | 1 | -0/+14 |
* | Fixed UrlHelper#link_to_unless so it doesn't care if the id is a string or fi... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+4 |
* | Added more informative exception when using helper :some_helper and the helpe... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+7 |
* | Added respondence to *_before_type_cast for all attributes to return their st... | David Heinemeier Hansson | 2004-12-19 | 2 | -1/+11 |
* | Added Request#port_string to get something like ":8080" back on 8080 and "" o... | David Heinemeier Hansson | 2004-12-18 | 1 | -0/+22 |
* | Added Request#domain (returns string) and Request#subdomains (returns array). | David Heinemeier Hansson | 2004-12-18 | 1 | -0/+26 |
* | Fixed DateHelper#date_select so that you can pass include_blank as an option ... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+144 |
* | Added FormHelper#radio_button to work with radio buttons like its already pos... | David Heinemeier Hansson | 2004-12-14 | 1 | -0/+10 |
* | Added the option of passing false to :module or :controller_prefix in order t... | David Heinemeier Hansson | 2004-12-13 | 1 | -0/+12 |
* | Updated unit tests to reflect lowercase post as method in form tags | David Heinemeier Hansson | 2004-12-13 | 1 | -3/+3 |
* | Fixed all helpers so that they use XHTML compliant double quotes for values i... | David Heinemeier Hansson | 2004-12-12 | 2 | -28/+28 |
* | Use lower-case post instead of POST as form method for XHTML compliance #290 ... | David Heinemeier Hansson | 2004-12-12 | 1 | -4/+4 |
* | Fixed problem with cookies not being set to path=/ by default and a test bugg... | David Heinemeier Hansson | 2004-12-10 | 1 | -2/+2 |
* | Added link_to_image(src, options = {}, html_options = {}, *parameters_for_met... | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+12 |
* | Killed the out of place alias and made sure you can use the different HTTP me... | David Heinemeier Hansson | 2004-12-08 | 1 | -0/+12 |
* | Added the possibility of having validate be protected for assert_(in)valid_co... | David Heinemeier Hansson | 2004-12-07 | 1 | -5/+6 |
* | Trick tests on url_for | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+9 |
* | Added all the HTTP methods as alternatives to the generic "process" for funct... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+27 |
* | Added options to tailor header tag, div id, and div class on ActiveRecordHelp... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+18 |
* | Added graceful handling of non-alphanumeric names and misplaced brackets in i... | David Heinemeier Hansson | 2004-12-01 | 1 | -3/+33 |
* | Allow symbols to be used as names for setting cookies | David Heinemeier Hansson | 2004-11-26 | 1 | -1/+1 |
* | Allow symbols to be used as keys for setting cookies | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+10 |
* | Added a new container for cookies that makes them more intuative to use. The ... | David Heinemeier Hansson | 2004-11-26 | 1 | -2/+33 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 30 | -0/+2303 |