| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_... | David Heinemeier Hansson | 2005-05-22 | 4 | -8/+260 |
* | Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+16 |
* | Fixed Request#remote_ip in testing #1251 [bitsweat] | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+33 |
* | Fixed that compute_public_path should recognize external URLs, so image_tag("... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+1 |
* | Added support for descending year values in DateHelper#select_year, like sele... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+9 |
* | Fixed that FormHelper#checkbox should return a checked checkbox if the value ... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+8 |
* | Added accessors to logger, params, response, session, and headers from the vi... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+10 |
* | Added TextHelper#sanitize that can will remove any Javascript handlers, block... | David Heinemeier Hansson | 2005-05-09 | 1 | -0/+24 |
* | Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in... | David Heinemeier Hansson | 2005-05-03 | 1 | -0/+2 |
* | Fixed action/fragment caching using the filestore when a directory and a file... | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+92 |
* | Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko] | David Heinemeier Hansson | 2005-04-30 | 1 | -4/+4 |
* | Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair M... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+10 |
* | Added support for web servers that use PATH_INFO instead of REQUEST_URI like ... | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+44 |
* | Added assert_tag and assert_no_tag as a much improved alternative to the depr... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+37 |
* | Deprecated the majority of all the testing assertions and replaced them with ... | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+1 |
* | Fixed DateHelper to return values on the option tags such that they'll work p... | David Heinemeier Hansson | 2005-04-17 | 3 | -66/+68 |
* | Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB] | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+5 |
* | Added that render_partial called from a controller will use the action name a... | David Heinemeier Hansson | 2005-04-17 | 2 | -0/+10 |
* | Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+48 |
* | Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject.... | David Heinemeier Hansson | 2005-04-17 | 3 | -13/+1 |
* | Fixed that *rest parameter in map.connect couldn't accept an empty list #1037... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+4 |
* | Added minute_step as an option to select_minute (and the helpers that use it)... | David Heinemeier Hansson | 2005-04-13 | 1 | -0/+16 |
* | Improved tests for NumberHelper | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+29 |
* | Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an... | David Heinemeier Hansson | 2005-04-12 | 2 | -16/+23 |
* | Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr... | David Heinemeier Hansson | 2005-04-10 | 1 | -4/+4 |
* | Fixed a few tests | David Heinemeier Hansson | 2005-04-10 | 1 | -4/+4 |
* | Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck] | David Heinemeier Hansson | 2005-04-07 | 1 | -0/+25 |
* | Fixed autolinking to work better in more cases #1013 [Jamis Buck] | David Heinemeier Hansson | 2005-04-06 | 1 | -4/+17 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+1 |
* | Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin... | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+11 |
* | Added :method option to verify for ensuring that either GET, POST, etc is all... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+21 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+7 |
* | Fixed include_blank for select_hour/minute/second #527 [edward@debian.org] | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+117 |
* | Added include_seconds option as the third parameter to distance_of_time_in_wo... | David Heinemeier Hansson | 2005-03-26 | 2 | -0/+34 |
* | Added fourth option to process in test cases to specify the content of the fl... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+25 |
* | Added Verifications that allows you to specify preconditions to actions in fo... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+137 |
* | Added JavascriptHelper#escape_javascript as a public method (was private) and... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+9 |
* | Removed old UrlWriter methods that are no longer in use after Routes #942 | David Heinemeier Hansson | 2005-03-26 | 2 | -488/+1 |
* | Routes: *path items should use arrays #883 | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+12 |
* | Routes: Convert results of #to_param to strings #879 | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+7 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 3 | -25/+118 |
* | Added a much improved Flash module that allows for finer-grained control on e... | David Heinemeier Hansson | 2005-03-20 | 2 | -7/+31 |
* | Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+1 |
* | Added TextHelper#simple_format as a non-dependency text presentation helper.F... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+6 |
* | Added that the html options disabled, readonly, and multiple can all be treat... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+6 |
* | Added path collection syntax for Routes that will gobble up the rest of the u... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+9 |
* | Added more FormTagHelper test cases #860 [Eric Hodel] | David Heinemeier Hansson | 2005-03-20 | 1 | -16/+78 |
* | Fixed options_for_select on selected line issue #624 [Florian Weber] | David Heinemeier Hansson | 2005-03-15 | 1 | -0/+11 |
* | Removed the reliance on PATH_INFO as it was causing problems for caching and ... | David Heinemeier Hansson | 2005-03-14 | 1 | -11/+0 |
* | Moved image_tag to AssetTagHelper | David Heinemeier Hansson | 2005-03-14 | 3 | -4/+6 |