aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge [5641] to TrunkMichael Koziarski2006-11-271-1/+1
* Use Location rather than location header.Jeremy Kemper2006-11-263-3/+3
* Fix that redirects should set "Location" header, not "location", and remove d...David Heinemeier Hansson2006-11-262-8/+1
* uses_component_template_root looks at caller[0] which turns up the deprecatio...Jeremy Kemper2006-11-261-1/+1
* strip_tags passes through blank args such as nil or "". Closes #6702, refere...Jeremy Kemper2006-11-261-1/+1
* Dont set default charset if the response is sending a file. Closes #6689 [DHH]David Heinemeier Hansson2006-11-251-1/+5
* Added CSV to Mime::SET so that respond_to csv will workTobias Lütke2006-11-241-1/+1
* Fixed that HEAD should return the proper Content-Length header (that is, actu...David Heinemeier Hansson2006-11-231-8/+16
* * Added GET-masquarading for HEAD, so request.method will return :get even fo...David Heinemeier Hansson2006-11-231-4/+9
* Added text/csv as a default mime type and included example on how to make you...David Heinemeier Hansson2006-11-231-0/+5
* Update Routing to complain when :controller is not specified by a route. Clos...Nicholas Seckar2006-11-221-0/+4
* Make sure .morph makes it inThomas Fuchs2006-11-201-1/+6
* Ensure render_to_string cleans up after itself when an exception is raised. C...Jeremy Kemper2006-11-201-4/+2
* Extract template_changed_since? from compile_template? so plugins may overrid...Jeremy Kemper2006-11-201-4/+10
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-194-15/+159
* simple_format helper doesn't choke on nil. Closes #6644.Jeremy Kemper2006-11-191-6/+4
* Update Prototype in trunk to [5550]Thomas Fuchs2006-11-171-0/+24
* Reuse named route helper module between Routing reloads to prevent memory leaks.Nicholas Seckar2006-11-171-1/+5
* ActionView::Base.erb_variable accessor names the buffer variable used to rend...Jeremy Kemper2006-11-174-6/+9
* Template errors: fix strange deprecation warnings on e.g. @flash.inspect, rem...Jeremy Kemper2006-11-171-42/+66
* Deprecate standalone components.Jeremy Kemper2006-11-161-0/+2
* ARStore needs a data reader method. Closes #4795.Jeremy Kemper2006-11-151-0/+2
* assert_select_rjs :removeJeremy Kemper2006-11-151-7/+21
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-134-13/+34
* test controller rescuesJeremy Kemper2006-11-132-70/+92
* Update to Prototype 1.5.0_rc2Sam Stephenson2006-11-121-179/+239
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-111-8/+1
* Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/ass...Jeremy Kemper2006-11-111-1/+11
* Multipart form values may have a content type without being treated as upload...Jeremy Kemper2006-11-091-32/+39
* assert_response supports symbolic status codes. Closes #6569.Jeremy Kemper2006-11-071-11/+15
* Cache parsed query parameters. Closes #6559.Jeremy Kemper2006-11-061-7/+8
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-062-75/+34
* pluralize helper interprets nil as zero. Closes #6474.Jeremy Kemper2006-11-051-1/+1
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-031-2/+9
* Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.Jeremy Kemper2006-11-021-0/+1
* Consistent default handling in ActionView render. Closes #6534.Jeremy Kemper2006-11-021-3/+2
* Document that expire_fragment with regexp arg fails on memcached and other ca...Jeremy Kemper2006-11-021-1/+6
* Update to latest Prototype, which doesnt serialize disabled form elements, ad...Thomas Fuchs2006-10-281-5/+11
* Fix scaffolding from using deprecated :post => true (closes #6499)David Heinemeier Hansson2006-10-261-1/+1
* make sure link_to_image is deprecated as well as link_image_toJamis Buck2006-10-241-1/+2
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-244-29/+29
* Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now...Rick Olson2006-10-241-0/+2
* Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of...Rick Olson2006-10-243-5/+23
* Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de...David Heinemeier Hansson2006-10-231-2/+9
* Added block-usage to TagHelper#content_tag [DHH]David Heinemeier Hansson2006-10-231-4/+24
* Docfix (closes #6462)David Heinemeier Hansson2006-10-231-0/+5
* Docfix (closes #6393)David Heinemeier Hansson2006-10-221-76/+117
* Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close...David Heinemeier Hansson2006-10-221-93/+154
* Upgraded NumberHelper with number_to_phone support international formats to c...David Heinemeier Hansson2006-10-221-62/+102
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after...David Heinemeier Hansson2006-10-222-6/+8