index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #14986 from dlangevin/trailing-slash-url-generation
Rafael Mendonça França
2014-05-24
1
-7
/
+13
|
\
|
*
Fixes URL generation with trailing_slash: true
Dan Langevin
2014-05-22
1
-9
/
+17
*
|
just return path parameters
Aaron Patterson
2014-05-22
1
-2
/
+1
*
|
Fix the hash key being delete from env
Rafael Mendonça França
2014-05-22
1
-1
/
+1
*
|
use the existing constant rather than the hardcoded string
Aaron Patterson
2014-05-21
1
-3
/
+3
*
|
fewer string allocations per url_for
Aaron Patterson
2014-05-20
1
-7
/
+5
*
|
mutate the path string to avoid object allocations
Aaron Patterson
2014-05-20
1
-4
/
+4
*
|
push only_path conditional up
Aaron Patterson
2014-05-20
1
-18
/
+19
*
|
push arg checking up
Aaron Patterson
2014-05-20
1
-4
/
+4
*
|
fewer method calls and string garbage when there is no user/password
Aaron Patterson
2014-05-20
1
-9
/
+5
*
|
fixes stack level too deep exception on action named 'status' returning 'head...
Christiaan Van den Poel
2014-05-15
1
-0
/
+3
*
|
Add RFC4791 MKCALENDAR method
kasper
2014-05-15
1
-1
/
+3
*
|
Always use the provided port for protocol relative urls
Andrew White
2014-05-11
1
-0
/
+2
*
|
ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...
Guilherme Cavalcanti
2014-05-11
1
-2
/
+0
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-05-10
1
-1
/
+22
|
\
\
|
*
|
copy edits [ci skip]
Vijay Dev
2014-05-10
1
-8
/
+8
|
*
|
[ci skip] doc Http::Headers methods
schneems
2014-05-09
1
-1
/
+17
|
*
|
copy edits [ci skip]
Vijay Dev
2014-05-08
1
-2
/
+1
|
*
|
[ci skip] document ActionDispatch::HTTP::Headers
schneems
2014-05-07
1
-0
/
+6
|
|
/
*
|
skip dealing with params if none are provided
Aaron Patterson
2014-05-09
1
-4
/
+11
*
|
don't mutate the options hash, so we don't have to dup
Aaron Patterson
2014-05-09
1
-4
/
+3
*
|
use unless and || since these options are boolean
Aaron Patterson
2014-05-09
1
-1
/
+1
*
|
HTTP::Headers#key? correctly converts
schneems
2014-05-07
1
-1
/
+3
|
/
*
"subhash" --> "sub-hash"
Akshay Vishnoi
2014-04-19
1
-2
/
+2
*
Implement to_io as an alias
Rafael Mendonça França
2014-04-17
1
-5
/
+1
*
Provide interface for accessing underlying IO object
Tim Linquist
2014-04-15
1
-0
/
+5
*
Return null type format when format is not know
Rafael Mendonça França
2014-04-14
1
-1
/
+1
*
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-5
/
+32
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+4
*
Merge pull request #14291 from laurocaetano/doc-for-original-fullpath
Yves Senn
2014-03-12
1
-0
/
+7
|
\
|
*
[ci skip] Add documentation for original_fullpath.
Lauro Caetano
2014-03-11
1
-0
/
+7
*
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-12
/
+1
|
/
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-2
/
+13
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
Check if variant array contains only symbols
Łukasz Strzałkowski
2014-02-13
1
-2
/
+2
*
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-2
/
+4
*
Prevent [response].flatten from recursing infinitely.
Dan Kang
2014-02-08
1
-1
/
+1
*
only ask for the location filters once
Aaron Patterson
2014-01-31
1
-4
/
+5
*
FilterRedirect is referenced at the class level from the Response
Aaron Patterson
2014-01-31
1
-0
/
+1
*
Move the null mime type to request.format
Carlos Antonio da Silva
2013-12-23
2
-2
/
+2
*
Add Mime::Type.register "text/vcard", :vcf to the default list of mime types
David Heinemeier Hansson
2013-12-05
1
-0
/
+1
*
remove nil in NullType#ref.
Angelo capilleri
2013-12-04
1
-3
/
+1
*
Improve a couple exception messages related to variants and mime types
Carlos Antonio da Silva
2013-12-03
1
-5
/
+5
*
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+14
*
Change deep_munge call to avoid deprecation warning
Carlos Antonio da Silva
2013-12-03
1
-2
/
+2
*
Merge branch 'master-sec'
Aaron Patterson
2013-12-03
1
-2
/
+2
|
\
|
*
Deep Munge the parameters for GET and POST
Michael Koziarski
2013-12-02
1
-2
/
+2
*
|
Convert Mime::NullType in a singleton
Guillermo Iguaran
2013-12-03
1
-1
/
+4
|
/
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
2
-2
/
+2
[next]