aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-037-9/+22
* Deprecated all of ActionController::Dependencies. All dependency loading is n...David Heinemeier Hansson2006-09-032-25/+8
* Deprecated old render parameter callsDavid Heinemeier Hansson2006-09-031-7/+16
* Backout of blowup fixDavid Heinemeier Hansson2006-09-031-15/+6
* More deprecation funDavid Heinemeier Hansson2006-09-031-9/+29
* Deprecate deprecated assertionsDavid Heinemeier Hansson2006-09-031-0/+26
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-039-27/+6
* Follow proper naming conventionsDavid Heinemeier Hansson2006-09-037-6/+6
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-038-273/+335
* Added assert_select* for CSS selector-based testing (deprecates assert_tag) #...David Heinemeier Hansson2006-09-036-110/+1504
* radio_button_tag generates unique id attributes. Closes #3353.Jeremy Kemper2006-09-031-1/+2
* Update copyright timesDavid Heinemeier Hansson2006-09-033-3/+3
* Nitpick updatesDavid Heinemeier Hansson2006-09-031-1/+1
* strip_tags returns nil for a blank arg such as nil or "". Closes #2229.Jeremy Kemper2006-09-031-1/+2
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-1/+0
* button_to accepts :method so you can PUT and DELETE with it. Closes #6005.Jeremy Kemper2006-09-031-7/+16
* Update sanitize text helper to strip plaintext tags, and <img src=javascript:...Rick Olson2006-09-031-3/+3
* Update routing documentation. Closes #6017 [Nathan Witmer]Rick Olson2006-09-021-13/+47
* Docs for js linkers (closes #5948)David Heinemeier Hansson2006-09-021-1/+22
* Deprecation: update docs. Closes #5998.Jeremy Kemper2006-09-013-4/+4
* Make auto_link parse a greater subset of valid url formats.Jamis Buck2006-09-021-13/+16
* Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...Jeremy Kemper2006-09-011-1/+1
* Fixed a few find_allsDavid Heinemeier Hansson2006-08-311-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-317-7/+7
* Fix send_data documentation typo. Closes #5982.Jeremy Kemper2006-08-311-1/+1
* Switch to using FormEncodedPairParser for parsing request parameters.Nicholas Seckar2006-08-302-113/+58
* respond_to .html now always renders #{action_name}.rhtml so that registered c...Tobias Lütke2006-08-303-7/+11
* Keep onsubmit around for form_remote_forDavid Heinemeier Hansson2006-08-291-3/+5
* Reload should take options for the replaceDavid Heinemeier Hansson2006-08-291-2/+2
* FormEncodedStringParser needs a tad more work before it can handle POST data ...David Heinemeier Hansson2006-08-282-71/+92
* Typo in integration app session. Closes #5864.Jeremy Kemper2006-08-261-1/+1
* Actually, indifferent access mattered in the bowels (hashes hidden in arrays)David Heinemeier Hansson2006-08-261-1/+1
* Result is made indifferent on the way outDavid Heinemeier Hansson2006-08-261-1/+1
* Changed the POST parameter processing to use the new QueryStringParser and ma...David Heinemeier Hansson2006-08-262-2/+2
* Add UrlWriter to allow writing urls from Mailers and scripts.Nicholas Seckar2006-08-241-1/+55
* map.resources docs typo closes #5895Jeremy Kemper2006-08-241-2/+2
* Correct example in cookies docs. Closes #5832.Jeremy Kemper2006-08-201-7/+8
* Updated trunk to script.aculo.us 1.6.2Thomas Fuchs2006-08-153-44/+69
* Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...Nicholas Seckar2006-08-151-1/+1
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-9/+8
* Update respond_to docs to follow established naming conventionMarcel Molina2006-08-141-7/+7
* Fix assert_redirected_to issue with named routes for module controllers. [Ri...Rick Olson2006-08-131-1/+2
* Tweak RoutingError message to show option diffs, not just missing named route...Rick Olson2006-08-131-2/+2
* Invoke method_missing directly for hidden actions. Closes #3030.Nicholas Seckar2006-08-131-2/+5
* Fix typo in caching docs.Marcel Molina2006-08-091-1/+1
* Require Tempfile explicitly for TestUploadedFile due to changes in class auto...Rick Olson2006-08-091-0/+1
* Add RoutingError exception when RouteSet fails to generate a path from a Name...Rick Olson2006-08-091-4/+7
* New dependencies implementationNicholas Seckar2006-08-083-3/+3
* Deprecation: check whether instance variables have been monkeyed with before ...Jeremy Kemper2006-08-071-4/+12
* Deprecate direct usage of @params. Update ActionView::Base for instance var d...Jeremy Kemper2006-08-076-16/+19