aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-093-8/+135
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-11/+13
* Fix layout overriding response status. Closes #9476.Jeremy Kemper2007-09-081-1/+2
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-1/+2
* Add a user_agent to TestRequestMichael Koziarski2007-09-071-1/+2
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-063-36/+21
* Allow additional parameters to be passed to named route helpers when using po...Michael Koziarski2007-09-051-1/+8
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-036-136/+68
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-315-15/+15
* request.host works with IPv6 addresses. Closes #9458.Jeremy Kemper2007-08-311-1/+1
* Fix incorrectly named instance variable.Michael Koziarski2007-08-291-1/+1
* Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...Michael Koziarski2007-08-291-1/+1
* Only reload routes.rb if its been modified. [Dreamer3]Michael Koziarski2007-08-291-2/+15
* Use extract_options instead of ad-hoc partial implementations. [norbert] Clos...Michael Koziarski2007-08-281-1/+1
* Improve documentation for ActionController::Helpers [jardeon] Closes #9359Michael Koziarski2007-08-281-26/+73
* Back out of [7300] -- it screwed up nested XMLDavid Heinemeier Hansson2007-08-211-3/+0
* Fix bug where action caching sets the content type to the ActionCachePath obj...Rick Olson2007-08-201-1/+1
* Add missing sentenceMichael Koziarski2007-08-171-3/+1
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-172-15/+32
* Find layouts even if they're not in the first view_paths directory. Closes #...Rick Olson2007-08-151-5/+3
* Fix failing active record store testsMichael Koziarski2007-08-141-1/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-121-1/+1
* Ignore processing instructions when parsing htmlMichael Koziarski2007-08-101-0/+3
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-251-10/+17
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-243-5/+5
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-241-1/+1
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-191-4/+18
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]Michael Koziarski2007-07-141-3/+3
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-2/+3
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with...Michael Koziarski2007-07-111-47/+47
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-3/+5
* Temporary fix for formatted_polymorphic_urls and other polys that have additi...David Heinemeier Hansson2007-06-281-6/+5
* Prefix nested resource named routes with their action name, e.g. new_group_us...Jeremy Kemper2007-06-272-10/+33
* Allow sweepers to be created solely for expiring after controller actions, no...David Heinemeier Hansson2007-06-261-0/+5
* Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa...Jeremy Kemper2007-06-261-6/+8
* Docfix (closes #8518)David Heinemeier Hansson2007-06-231-0/+4
* Docfix (closes #8321)David Heinemeier Hansson2007-06-231-4/+15
* Fixed that HTTP authentication should work if the header is called REDIRECT_X...David Heinemeier Hansson2007-06-231-43/+51
* Don't mistakenly interpret the request uri as the query string. Closes #8731.Jeremy Kemper2007-06-231-2/+2
* Tolerate missing content type on multipart file uploads. Fix for Safari 3.Jeremy Kemper2007-06-121-4/+2
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-111-402/+0
* Fix typo in resources documentation. Closes #8607 [yon]Jeremy Kemper2007-06-081-1/+1
* Action caching is limited to GET requests returning 200 OK status. Closes #3335.Jeremy Kemper2007-06-081-5/+7
* More nested polymorphic url helper fixes. Closes #6432, references #8601.Jeremy Kemper2007-06-071-3/+10
* Resources: url_for([parent, child]) generates /parents/1/children/2 for the n...Jeremy Kemper2007-06-052-26/+40
* Routing: map.resource :logo routes to LogosController so the controller may b...Jeremy Kemper2007-06-011-7/+5
* Missing helper load error shouldn't shadow load errors within the helper itself.Jeremy Kemper2007-05-311-2/+6
* Don't choke on nested helpers.Jeremy Kemper2007-05-291-18/+17
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-0/+2
* Routing: drop semicolon and comma as route separators.Jeremy Kemper2007-05-291-4/+2