index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Force *_url named routes to show the host in ActionView [Rick]
Rick Olson
2006-10-20
1
-0
/
+6
*
Add support for converting blocks into function arguments in JavaScriptGenera...
Sam Stephenson
2006-10-19
1
-0
/
+4
*
Add <%= escape_once html %> to escape html while leaving any currently escape...
Rick Olson
2006-10-18
1
-0
/
+2
*
Fix double-escaped entities, such as &amp;, &#123;, etc. [Rick]
Rick Olson
2006-10-18
1
-0
/
+2
*
Fix deprecation warnings when rendering the template error template.
Jamis Buck
2006-10-16
1
-0
/
+2
*
Fix routing to correctly determine when generation fails. Closes #6300.
Nicholas Seckar
2006-10-16
1
-0
/
+2
*
Fix broken assert_generates when extra keys are being checked.
Jamis Buck
2006-10-16
1
-0
/
+2
*
Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S...
Michael Koziarski
2006-10-14
1
-0
/
+2
*
Make page caching respect the format of the resource that is being requested ...
Marcel Molina
2006-10-12
1
-0
/
+2
*
Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra]
Michael Koziarski
2006-10-12
1
-1
/
+2
*
Install named routes into ActionView::Base instead of proxying them to the vi...
Nicholas Seckar
2006-10-11
1
-0
/
+3
*
Update to latest Prototype and script.aculo.us trunk versions
Thomas Fuchs
2006-10-09
1
-0
/
+2
*
Fix relative URL root matching problems
Jamis Buck
2006-10-09
1
-0
/
+2
*
r5540@ks: jeremy | 2006-10-08 23:05:30 -0700
Jeremy Kemper
2006-10-09
1
-0
/
+2
*
render_text may optionally append to the response body. render_javascript app...
Jeremy Kemper
2006-10-09
1
-0
/
+2
*
Rename test assertion to prevent shadowing. Closes #6306.
Nicholas Seckar
2006-10-09
1
-0
/
+2
*
Fixed that NumberHelper#number_to_delimiter should respect precision of highe...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
*
Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
*
Added an html_options hash parameter to javascript_tag() and update_page_tag(...
David Heinemeier Hansson
2006-10-09
1
-0
/
+10
*
Fixed that rescue template path shouldn't be hardcoded, then it's easier to h...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
*
Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
*
Fixed that some 500 rescues would cause 500's themselves because the response...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
*
r5515@ks: jeremy | 2006-10-08 13:24:42 -0700
Jeremy Kemper
2006-10-08
1
-0
/
+2
*
Fixed some deprecation warnings in ActionPack [Rick Olson]
Rick Olson
2006-09-30
1
-0
/
+2
*
Deprecate @response
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Deprecate @headers
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
assert_select_rjs decodes escaped unicode chars since the Javascript generato...
Jeremy Kemper
2006-09-29
1
-0
/
+2
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-0
/
+2
*
Add ActionController::Base#head for rendering empty responses. Add support fo...
Jamis Buck
2006-09-28
1
-0
/
+11
*
Fix bug that kept any before_filter except the first one from being able to h...
Rick Olson
2006-09-27
1
-0
/
+2
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
1
-0
/
+2
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
1
-0
/
+2
*
Filters overhaul including meantime filter support for around filters. Closes...
Jeremy Kemper
2006-09-22
1
-0
/
+2
*
Update RJS render tests.
Sam Stephenson
2006-09-20
1
-0
/
+2
*
Update CGI process to allow sessions to contain namespaced models. Closes #4638.
Nicholas Seckar
2006-09-20
1
-0
/
+2
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
1
-0
/
+2
*
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...
Jeremy Kemper
2006-09-18
1
-0
/
+2
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
1
-0
/
+8
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-0
/
+11
*
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
Rick Olson
2006-09-16
1
-0
/
+6
*
Declare file extensions exempt from layouts. Closes #6219.
Jeremy Kemper
2006-09-16
1
-0
/
+3
*
Add chained replace/update support for assert_select_rjs [Rick Olson]
Rick Olson
2006-09-14
1
-0
/
+15
*
Load helpers in alphabetical order for consistency. Resolve cyclic javascript...
Jeremy Kemper
2006-09-12
1
-0
/
+2
*
Skip params with empty names, such as the &=Save query string from <input typ...
Jeremy Kemper
2006-09-12
1
-0
/
+2
*
Fix assert_tag so that :content => "foo" does not match substrings, but only ...
Jamis Buck
2006-09-10
1
-0
/
+2
*
Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.
Jeremy Kemper
2006-09-08
1
-1
/
+1
*
Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091.
Nicholas Seckar
2006-09-07
1
-0
/
+2
*
Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax fo...
Thomas Fuchs
2006-09-07
1
-0
/
+2
*
Update UrlWriter to support :only_path.
Nicholas Seckar
2006-09-06
1
-0
/
+2
[next]