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
*
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
*
Integration tests: thoroughly test ActionController::Integration::Session. Cl...
Jeremy Kemper
2006-09-03
1
-0
/
+3
*
Docs and deprecation
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Deprecated all of ActionController::Dependencies. All dependency loading is n...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...
David Heinemeier Hansson
2006-09-03
1
-0
/
+2
*
radio_button_tag generates unique id attributes. Closes #3353.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
strip_tags returns nil for a blank arg such as nil or "". Closes #2229.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
Cleanup assert_tag :children counting. Closes #2181.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
button_to accepts :method so you can PUT and DELETE with it. Closes #6005.
Jeremy Kemper
2006-09-03
1
-0
/
+2
*
Update sanitize text helper to strip plaintext tags, and <img src=javascript:...
Rick Olson
2006-09-03
1
-0
/
+2
*
Update routing documentation. Closes #6017 [Nathan Witmer]
Rick Olson
2006-09-02
1
-0
/
+2
*
Add routing tests to assert that RoutingError is raised when conditions aren'...
Rick Olson
2006-09-02
1
-0
/
+2
*
Deprecation: update docs. Closes #5998.
Jeremy Kemper
2006-09-01
1
-0
/
+2
*
Make auto_link parse a greater subset of valid url formats.
Jamis Buck
2006-09-02
1
-0
/
+2
*
Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...
Jeremy Kemper
2006-09-01
1
-0
/
+2
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-0
/
+2
*
Fix send_data documentation typo. Closes #5982.
Jeremy Kemper
2006-08-31
1
-0
/
+2
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-0
/
+2
[next]