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
/
middleware
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-1
/
+5
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-8
/
+12
*
Improve RDoc documentation of ActionDispatch::SSL
Tim Rogers
2015-12-24
1
-12
/
+14
*
Add #== back to ActionDispatch::MiddlewareStack::Middleware
Jon Moss
2015-12-21
1
-0
/
+9
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
Avoid warning because of the mime type
Jorge Bejar
2015-12-09
1
-1
/
+1
*
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-6
/
+7
*
Better name for method in DebugExceptions middleware
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Minor cleanup in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-6
/
+9
*
Remove unneeded args in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-1
/
+0
*
New hash syntax in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-4
/
+4
*
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
1
-41
/
+64
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
1
-2
/
+15
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-0
/
+6
*
Merge pull request #22172 from tijmenb/fix-source-in-show-exception
Rafael França
2015-11-24
2
-0
/
+8
|
\
|
*
Add text template for source code
Tijmen Brommet
2015-11-03
2
-0
/
+8
*
|
Clearer comment and variable name on IP spoofing
Grey Baker
2015-11-22
1
-7
/
+15
*
|
Add missing example for cookies.encrypted [ci skip]
Nicolas Cavigneaux
2015-11-20
1
-0
/
+7
*
|
Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rb
Yves Senn
2015-11-12
1
-1
/
+0
|
\
\
|
*
|
remove unnecessary @compiled_root from static.rb
daisuko
2015-11-11
1
-1
/
+0
|
|
/
*
/
Show middleware classes on /rails/info/properties
claudiob
2015-11-11
1
-1
/
+5
|
/
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
5
-19
/
+37
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-2
/
+0
*
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+14
|
\
|
*
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+14
*
|
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-1
/
+3
*
|
inherit from our AbstractStore
Aaron Patterson
2015-09-25
1
-5
/
+1
*
|
pull the flash methods in to their own module
Aaron Patterson
2015-09-25
1
-34
/
+38
*
|
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
1
-10
/
+16
*
|
move flash committing to the request object.
Aaron Patterson
2015-09-25
1
-12
/
+1
*
|
build the Set-Cookie header functionally
Aaron Patterson
2015-09-24
1
-5
/
+18
*
|
ask the request object for the session
Aaron Patterson
2015-09-22
1
-1
/
+1
*
|
Typppo
Akira Matsuda
2015-09-21
1
-3
/
+3
*
|
do not instantiate a param parser middleware
Aaron Patterson
2015-09-18
1
-6
/
+2
*
|
push the parameter parsers on to the class
Aaron Patterson
2015-09-18
1
-12
/
+2
*
|
stop eagerly parsing parameters
Aaron Patterson
2015-09-18
1
-2
/
+0
*
|
pull `normalize_encode_params` up
Aaron Patterson
2015-09-18
1
-2
/
+1
*
|
move parameter parsing to the request object
Aaron Patterson
2015-09-18
1
-21
/
+3
*
|
Fix HSTS default expire in ActionDispatch::SSL docs.
Pedro Nascimento
2015-09-14
1
-1
/
+2
*
|
Update documentation to reflect Rack::Session::Abstract changes
eileencodes
2015-09-09
1
-1
/
+1
*
|
Push key_generator into SerializedCookieJars
Kasper Timm Hansen
2015-09-08
1
-4
/
+4
*
|
Move the request method in to the AbstractCookieJar
Kasper Timm Hansen
2015-09-08
1
-4
/
+3
*
|
Pull up parse to the legacy upgrading module
Kasper Timm Hansen
2015-09-08
1
-10
/
+5
*
|
Call super to remove the decrypt_and_verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+4
*
|
Call super to remove the verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+2
*
|
Add parse method to share deserialization logic.
Kasper Timm Hansen
2015-09-08
1
-19
/
+12
*
|
Add commit in the EncryptedCookieJar
Kasper Timm Hansen
2015-09-08
1
-17
/
+7
*
|
Use commit in the SignedCookieJar
Kasper Timm Hansen
2015-09-08
1
-15
/
+6
*
|
Add commit method to share option normalization
Kasper Timm Hansen
2015-09-08
1
-4
/
+12
*
|
Add AbstractCookieJar class.
Kasper Timm Hansen
2015-09-08
1
-1
/
+3
[next]