aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure assert_respond_to works with symbol parametersJamis Buck2006-08-011-1/+1
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-011-2/+2
* Nested resource testing.Jeremy Kemper2006-08-011-1/+1
* Nesting map.resourcesJeremy Kemper2006-08-011-4/+4
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-311-19/+6
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-311-1/+1
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-311-1/+1
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-314-9/+175
* r4886@ks: jeremy | 2006-07-31 00:01:55 -0700Jeremy Kemper2006-07-311-1/+1
* Fixed that integration simulation of XHRs should set Accept header as well [E...David Heinemeier Hansson2006-07-311-1/+5
* show missing file path on failed fixture_file_uploadRick Olson2006-07-301-1/+1
* Ensure TestRequest#session always returns a TestSession [Koz]Michael Koziarski2006-07-281-1/+1
* Don't search a load-path of '.' for controller files, since it may include sy...Jamis Buck2006-07-271-1/+1
* Update integration.rb to require test_process explicitly instead of via Depen...Nicholas Seckar2006-07-271-0/+1
* Added ICS to extension lookup recognition [Lars Pind]David Heinemeier Hansson2006-07-261-0/+2
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-221-1/+2
* Remove leak in development modeNicholas Seckar2006-07-171-21/+25
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-086-12/+14
* Reset @html_document between requests so assert_tag works. Closes #4810.Jeremy Kemper2006-07-081-0/+2
* Update render :partial documentation. Closes #5646.Jeremy Kemper2006-07-081-14/+18
* Integration tests behave well with render_component. Closes #4632.Jeremy Kemper2006-07-081-2/+4
* Clarify partial filename constraints. Closes #1161.Jeremy Kemper2006-07-071-0/+3
* Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]David Heinemeier Hansson2006-07-051-0/+2
* Doc fix (closes #5429)David Heinemeier Hansson2006-07-051-0/+7
* Doc fix (closes #5576)David Heinemeier Hansson2006-07-051-1/+1
* Fixed that the flash should be reset when reset_session is called (closes #55...David Heinemeier Hansson2006-07-051-1/+7
* r4748@asus: jeremy | 2006-06-29 22:40:35 -0700Jeremy Kemper2006-06-301-1/+1
* Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...David Heinemeier Hansson2006-06-301-1/+1
* Add route_name_path method to generate only the path for a named routes. For ...Nicholas Seckar2006-06-302-37/+45
* Fix CGI extensions when they expect string but get nil in Windows. Closes #52...Marcel Molina2006-06-281-1/+1
* documentation fixes for ActionController::Verification::ClassMethods verify m...Rick Olson2006-06-211-5/+10
* Fix indent in pagination documentation. Closes #4990. [Kevin Clark]Rick Olson2006-06-211-2/+1
* Determine the correct template_root for deeply nested components. Closes #2841.Jeremy Kemper2006-06-211-2/+2
* Fix that routes with *path segments in the recall can generate URLs. [Rick]Rick Olson2006-06-171-1/+1
* Added Hash.create_from_xml(string) which will create a hash from a XML string...David Heinemeier Hansson2006-06-162-1153/+74
* Remove problematic control chars in rescue template. (closes #5316)Jamis Buck2006-06-081-4/+4
* Make sure passed routing options are not mutated by routing code. (closes #5314)Jamis Buck2006-06-071-4/+5
* Do some path normalization to prevent the possible_controllers list from cont...Jamis Buck2006-06-071-5/+31
* Make sure named routes are never generated relative to some containing moduleJamis Buck2006-06-061-2/+2
* Improve parameter expiry handling to fix sticky-id issue. Add a more informat...Jamis Buck2006-06-061-9/+29
* Remove dependency on Pathname in new routesJamis Buck2006-06-051-2/+0
* Make sure changing the controller from foo/bar to bing/bang does not change r...Jamis Buck2006-06-051-1/+3
* Escape the entire path before trying to recognize it (closes #3671)Jamis Buck2006-06-051-1/+2
* Make sure :id and friends are properly unescaped (closes #5275).Jamis Buck2006-06-051-1/+3
* Make sure regexp chunks are grouped when the segment has a regexp constraint ...Jamis Buck2006-06-051-1/+1
* Fix documentation for with_routing to reflect new reality (closes #5281)Jamis Buck2006-06-051-7/+9
* Rewind readable CGI params so others may reread them (such as CGI::Session wh...Jeremy Kemper2006-06-021-1/+3
* Finish custom handling [DHH]David Heinemeier Hansson2006-06-021-6/+12
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+1
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-022-8/+6