aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fixed use of an integer as return code for renders, so render_text "hello wor...David Heinemeier Hansson2005-05-212-1/+3
* Made the post_format work with content-typeDavid Heinemeier Hansson2005-05-201-1/+1
* Made the post_format work with content-typeDavid Heinemeier Hansson2005-05-203-9/+15
* Include flash in the list of attributes with accessors in the viewDavid Heinemeier Hansson2005-05-202-2/+2
* Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar]David Heinemeier Hansson2005-05-193-8/+41
* Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson]David Heinemeier Hansson2005-05-192-1/+7
* Optimize ActionCacheFilter by using url_for less #1230 [skaen]David Heinemeier Hansson2005-05-191-2/+7
* Cache relative_url_root and optimize path #1232 [skaen]David Heinemeier Hansson2005-05-191-2/+3
* Faster action_exempted? #1231 [skaen]David Heinemeier Hansson2005-05-192-4/+6
* Added Serbia and Montenegro to the country_select #1239 [todd@robotcoop.com]David Heinemeier Hansson2005-05-191-2/+2
* Fixed Request#remote_ip in testing #1251 [bitsweat]David Heinemeier Hansson2005-05-193-2/+41
* Fixed that compute_public_path should recognize external URLs, so image_tag("...David Heinemeier Hansson2005-05-193-1/+4
* Added support for descending year values in DateHelper#select_year, like sele...David Heinemeier Hansson2005-05-193-6/+21
* Ajax docing #1282 [Dee.Zsombor@gmail.com]David Heinemeier Hansson2005-05-191-0/+13
* Fixed that FormHelper#checkbox should return a checked checkbox if the value ...David Heinemeier Hansson2005-05-193-0/+12
* Fixed doc #1291David Heinemeier Hansson2005-05-191-1/+1
* Fixed Form.disable in Prototype #1317 [Wintermute]David Heinemeier Hansson2005-05-192-1/+3
* Push to .org insteadDavid Heinemeier Hansson2005-05-191-3/+3
* 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