aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-301-19/+16
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-301-0/+19
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-281-0/+14
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-268-8/+26
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-261-0/+2
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-261-1/+0
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-261-2/+3
* More tests for array/hashing in parameters, one failingDavid Heinemeier Hansson2006-08-261-0/+6
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-0/+65
* Clean up and run the Active Record integration tests by default. Closes #5854.Jeremy Kemper2006-08-225-76/+47
* Add test case from ticket #4090Nicholas Seckar2006-08-221-0/+12
* Clean up and run the Active Record integration tests by default.Jeremy Kemper2006-08-224-38/+55
* Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...Nicholas Seckar2006-08-151-0/+38
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-6/+4
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-132-0/+34
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-0/+58
* New dependencies implementationNicholas Seckar2006-08-081-0/+1
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-071-0/+15
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-074-6/+37
* Add support for the param_name parameter to the auto_complete_field helper. F...Thomas Fuchs2006-08-071-0/+2
* Deprecation! @session and @flash will be removed after 1.2. Use the session a...Jeremy Kemper2006-08-071-0/+33
* Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674Nicholas Seckar2006-08-051-10/+59
* Make test_tag_options pass (closes #5600) [shugo]David Heinemeier Hansson2006-08-051-1/+1
* Added months and years to the resolution of DateHelper#distance_of_time_in_wo...David Heinemeier Hansson2006-08-051-0/+10
* Remove duplicate routes from mapped resources (closes #5712) [eigentone@gmail...David Heinemeier Hansson2006-08-051-0/+22
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-051-2/+4
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-1/+1
* Make us pass to ease RESTful children postsDavid Heinemeier Hansson2006-08-041-0/+11
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-032-1/+137
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-011-1/+29
* Nested resource testing.Jeremy Kemper2006-08-011-16/+17
* Nesting map.resourcesJeremy Kemper2006-08-011-3/+3
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-311-0/+41
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-311-2/+17
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-311-13/+62
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-311-0/+109
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-221-0/+17
* 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