aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Require Tempfile explicitly for TestUploadedFile due to changes in class auto...Rick Olson2006-08-091-0/+2
* Add RoutingError exception when RouteSet fails to generate a path from a Name...Rick Olson2006-08-091-3/+2
* New dependencies implementationNicholas Seckar2006-08-081-0/+5
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-071-0/+2
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-071-1/+1
* 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/+2
* I know we all love > but we can't all have themNicholas Seckar2006-08-051-1/+0
* Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674Nicholas Seckar2006-08-051-0/+3
* Added months and years to the resolution of DateHelper#distance_of_time_in_wo...David Heinemeier Hansson2006-08-051-0/+2
* Short documentation to mention use of Mime::Type.register. Closes #5710 [choo...Michael Koziarski2006-08-051-0/+2
* Make controller_path available as an instance method. Closes #5724.Jeremy Kemper2006-08-051-0/+2
* Fix broken query parameter testsNicholas Seckar2006-08-041-0/+2
* Make action caching aware of different formats for the same action so that, e...Marcel Molina2006-08-031-0/+2
* Restrict Request Method hacking with ?_method to POST requests. [Rick Olson]Rick Olson2006-08-011-0/+2
* Fix bug when passing multiple options to SimplyRestful, like :new => { :previ...Rick Olson2006-07-311-0/+2
* Dup the options passed to map.resources so that multiple resources get the sa...Rick Olson2006-07-311-0/+2
* Fixed the new_#{resource}_url route and added named route tests for Simply Re...Rick Olson2006-07-311-0/+2
* Added map.resources from the Simply Restful plugin (backwards incompatible wi...David Heinemeier Hansson2006-07-311-0/+6
* Fixed that integration simulation of XHRs should set Accept header as well [E...David Heinemeier Hansson2006-07-311-0/+2
* Ensure TestRequest#session always returns a TestSession [Koz]Michael Koziarski2006-07-281-0/+2
* Don't search a load-path of '.' for controller files, since it may include sy...Jamis Buck2006-07-271-0/+2
* Update integration.rb to require test_process explicitly instead of via Depen...Nicholas Seckar2006-07-271-0/+2
* Fixed that you can still access the flash after the flash has been reset in r...Rick Olson2006-07-221-0/+2
* Allow form_for and fields_for to work with indexed form inputs. [Jeremy Kemp...Rick Olson2006-07-181-0/+5
* Remove leak in development modeNicholas Seckar2006-07-171-0/+2
* Provide support for decimal columns to form helpers. Closes #5672. [dave@prag...Marcel Molina2006-07-131-0/+2
* Update documentation for erb trim syntax. Closes #5651.Jeremy Kemper2006-07-091-0/+2
* Pass :id => nil or :class => nil to error_messages_for to supress that html a...Jeremy Kemper2006-07-081-0/+2
* 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-0/+2
* Integration tests behave well with render_component. Closes #4632.Jeremy Kemper2006-07-081-0/+2
* Added exception handling of missing layouts (closes #5373) [chris@ozmm.org]David Heinemeier Hansson2006-07-051-0/+2
* Fixed that real files and symlinks should be treated the same when compiling ...David Heinemeier Hansson2006-07-051-0/+2
* Fixed that the flash should be reset when reset_session is called (closes #55...David Heinemeier Hansson2006-07-051-0/+2
* Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes ...David Heinemeier Hansson2006-07-051-0/+2
* Fixed proper form-encoded parameter parsing for requests with "Content-Type: ...David Heinemeier Hansson2006-06-301-0/+2
* Add route_name_path method to generate only the path for a named routes. For ...Nicholas Seckar2006-06-301-0/+2
* r4730@asus: jeremy | 2006-06-29 13:13:38 -0700Jeremy Kemper2006-06-291-0/+2
* Fix CGI extensions when they expect string but get nil in Windows. Closes #52...Marcel Molina2006-06-281-0/+2
* Determine the correct template_root for deeply nested components. Closes #2841.Jeremy Kemper2006-06-211-0/+2
* Fix that routes with *path segments in the recall can generate URLs. [Rick]Rick Olson2006-06-171-0/+2
* Fix strip_links so that it doesn't hang on multi-line acronym tagsJamis Buck2006-06-081-0/+2
* Remove problematic control chars in rescue template. (closes #5316)Jamis Buck2006-06-081-0/+2
* Make sure passed routing options are not mutated by routing code. (closes #5314)Jamis Buck2006-06-071-0/+2
* Make sure changing the controller from foo/bar to bing/bang does not change r...Jamis Buck2006-06-051-0/+2
* Escape the entire path before trying to recognize it (closes #3671)Jamis Buck2006-06-051-0/+2
* Make sure :id and friends are properly unescaped (closes #5275).Jamis Buck2006-06-051-0/+2
* Fix documentation for with_routing to reflect new reality (closes #5281)Jamis Buck2006-06-051-0/+2
* Rewind readable CGI params so others may reread them (such as CGI::Session wh...Jeremy Kemper2006-06-021-0/+2