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
*
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
*
respond_to .html now always renders #{action_name}.rhtml so that registered c...
Tobias Lütke
2006-08-30
1
-0
/
+2
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-2
/
+0
*
Deprecation: test deprecated instance vars in partials.
Jeremy Kemper
2006-08-26
1
-1
/
+3
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
1
-1
/
+1
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-0
/
+2
*
Add UrlWriter to allow writing urls from Mailers and scripts.
Nicholas Seckar
2006-08-24
1
-0
/
+2
*
Clean up and run the Active Record integration tests by default. Closes #5854.
Jeremy Kemper
2006-08-22
1
-1
/
+1
*
Clean up and run the Active Record integration tests by default.
Jeremy Kemper
2006-08-22
1
-0
/
+2
*
Correct example in cookies docs. Closes #5832.
Jeremy Kemper
2006-08-20
1
-0
/
+2
*
Updated trunk to script.aculo.us 1.6.2
Thomas Fuchs
2006-08-15
1
-0
/
+2
*
cleanup
Nicholas Seckar
2006-08-15
1
-1
/
+0
*
Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...
Nicholas Seckar
2006-08-15
1
-0
/
+2
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
1
-0
/
+3
*
Fix assert_redirected_to issue with named routes for module controllers. [Ri...
Rick Olson
2006-08-13
1
-0
/
+2
*
Tweak RoutingError message to show option diffs, not just missing named route...
Rick Olson
2006-08-13
1
-0
/
+2
*
Invoke method_missing directly for hidden actions. Closes #3030.
Nicholas Seckar
2006-08-13
1
-0
/
+2
*
Require Tempfile explicitly for TestUploadedFile due to changes in class auto...
Rick Olson
2006-08-09
1
-0
/
+2
*
Add RoutingError exception when RouteSet fails to generate a path from a Name...
Rick Olson
2006-08-09
1
-3
/
+2
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+5
*
Deprecation: check whether instance variables have been monkeyed with before ...
Jeremy Kemper
2006-08-07
1
-0
/
+2
*
Deprecate direct usage of @params. Update ActionView::Base for instance var d...
Jeremy Kemper
2006-08-07
1
-1
/
+1
*
Add support for the param_name parameter to the auto_complete_field helper. F...
Thomas Fuchs
2006-08-07
1
-0
/
+2
*
Deprecation! @session and @flash will be removed after 1.2. Use the session a...
Jeremy Kemper
2006-08-07
1
-0
/
+2
[next]