| Commit message (Expand) | Author | Age | Files | Lines |
* | Never end generated paths with a '/' #683 | David Heinemeier Hansson | 2005-02-20 | 1 | -8/+8 |
* | Fixed internal calling | David Heinemeier Hansson | 2005-02-20 | 1 | -0/+13 |
* | Tests and tweaks for components | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+13 |
* | Unit tests for rendering components | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+48 |
* | Fixed a few tests | David Heinemeier Hansson | 2005-02-19 | 2 | -1/+48 |
* | Added ActionView::Base.register_template_handler for easy integration of an a... | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+33 |
* | Added AssetTagHelper that provides methods for linking a HTML page together w... | David Heinemeier Hansson | 2005-02-19 | 2 | -1/+46 |
* | Completed FormTagHelper by adding radio_button_tag and select_tag | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+3 |
* | Added FormTagHelper that provides a number of methods for creating form tags ... | David Heinemeier Hansson | 2005-02-19 | 1 | -0/+19 |
* | Updated tests for TextHelper#auto_link | David Heinemeier Hansson | 2005-02-19 | 1 | -2/+3 |
* | Clear route defaults using :name => nil #663 | David Heinemeier Hansson | 2005-02-18 | 1 | -1/+6 |
* | Added URL escaping for routing #664 | David Heinemeier Hansson | 2005-02-18 | 1 | -0/+12 |
* | Fixed that assert_template_xpath_matches did not indicate when a path was not... | David Heinemeier Hansson | 2005-02-18 | 2 | -1/+9 |
* | Added TextHelper#auto_link, TextHelper#auto_link_urls, and TextHelper#auto_li... | David Heinemeier Hansson | 2005-02-18 | 1 | -0/+6 |
* | Skip Active Record tests in Action Pack if the SQLite database cant be brough... | David Heinemeier Hansson | 2005-02-17 | 2 | -101/+110 |
* | More tests for Routing related stuff | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+72 |
* | Fix that routes werent being loaded in production environment | David Heinemeier Hansson | 2005-02-17 | 1 | -0/+7 |
* | Make Routes drop the default for action when the controller changes #651 | David Heinemeier Hansson | 2005-02-17 | 1 | -2/+7 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 8 | -85/+1019 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 8 | -1011/+85 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 8 | -99/+548 |
* | Stringify the parameters on follow_redirect | David Heinemeier Hansson | 2005-02-12 | 1 | -1/+3 |
* | Added follow_redirect method for functional tests that'll get-request the red... | David Heinemeier Hansson | 2005-02-12 | 1 | -0/+19 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+26 |
* | Added :application_prefix to url_for and friends that makes it easier to setu... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+21 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+12 |
* | A few missing files | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+31 |
* | Fixed that all redirect and render calls now return true, so you can use the ... | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+20 |
* | 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 |