aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-031-0/+2
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-031-0/+2
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-031-0/+2
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-0/+2
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-031-0/+2
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-031-0/+2
* Update routing documentation. Closes #6017 [Nathan Witmer]Rick Olson2006-09-021-0/+2
* Add routing tests to assert that RoutingError is raised when conditions aren'...Rick Olson2006-09-021-0/+2
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-011-0/+2
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-021-0/+2
* Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...Jeremy Kemper2006-09-011-0/+2
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-0/+2
* Fix send_data documentation typo. Closes #5982.Jeremy Kemper2006-08-311-0/+2
* 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