aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...Rick Olson2006-07-181-0/+18
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-083-11/+23
* Pass :id => nil or :class => nil to error_messages_for to supress that html a...Jeremy Kemper2006-07-081-0/+2
* text_field_with_auto_complete stylesheet uses <style type="text/css"> instead...Jeremy Kemper2006-07-051-1/+1
* Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]David Heinemeier Hansson2006-07-051-1/+20
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-052-63/+134
* Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...David Heinemeier Hansson2006-07-051-0/+1
* r4748@asus: jeremy | 2006-06-29 22:40:35 -0700Jeremy Kemper2006-06-301-1/+1
* Add route_name_path method to generate only the path for a named routes. For ...Nicholas Seckar2006-06-301-2/+11
* Determine the correct template_root for deeply nested components. Closes #2841.Jeremy Kemper2006-06-211-1/+20
* Fix that routes with *path segments in the recall can generate URLs. [Rick]Rick Olson2006-06-171-0/+9
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-161-7/+0
* add passing test to make sure unhandled requests don't load unnecessary class...Rick Olson2006-06-161-6/+23
* Make sure passed routing options are not mutated by routing code. (closes #5314)Jamis Buck2006-06-071-3/+21
* Do some path normalization to prevent the possible_controllers list from cont...Jamis Buck2006-06-071-1/+12
* Make sure named routes are never generated relative to some containing moduleJamis Buck2006-06-061-0/+23
* Improve parameter expiry handling to fix sticky-id issue. Add a more informat...Jamis Buck2006-06-061-0/+35
* Make sure changing the controller from foo/bar to bing/bang does not change r...Jamis Buck2006-06-051-0/+7
* Escape the entire path before trying to recognize it (closes #3671)Jamis Buck2006-06-051-0/+9
* Make sure :id and friends are properly unescaped (closes #5275).Jamis Buck2006-06-051-0/+17
* Make sure regexp chunks are grouped when the segment has a regexp constraint ...Jamis Buck2006-06-051-0/+23
* Rewind readable CGI params so others may reread them (such as CGI::Session wh...Jeremy Kemper2006-06-021-1/+9
* Finish custom handling [DHH]David Heinemeier Hansson2006-06-021-0/+16
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+4
* Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo...David Heinemeier Hansson2006-06-021-0/+6
* Added support for Mime objects in render :content_type option [DHH]David Heinemeier Hansson2006-06-021-0/+10
* Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #...Jeremy Kemper2006-06-021-1/+15
* Dont keep nothing as a lookup [DHH]David Heinemeier Hansson2006-06-011-1/+0
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-018-810/+1048
* Cope with missing content type and length headers. Parse parameters from mult...Jeremy Kemper2006-06-012-15/+61
* Added interrogation of params[:format] to determine Accept type. If :format i...David Heinemeier Hansson2006-05-311-0/+14
* Added :method handling for other verbs to remote_form_tag and remote_form_for...David Heinemeier Hansson2006-05-281-5/+15
* Expanded :method option in FormHelper#form_tag to allow for verbs other than ...David Heinemeier Hansson2006-05-282-0/+27
* Added :method option to UrlHelper#link_to, which allows for using other verbs...David Heinemeier Hansson2006-05-281-2/+9
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-221-7/+39
* Add layout attribute to response object with the name of the layout that was ...Marcel Molina2006-05-171-0/+51
* Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955Michael Koziarski2006-05-161-0/+6
* form.text_area handles the :size option just like the original text_area (:si...Jeremy Kemper2006-05-111-0/+7
* Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008.Jeremy Kemper2006-05-091-0/+4
* Small fix in routing to allow dynamic routes (broken after [4242]) [Rick]Rick Olson2006-04-301-1/+9
* Allow error_messages_for to report errors for multiple objects, as well as su...Marcel Molina2006-04-261-1/+51
* Fix assert_redirected_to tests according to real-world usage.Rick Olson2006-04-251-3/+15
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-223-12/+47
* restore some commented linesJamis Buck2006-04-211-13/+13
* fix to ';' interpretation in route recognition--only follow a route with ';' ...Jamis Buck2006-04-211-12/+17
* Add support in routes for semicolon delimited "subpaths", like /books/:id;:ac...Jamis Buck2006-04-211-0/+76
* Change link_to_function and button_to_function to (optionally) take an update...Sam Stephenson2006-04-191-0/+15
* Added :add_headers option to verify which merges a hash of name/value pairs i...Sam Stephenson2006-04-081-4/+4
* Added ActionController.filter_parameter_logging that makes it easy to remove ...David Heinemeier Hansson2006-04-071-0/+42
* Failed test for Marcel to ponderDavid Heinemeier Hansson2006-04-061-2/+10