aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-301-0/+2
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-301-0/+2
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-281-2/+0
* Deprecation: test deprecated instance vars in partials.Jeremy Kemper2006-08-261-1/+3
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-261-1/+1
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-261-0/+2
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-0/+2
* Clean up and run the Active Record integration tests by default. Closes #5854.Jeremy Kemper2006-08-221-1/+1
* Clean up and run the Active Record integration tests by default.Jeremy Kemper2006-08-221-0/+2
* Correct example in cookies docs. Closes #5832.Jeremy Kemper2006-08-201-0/+2
* Updated trunk to script.aculo.us 1.6.2Thomas Fuchs2006-08-151-0/+2
* cleanupNicholas Seckar2006-08-151-1/+0
* Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...Nicholas Seckar2006-08-151-0/+2
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-0/+3
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-131-0/+2
* Tweak RoutingError message to show option diffs, not just missing named route...Rick Olson2006-08-131-0/+2
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-0/+2
* 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