aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-193-0/+14
* Update docs to X-POST_DATA_MARSHALDavid Heinemeier Hansson2005-05-141-4/+4
* Use X-POST_DATA_FORMAT instead of just POST_DATA_FORMATDavid Heinemeier Hansson2005-05-142-4/+4
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-142-1/+31
* Added support for POST data in form of YAML or XML, which is controller throu...David Heinemeier Hansson2005-05-145-8/+1065
* Fixed that render_partial_collection should always return a string (and not s...David Heinemeier Hansson2005-05-132-1/+4
* Go straight to the class for asset_hostDavid Heinemeier Hansson2005-05-091-1/+1
* Added TextHelper#sanitize that can will remove any Javascript handlers, block...David Heinemeier Hansson2005-05-093-0/+81
* Fixed the HTML scanner used by assert_tag where a infinite loop could be caus...David Heinemeier Hansson2005-05-093-4/+17
* Only gsub on a stringDavid Heinemeier Hansson2005-05-061-1/+1
* Added functionality to assert_tag, so you can now do tests on the siblings of...David Heinemeier Hansson2005-05-064-5/+59
* Changed RAILS_ASSET_HOST to become ActionController::Base.asset_hostDavid Heinemeier Hansson2005-05-062-1/+7
* Added better error handling for regexp caching expirationDavid Heinemeier Hansson2005-05-062-2/+12
* Treat all request types as upper-case so the switch will workDavid Heinemeier Hansson2005-05-041-2/+2
* Made it default to assuming a GET request and reading from command-line only ...David Heinemeier Hansson2005-05-041-4/+4
* Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in...David Heinemeier Hansson2005-05-033-2/+11
* Added FormTagHelper#image_submit_tag for making submit buttons that uses imagesDavid Heinemeier Hansson2005-05-032-0/+6
* Added the option of specifying a RAILS_ASSET_HOST that will then be used by a...David Heinemeier Hansson2005-05-032-2/+4
* Dont expire or read fragments if caching is turned offDavid Heinemeier Hansson2005-05-021-0/+6
* Dont benchmark if the logger has been turned offDavid Heinemeier Hansson2005-05-021-0/+2
* Fixed action/fragment caching using the filestore when a directory and a file...David Heinemeier Hansson2005-04-303-1/+95
* Doc fix #1200David Heinemeier Hansson2005-04-301-1/+1
* Fixed documentation #1214David Heinemeier Hansson2005-04-301-3/+3
* Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko]David Heinemeier Hansson2005-04-303-4/+10
* Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair M...David Heinemeier Hansson2005-04-303-2/+13
* Check definition on constant not stringDavid Heinemeier Hansson2005-04-301-1/+1
* Fixed render_partial_collection to output an empty string instead of nil when...David Heinemeier Hansson2005-04-302-1/+3
* Improved the speed of regular expression expirations for caching by a factor ...David Heinemeier Hansson2005-04-302-13/+12
* Removed dumping of template assigns on the rescue page as it would very easil...David Heinemeier Hansson2005-04-302-7/+2
* Disregard expire methods when the controller hasnt been set, which essentiall...David Heinemeier Hansson2005-04-271-0/+1
* Added descriptions for new caching featuresDavid Heinemeier Hansson2005-04-271-0/+46
* Added BenchmarkHelper that can measure the execution time of a block in a tem...David Heinemeier Hansson2005-04-271-0/+22
* Added ActionController::Caching::Sweeper as an improved an easier to use swee...David Heinemeier Hansson2005-04-271-28/+62
* Added conditions to around_filters just like before_filter and after_filterDavid Heinemeier Hansson2005-04-271-2/+3
* Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...David Heinemeier Hansson2005-04-193-3/+15
* Update to Prototype 1.2.1Sam Stephenson2005-04-191-3/+4
* Fixed that :get, :post, and the others should take a flash array as the third...David Heinemeier Hansson2005-04-192-2/+4
* More documentation #1148 [Alisdair McDiarmid]David Heinemeier Hansson2005-04-192-2/+30
* Fixed stringification on all assigned hashes. The sacrifice is that assigns[:...David Heinemeier Hansson2005-04-193-2/+8
* Fixed that rendering a template would require a connection to the database #1146David Heinemeier Hansson2005-04-191-3/+6
* Fixed that rendering a template would require a connection to the database #1146David Heinemeier Hansson2005-04-192-2/+7
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-187-52/+52
* Added support for web servers that use PATH_INFO instead of REQUEST_URI like ...David Heinemeier Hansson2005-04-184-4/+61
* Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c...David Heinemeier Hansson2005-04-182-7/+5
* Fixed that you can now pass an alternative :href option to link_to_function/r...David Heinemeier Hansson2005-04-182-3/+5
* Update to Prototype 1.2.0Sam Stephenson2005-04-181-87/+192
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-178-1/+744
* Added Request#xml_http_request? (and an alias xhr?) to that'll return true wh...David Heinemeier Hansson2005-04-172-0/+10
* Fixed page caching for non-vhost applications living underneath the root #100...David Heinemeier Hansson2005-04-172-5/+5
* Hide the deprecated methods from the docsDavid Heinemeier Hansson2005-04-172-31/+31