aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14986 from dlangevin/trailing-slash-url-generationRafael Mendonça França2014-05-241-7/+13
|\
| * Fixes URL generation with trailing_slash: trueDan Langevin2014-05-221-9/+17
* | just return path parametersAaron Patterson2014-05-221-2/+1
* | Fix the hash key being delete from envRafael Mendonça França2014-05-221-1/+1
* | use the existing constant rather than the hardcoded stringAaron Patterson2014-05-211-3/+3
* | fewer string allocations per url_forAaron Patterson2014-05-201-7/+5
* | mutate the path string to avoid object allocationsAaron Patterson2014-05-201-4/+4
* | push only_path conditional upAaron Patterson2014-05-201-18/+19
* | push arg checking upAaron Patterson2014-05-201-4/+4
* | fewer method calls and string garbage when there is no user/passwordAaron Patterson2014-05-201-9/+5
* | fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-0/+3
* | Add RFC4791 MKCALENDAR methodkasper2014-05-151-1/+3
* | Always use the provided port for protocol relative urlsAndrew White2014-05-111-0/+2
* | ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...Guilherme Cavalcanti2014-05-111-2/+0
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-101-1/+22
|\ \
| * | copy edits [ci skip]Vijay Dev2014-05-101-8/+8
| * | [ci skip] doc Http::Headers methodsschneems2014-05-091-1/+17
| * | copy edits [ci skip]Vijay Dev2014-05-081-2/+1
| * | [ci skip] document ActionDispatch::HTTP::Headersschneems2014-05-071-0/+6
| |/
* | skip dealing with params if none are providedAaron Patterson2014-05-091-4/+11
* | don't mutate the options hash, so we don't have to dupAaron Patterson2014-05-091-4/+3
* | use unless and || since these options are booleanAaron Patterson2014-05-091-1/+1
* | HTTP::Headers#key? correctly convertsschneems2014-05-071-1/+3
|/
* "subhash" --> "sub-hash"Akshay Vishnoi2014-04-191-2/+2
* Implement to_io as an aliasRafael Mendonça França2014-04-171-5/+1
* Provide interface for accessing underlying IO objectTim Linquist2014-04-151-0/+5
* Return null type format when format is not knowRafael Mendonça França2014-04-141-1/+1
* Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
* use the body proxy to freeze headersAaron Patterson2014-03-121-5/+32
* only write the jar if the response isn't committedAaron Patterson2014-03-121-0/+4
* Merge pull request #14291 from laurocaetano/doc-for-original-fullpathYves Senn2014-03-121-0/+7
|\
| * [ci skip] Add documentation for original_fullpath.Lauro Caetano2014-03-111-0/+7
* | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-12/+1
|/
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-2/+13
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-1/+1
* Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-2/+2
* Variant negotiationLukasz Strzalkowski2014-02-131-2/+4
* Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-1/+1
* only ask for the location filters onceAaron Patterson2014-01-311-4/+5
* FilterRedirect is referenced at the class level from the ResponseAaron Patterson2014-01-311-0/+1
* Move the null mime type to request.formatCarlos Antonio da Silva2013-12-232-2/+2
* Add Mime::Type.register "text/vcard", :vcf to the default list of mime typesDavid Heinemeier Hansson2013-12-051-0/+1
* remove nil in NullType#ref.Angelo capilleri2013-12-041-3/+1
* Improve a couple exception messages related to variants and mime typesCarlos Antonio da Silva2013-12-031-5/+5
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-0/+14
* Change deep_munge call to avoid deprecation warningCarlos Antonio da Silva2013-12-031-2/+2
* Merge branch 'master-sec'Aaron Patterson2013-12-031-2/+2
|\
| * Deep Munge the parameters for GET and POSTMichael Koziarski2013-12-021-2/+2
* | Convert Mime::NullType in a singletonGuillermo Iguaran2013-12-031-1/+4
|/
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-032-2/+2