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
*
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
*
Backed out of locals hash as it caused trouble with Builder, see ticket for more
David Heinemeier Hansson
2006-09-06
1
-11
/
+0
*
Fixed JavaScriptHelper#link_to_function and JavaScriptHelper#button_to_functi...
David Heinemeier Hansson
2006-09-06
1
-0
/
+8
*
Update to script.aculo.us 1.6.3 [Thomas Fuchs]
Thomas Fuchs
2006-09-05
1
-0
/
+2
*
Update to Prototype 1.5.0_rc1
Sam Stephenson
2006-09-05
1
-0
/
+2
*
Added access to nested attributes in RJS (closes #4548) [richcollins@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+7
*
Fixed that AssetTagHelper#image_tag and others using compute_public_path shou...
David Heinemeier Hansson
2006-09-04
1
-0
/
+2
*
Deprecated the auto-appending of .png to AssetTagHelper#image_tag calls that ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+2
*
Added locals hash to partials, which makes for convenient access of some time...
David Heinemeier Hansson
2006-09-04
1
-0
/
+11
*
Fixed FormOptionsHelper#select to respect :selected value (closes #5813)
David Heinemeier Hansson
2006-09-04
1
-1
/
+3
*
Fixed TextHelper#simple_format to deal with multiple single returns within a ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+2
*
Fixed TextHelper#pluralize to handle 1 as a string (closes #5905) [rails@benc...
David Heinemeier Hansson
2006-09-04
1
-0
/
+2
*
Improved resolution of DateHelper#distance_of_time_in_words for better precis...
David Heinemeier Hansson
2006-09-04
1
-0
/
+2
*
Changed that uncaught exceptions raised any where in the application will cau...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
[next]