aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]David Heinemeier Hansson2006-09-041-0/+7
* Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...David Heinemeier Hansson2006-09-041-0/+2
* Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...David Heinemeier Hansson2006-09-041-0/+2
* Added locals hash to partials, which makes for convenient access of some time...David Heinemeier Hansson2006-09-041-0/+11
* Fixed FormOptionsHelper#select to respect :selected value (closes #5813)David Heinemeier Hansson2006-09-041-1/+3
* Fixed TextHelper#simple_format to deal with multiple single returns within a ...David Heinemeier Hansson2006-09-041-0/+2
* Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...David Heinemeier Hansson2006-09-041-0/+2
* Improved resolution of DateHelper#distance_of_time_in_words for better precis...David Heinemeier Hansson2006-09-041-0/+2
* Changed that uncaught exceptions raised any where in the application will cau...David Heinemeier Hansson2006-09-031-0/+2
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-0/+3
* Docs and deprecationDavid Heinemeier Hansson2006-09-031-0/+2
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-0/+2
* Deprecated all of ActionController::Dependencies. All dependency loading is n...David Heinemeier Hansson2006-09-031-0/+2
* 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