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
...
*
|
Http::Headers respects headers that are not prefixed with HTTP_
Yves Senn
2013-03-13
1
-1
/
+13
*
|
Change from each to each_value in http/parameters since we don't use key
Vipul A M
2013-03-13
1
-1
/
+1
|
/
*
Fix formats on xhr requests when HTTP_ACCEPT is empty string
maximerety
2013-03-04
1
-1
/
+1
*
Require AS deps in ActionDispatch::Http::URL
Miha Filej
2013-02-19
1
-0
/
+3
*
Removed an old require of an MD5 digest which is no longer used.
wangjohn
2013-02-15
1
-1
/
+0
*
Merge pull request #8704 from senny/remove_regexp_global_from_url_for
Aaron Patterson
2013-02-14
1
-2
/
+6
|
\
|
*
replace regexp global in #url_for
Yves Senn
2013-01-16
1
-2
/
+6
*
|
Avoid to_sym calls
Santiago Pastorino
2013-02-13
1
-1
/
+1
*
|
Use Encoding::UTF_8 constant :do_not_litter:
Akira Matsuda
2013-01-28
2
-2
/
+2
*
|
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-01-26
1
-2
/
+14
|
\
\
|
*
|
generic pass before merging docrails
Xavier Noria
2013-01-26
1
-5
/
+7
|
*
|
Add documentation to ActionDispatch::Response
Matthew Stopa
2013-01-20
1
-0
/
+7
|
*
|
Fix typo introduced in 0004ca3a
Carlos Antonio da Silva
2013-01-16
1
-1
/
+1
|
*
|
More documentation for ActionDispatch::Response
Matthew Stopa
2013-01-16
1
-1
/
+3
|
*
|
Document ActionDispatch::Response#body method
Matthew Stopa
2013-01-16
1
-0
/
+1
*
|
|
Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string
Konstantin Papkovskiy
2013-01-17
1
-1
/
+1
|
|
/
|
/
|
*
|
adding missing requires
Aaron Patterson
2013-01-09
2
-0
/
+9
*
|
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
1
-3
/
+4
*
|
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
1
-4
/
+3
*
|
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-07
1
-3
/
+4
|
/
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
2
-2
/
+2
*
Needless requires
Akira Matsuda
2013-01-06
1
-4
/
+0
*
Add documentation to ActionDispatch::Http::UploadedFile#headers
Rafael Mendonça França
2013-01-03
1
-0
/
+1
*
Remove a useless TODO comment
Robin Dupret
2013-01-03
1
-1
/
+0
*
do not append a second slash when using
Yves Senn
2013-01-02
1
-1
/
+5
*
charset should not be appended for `head` responses
Yves Senn
2012-12-31
1
-2
/
+6
*
return Mime::NullType if format is unknown
Angelo Capilleri
2012-12-22
1
-1
/
+12
*
remove a cache we do not need
Aaron Patterson
2012-12-14
1
-5
/
+1
*
Merge pull request #8510 from thedarkone/thread_safety_improvements
Aaron Patterson
2012-12-14
1
-7
/
+3
|
\
|
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-7
/
+3
*
|
Fix rewinding in ActionDispatch::Request#raw_post
Matt Venables
2012-12-11
1
-2
/
+3
|
/
*
Merge pull request #8476 from sheerun/fix/multipart-get
Rafael Mendonça França
2012-12-10
1
-1
/
+5
|
\
|
*
Prevent raising EOFError on multipart GET request.
Adam Stankiewicz
2012-12-10
1
-1
/
+5
*
|
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
1
-2
/
+2
|
/
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
2
-0
/
+38
*
Correct the use of params options when given to url_for
Carlos Antonio da Silva
2012-11-19
1
-1
/
+1
*
Fix issue with params in url_for
tumayun
2012-11-19
1
-1
/
+1
*
Refactor url methods a bit
Carlos Antonio da Silva
2012-11-16
1
-9
/
+9
*
implement to_a and to_ary so that the Array() call in template.rb will
Aaron Patterson
2012-11-09
1
-9
/
+14
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-2
/
+2
|
\
|
*
1.9 hash syntax changes to docs
AvnerCohen
2012-10-31
1
-2
/
+2
*
|
Revert "if format is unknown NullMimeTypeObject is returned"
Guillermo Iguaran
2012-10-31
1
-12
/
+1
*
|
if format is unknown NullMimeTypeObject is returned
Angelo capilleri
2012-10-31
1
-1
/
+12
*
|
Make caller attribute in deprecation methods optional
Alexey Gaziev
2012-10-30
1
-2
/
+2
*
|
Provide a call stack for deprecation warnings where needed.
Nikita Afanasenko
2012-10-29
1
-2
/
+2
*
|
give access to the original exception raised in case of a parse error
Aaron Patterson
2012-10-25
1
-2
/
+2
*
|
do not lose backtrace information from the raised exception
Aaron Patterson
2012-10-25
1
-10
/
+6
|
/
*
synchronize on param filter cache.
Aaron Patterson
2012-10-18
1
-2
/
+7
*
add another singleton for environment filtering
Aaron Patterson
2012-10-18
1
-3
/
+8
*
oops, forgot the default parameter
Aaron Patterson
2012-10-18
1
-1
/
+1
[prev]
[next]