aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Force *_url named routes to show the host in ActionView [Rick]Rick Olson2006-10-201-0/+6
* Add support for converting blocks into function arguments in JavaScriptGenera...Sam Stephenson2006-10-191-0/+4
* Add <%= escape_once html %> to escape html while leaving any currently escape...Rick Olson2006-10-181-0/+2
* Fix double-escaped entities, such as &amp;amp;, &amp;#123;, etc. [Rick]Rick Olson2006-10-181-0/+2
* Fix deprecation warnings when rendering the template error template.Jamis Buck2006-10-161-0/+2
* Fix routing to correctly determine when generation fails. Closes #6300.Nicholas Seckar2006-10-161-0/+2
* Fix broken assert_generates when extra keys are being checked.Jamis Buck2006-10-161-0/+2
* Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...Michael Koziarski2006-10-141-0/+2
* Make page caching respect the format of the resource that is being requested ...Marcel Molina2006-10-121-0/+2
* Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]Michael Koziarski2006-10-121-1/+2
* Install named routes into ActionView::Base instead of proxying them to the vi...Nicholas Seckar2006-10-111-0/+3
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-091-0/+2
* Fix relative URL root matching problemsJamis Buck2006-10-091-0/+2
* r5540@ks: jeremy | 2006-10-08 23:05:30 -0700Jeremy Kemper2006-10-091-0/+2
* 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