aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* render_text may optionally append to the response body. render_javascript app...Jeremy Kemper2006-10-091-0/+2
* Rename test assertion to prevent shadowing. Closes #6306.Nicholas Seckar2006-10-091-0/+2
* Fixed that NumberHelper#number_to_delimiter should respect precision of highe...David Heinemeier Hansson2006-10-091-0/+2
* Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...David Heinemeier Hansson2006-10-091-0/+2
* Added an html_options hash parameter to javascript_tag() and update_page_tag(...David Heinemeier Hansson2006-10-091-0/+10
* Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...David Heinemeier Hansson2006-10-091-0/+2
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...David Heinemeier Hansson2006-10-091-0/+2
* Fixed that some 500 rescues would cause 500's themselves because the response...David Heinemeier Hansson2006-10-091-0/+2
* r5515@ks: jeremy | 2006-10-08 13:24:42 -0700Jeremy Kemper2006-10-081-0/+2
* Fixed some deprecation warnings in ActionPack [Rick Olson]Rick Olson2006-09-301-0/+2
* Deprecate @responseJeremy Kemper2006-09-291-1/+1
* Deprecate @headersJeremy Kemper2006-09-291-1/+1
* Deprecate @cookiesJeremy Kemper2006-09-291-1/+1
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-0/+2
* Deprecation: @request will be removed after 1.2. Use the request method instead.Jeremy Kemper2006-09-291-0/+2
* Add ActionController::Base#head for rendering empty responses. Add support fo...Jamis Buck2006-09-281-0/+11
* Fix bug that kept any before_filter except the first one from being able to h...Rick Olson2006-09-271-0/+2
* strip_links is case-insensitive. Closes #6285.Jeremy Kemper2006-09-261-0/+2
* Clear the cache of possible controllers whenever Routes are reloaded.Nicholas Seckar2006-09-231-0/+2
* Filters overhaul including meantime filter support for around filters. Closes...Jeremy Kemper2006-09-221-0/+2
* Update RJS render tests.Sam Stephenson2006-09-201-0/+2
* Update CGI process to allow sessions to contain namespaced models. Closes #4638.Nicholas Seckar2006-09-201-0/+2
* Fix routing to respect user provided requirements and defaults when assigning...Nicholas Seckar2006-09-201-0/+2
* Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...Jeremy Kemper2006-09-181-0/+2
* Added that respond_to blocks will automatically set the content type to be th...David Heinemeier Hansson2006-09-171-0/+8
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-0/+11
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-0/+6
* Declare file extensions exempt from layouts. Closes #6219.Jeremy Kemper2006-09-161-0/+3
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-0/+15
* Load helpers in alphabetical order for consistency. Resolve cyclic javascript...Jeremy Kemper2006-09-121-0/+2
* Skip params with empty names, such as the &=Save query string from <input typ...Jeremy Kemper2006-09-121-0/+2
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-0/+2
* Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.Jeremy Kemper2006-09-081-1/+1
* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.Nicholas Seckar2006-09-071-0/+2
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...Thomas Fuchs2006-09-071-0/+2
* Update UrlWriter to support :only_path.Nicholas Seckar2006-09-061-0/+2
* Backed out of locals hash as it caused trouble with Builder, see ticket for moreDavid Heinemeier Hansson2006-09-061-11/+0
* Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...David Heinemeier Hansson2006-09-061-0/+8
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-051-0/+2
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-051-0/+2
* 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