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
...
*
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
*
keep a singleton filter around that we can use when no filter is set
Aaron Patterson
2012-10-18
1
-2
/
+6
*
move compiled filters to their own class so that recursive calls don't
Aaron Patterson
2012-10-18
1
-41
/
+45
*
nil isn't a valid filter
Aaron Patterson
2012-10-18
1
-1
/
+0
*
prevent people from accidentally modifying the filter word
Aaron Patterson
2012-10-18
1
-1
/
+1
*
simplify filter enabled checking
Aaron Patterson
2012-10-18
1
-9
/
+4
*
if no filters are supplied, default to an empty list
Aaron Patterson
2012-10-18
1
-1
/
+1
*
initialize required instance variables for this mixin
Aaron Patterson
2012-10-18
1
-2
/
+7
*
eagerly populate the http method loookup cache so we don't need locks
Aaron Patterson
2012-10-18
1
-1
/
+7
*
move cache inside the instance so we do not need locking
Aaron Patterson
2012-10-18
1
-9
/
+12
*
add test for fetch with a block
Aaron Patterson
2012-10-18
1
-2
/
+2
*
prefer composition over inheritence
Aaron Patterson
2012-10-18
1
-11
/
+15
*
depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...
grosser
2012-09-24
1
-1
/
+6
*
documents ActionDispatch::Http::UploadedFile
Xavier Noria
2012-09-22
1
-6
/
+55
*
Accept parameters in methods delegated to tempfile
Sergio Gil Pérez de la Manga
2012-09-22
1
-6
/
+2
*
Delegate ActionDispatch::Http::UploadedFile#close to tempfile
Sergio Gil Pérez de la Manga
2012-09-20
1
-1
/
+1
*
Check if etag exists before to do the gsub
Rafael Mendonça França
2012-09-15
1
-2
/
+4
*
fix the build
Steve Klabnik
2012-09-15
1
-0
/
+1
*
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
1
-1
/
+7
*
Fixed missing require
Ilya Vorontsov
2012-09-08
1
-0
/
+1
*
Refactor `Mime::Type`
Aleksey Magusev
2012-09-05
1
-84
/
+93
*
Properly reset the session on reset_session
Steve Klabnik
2012-08-31
1
-2
/
+5
*
Add Request#formats=(extensions) that lets you set multiple formats directly ...
David Heinemeier Hansson
2012-08-14
1
-0
/
+21
*
push header merge down to a private method so that live responses can have th...
Aaron Patterson
2012-08-13
1
-3
/
+7
*
Merge pull request #7302 from homakov/default_headers
Aaron Patterson
2012-08-09
1
-0
/
+5
|
\
|
*
introduce default_headers config
Egor Homakov
2012-08-09
1
-0
/
+5
*
|
initialize instance variables
Aaron Patterson
2012-08-09
3
-0
/
+22
|
/
[prev]
[next]